Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
lumastoreapp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xieyishang
lumastoreapp
Commits
0e3bad6c
Commit
0e3bad6c
authored
Nov 02, 2023
by
xieyishang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
~~~
parent
22fe06b3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
manifest.json
manifest.json
+2
-2
pages/order/shopOrder.vue
pages/order/shopOrder.vue
+3
-3
pages/order/shoporderdetail/shoporderdetail.vue
pages/order/shoporderdetail/shoporderdetail.vue
+3
-3
No files found.
manifest.json
View file @
0e3bad6c
...
...
@@ -2,8 +2,8 @@
"name"
:
"鹿马商家助手"
,
"appid"
:
"__UNI__1EA80F1"
,
//这个是
web
的
"description"
:
"商家"
,
"versionName"
:
"1.19
5
"
,
"versionCode"
:
119
5
,
"versionName"
:
"1.19
6
"
,
"versionCode"
:
119
6
,
"transformPx"
:
false
,
"compatible"
:
{
"ignoreVersion"
:
true
//
true
表示忽略版本检查提示框,HBuilderX
1.9
.
0
及以上版本支持
...
...
pages/order/shopOrder.vue
View file @
0e3bad6c
...
...
@@ -44,11 +44,11 @@
<image
class=
"imgs"
:src=
"staticUrl + product.photo"
v-if=
"product.photo"
mode=
""
></image>
<image
class=
"imgs"
:src=
"staticUrl + item.photo"
mode=
""
v-else
></image>
<image
v-if=
"product.refund_status==
1
"
class=
"tuzhangimg"
tag=
"退款"
:src=
"staticUrl+'comment/2023/10/21/65339a3e477f3.png'"
mode=
""
></image>
<image
v-if=
"product.refund_status==
3
"
class=
"tuzhangimg"
tag=
"退款"
:src=
"staticUrl+'comment/2023/10/21/65339a3e477f3.png'"
mode=
""
></image>
<image
v-if=
"product.refund_status==
2
"
class=
"tuzhangimg"
tag=
"退款退货"
:src=
"staticUrl+'comment/2023/10/21/65339a3e4a947.png'"
mode=
""
></image>
<image
v-if=
"product.refund_status==
1
"
class=
"tuzhangimg"
tag=
"退款退货"
:src=
"staticUrl+'comment/2023/10/21/65339a3e4a947.png'"
mode=
""
></image>
<image
v-if=
"product.refund_status==
3
"
class=
"tuzhangimg"
tag=
"换货"
:src=
"staticUrl+'comment/2023/10/21/65339a3e66554.png'"
mode=
""
></image>
<image
v-if=
"product.refund_status==
2
"
class=
"tuzhangimg"
tag=
"换货"
:src=
"staticUrl+'comment/2023/10/21/65339a3e66554.png'"
mode=
""
></image>
</view>
...
...
pages/order/shoporderdetail/shoporderdetail.vue
View file @
0e3bad6c
...
...
@@ -46,11 +46,11 @@
<image
class=
"imgs"
:src=
"staticUrl+item.photo"
v-if=
"item.photo"
></image>
<image
class=
"imgs"
:src=
"staticUrl+detail.photo"
v-else
></image>
<image
v-if=
"item.refund_status==
1
"
class=
"tuzhangimg"
tag=
"退款"
:src=
"staticUrl+'comment/2023/10/21/65339a3e477f3.png'"
mode=
""
></image>
<image
v-if=
"item.refund_status==
3
"
class=
"tuzhangimg"
tag=
"退款"
:src=
"staticUrl+'comment/2023/10/21/65339a3e477f3.png'"
mode=
""
></image>
<image
v-if=
"item.refund_status==
2
"
class=
"tuzhangimg"
tag=
"退款退货"
:src=
"staticUrl+'comment/2023/10/21/65339a3e4a947.png'"
mode=
""
></image>
<image
v-if=
"item.refund_status==
1
"
class=
"tuzhangimg"
tag=
"退款退货"
:src=
"staticUrl+'comment/2023/10/21/65339a3e4a947.png'"
mode=
""
></image>
<image
v-if=
"item.refund_status==
3
"
class=
"tuzhangimg"
tag=
"换货"
:src=
"staticUrl+'comment/2023/10/21/65339a3e66554.png'"
mode=
""
></image>
<image
v-if=
"item.refund_status==
2
"
class=
"tuzhangimg"
tag=
"换货"
:src=
"staticUrl+'comment/2023/10/21/65339a3e66554.png'"
mode=
""
></image>
</view>
<view
class=
"flex1 ml-25 goodsboxs"
>
<view
class=
"sz_30 bt_hei twoline names"
style=
"height:65upx"
>
{{
item
.
goods_name
}}
</view>
...
...
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