Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
longhui_app
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨硕
longhui_app
Commits
e38b9142
Commit
e38b9142
authored
Jul 12, 2023
by
高宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改小程序端
parent
edc7b2bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
2 deletions
+18
-2
index.vue
my/myorder/index.vue
+18
-2
No files found.
my/myorder/index.vue
View file @
e38b9142
...
@@ -17,8 +17,24 @@
...
@@ -17,8 +17,24 @@
<view
v-else
>
<view
v-else
>
<view
class=
"myorder-list"
>
<view
class=
"myorder-list"
>
<view
class=
"list"
v-for=
"item in myOrderList"
>
<view
class=
"list"
v-for=
"item in myOrderList"
>
<view
v-if=
"item.status === 1"
style=
"width: 100rpx;height: 100rpx;position: absolute;top: 0;right: 10rpx;"
>
已取消
</view>
<image
v-if=
"item.status === 1"
<view
v-if=
"item.status === 10"
style=
"height: 100rpx;position: absolute;top: 10rpx;right: 10rpx;"
>
订单关闭
</view>
style=
"width: 100rpx;height: 100rpx;position: absolute;top: 0;right: 10rpx;"
:src=
"baseURL+'/static/order/wode_img_yiquxiao%402x.png'"
></image>
<image
v-if=
"item.status === 8"
style=
"width: 100rpx;height: 100rpx;position: absolute;top: 0;right: 10rpx;"
:src=
"baseURL+'/static/order/wode_img_zhifuzhong%402x.png'"
></image>
<image
v-if=
"item.status === 11"
style=
"width: 100rpx;height: 100rpx;position: absolute;top: 0;right: 10rpx;"
:src=
"baseURL+'/static/order/wode_img_yihexiao%402x.png'"
></image>
<!--
<view
v-if=
"item.status === 1"
style=
"width: 100rpx;height: 100rpx;position: absolute;top: 0;right: 10rpx;"
>
已取消
</view>
-->
<image
v-if=
"item.status === 10"
style=
"width: 100rpx;height: 100rpx;position: absolute;top: 0;right: 10rpx;"
:src=
"baseURL+'/static/order/wode_img_yiguanbi%402x.png'"
></image>
<!--
<view
v-if=
"item.status === 10"
style=
"height: 100rpx;position: absolute;top: 10rpx;right: 10rpx;"
>
订单关闭
</view>
-->
<image
v-if=
"item.status === 9"
<image
v-if=
"item.status === 9"
style=
"width: 100rpx;height: 100rpx;position: absolute;top: 0;right: 10rpx;"
style=
"width: 100rpx;height: 100rpx;position: absolute;top: 0;right: 10rpx;"
:src=
"baseURL+'/static/business/wode_img_yiwancheng@2x.png'"
>
:src=
"baseURL+'/static/business/wode_img_yiwancheng@2x.png'"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment