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
9c2ee991
Commit
9c2ee991
authored
Oct 21, 2023
by
xieyishang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
~
parent
b70f42ce
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
74 additions
and
7 deletions
+74
-7
pages/order/shopOrder.scss
pages/order/shopOrder.scss
+11
-0
pages/order/shopOrder.vue
pages/order/shopOrder.vue
+26
-4
pages/order/shoporderdetail/shoporderdetail.vue
pages/order/shoporderdetail/shoporderdetail.vue
+15
-1
pages/order/shoprefundorderdetail/shoprefundorderdetail.vue
pages/order/shoprefundorderdetail/shoprefundorderdetail.vue
+20
-0
utils/debug.js
utils/debug.js
+2
-2
No files found.
pages/order/shopOrder.scss
View file @
9c2ee991
...
...
@@ -41,6 +41,17 @@
}
.order_body
{
margin-bottom
:
10upx
;
.thumbnails
{
position
:
relative
;
.tuzhangimg
{
z-index
:
9
;
top
:
0
;
left
:
0
;
position
:
absolute
;
width
:
183upx
;
height
:
183upx
;
}
}
}
//订单列表
.listorder
{
...
...
pages/order/shopOrder.vue
View file @
9c2ee991
...
...
@@ -40,8 +40,18 @@
<view
class=
"order_body "
v-for=
"(productList, index1) in item.products"
:key=
"index1"
>
<view
class=
"flex mb-20"
v-for=
"(product, index) in productList.orderGoods"
:key=
"index"
>
<!--
<image
class=
"imgs"
src=
""
mode=
""
></image>
-->
<image
class=
"imgs"
:src=
"staticUrl + product.photo"
v-if=
"product.photo"
mode=
""
></image>
<image
class=
"imgs"
:src=
"staticUrl + item.photo"
mode=
""
v-else
></image>
<view
class=
"thumbnails"
>
<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==2"
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>
</view>
<view
class=
"body_r flex1 "
>
<view
class=
"title twoline"
>
{{
product
.
goods_name
}}
</view>
<view
class=
"prices"
>
...
...
@@ -118,8 +128,20 @@
<view
class=
"order_body "
v-for=
"(product, index1) in item.ordergoods"
:key=
"index1"
>
<view
class=
"flex mb-20"
>
<!--
<image
class=
"imgs"
src=
""
mode=
""
></image>
-->
<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
class=
"imgs"
:src=
"staticUrl + product.photo"
v-if=
"product.photo"
mode=
""
></image>
<image
class=
"imgs"
:src=
"staticUrl + item.photo"
mode=
""
v-else
></image>
-->
<view
class=
"thumbnails"
>
<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==2"
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>
</view>
<view
class=
"body_r flex1 "
>
<view
class=
"title twoline"
>
{{
product
.
goods_name
}}
</view>
<view
class=
"prices"
>
...
...
pages/order/shoporderdetail/shoporderdetail.vue
View file @
9c2ee991
...
...
@@ -45,6 +45,12 @@
<view
class=
"tuimg br_10 ov"
>
<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==2"
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>
</view>
<view
class=
"flex1 ml-25 goodsboxs"
>
<view
class=
"sz_30 bt_hei twoline names"
style=
"height:65upx"
>
{{
item
.
goods_name
}}
</view>
...
...
@@ -392,7 +398,15 @@
.tuimg
{
width
:
183upx
;
height
:
183upx
;
position
:
relative
;
.tuzhangimg
{
z-index
:
9
;
top
:
0
;
left
:
0
;
position
:
absolute
;
width
:
183upx
;
height
:
183upx
;
}
.imgs
{
width
:
183upx
;
height
:
183upx
;
...
...
pages/order/shoprefundorderdetail/shoprefundorderdetail.vue
View file @
9c2ee991
...
...
@@ -39,6 +39,26 @@
></image>
</view>
</view>
<!--
<view
class=
"refundbox-desc"
>
<view
class=
"refundbox-title"
>
商家地址:
</view>
<view
class=
"refundbox-cause"
>
{{
detail
.
addr
?
detail
.
addr
:
''
}}
</view>
<view
class=
"refundbox-cause"
>
{{
detail
.
contact_number
?
detail
.
contact_number
:
''
}}
</view>
<view
class=
"refundbox-cause"
>
{{
detail
.
refund_datail
?
detail
.
refund_datail
:
''
}}
</view>
</view>
-->
<view
class=
"topbox_20 mt-20"
>
<view
class=
"ali-c"
>
<view
class=
"sz_30 bt_hei"
>
商家地址:
</view>
<view
class=
"flex1 ml-20 addrnamesv"
>
<view
class=
"sz_30 bt_hei"
>
{{
detail
.
addr
?
detail
.
addr
:
''
}}
</view>
<view
class=
"sz_30 bt_hei mt-10"
>
{{
detail
.
contact_number
?
detail
.
contact_number
:
''
}}
</view>
<view
class=
"sz_30 bt_hei mt-10"
>
{{
detail
.
refund_datail
?
detail
.
refund_datail
:
''
}}
</view>
</view>
</view>
</view>
<view
class=
"topbox_20 mt-20"
>
<view
class=
"ali-c"
>
...
...
utils/debug.js
View file @
9c2ee991
...
...
@@ -5,8 +5,8 @@ module.exports = {
isdebug
:
false
,
//正式
//
isdebug:true,//测试
//
isdebug:false,//正式
isdebug
:
true
,
//测试
// xqdebug:false,//正式权限
xqdebug
:
true
,
//发布审核权限 也是测试环境的 主要用于ios
...
...
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