Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
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
viitto
mallapp
Commits
f2cb8afd
Commit
f2cb8afd
authored
Nov 02, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
46aeb6fd
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
3 deletions
+14
-3
pages.json
pages.json
+4
-0
orderItem.vue
pages/MallMange/components/orderItem.vue
+8
-1
saleAfterOrderItem.vue
pages/MallMange/components/saleAfterOrderItem.vue
+1
-1
set.vue
pages/MallMange/set.vue
+1
-1
No files found.
pages.json
View file @
f2cb8afd
...
...
@@ -812,6 +812,10 @@
"path"
:
"userManage"
},
{
"path"
:
"modifyAddress"
//修改地址
},
{
"path"
:
"returnAddress"
//退货地址
},
{
"path"
:
"address"
//退货地址列表
},
{
"path"
:
"sendGoods"
//发货
},
{
...
...
pages/MallMange/components/orderItem.vue
View file @
f2cb8afd
...
...
@@ -33,7 +33,14 @@
>
规格:
{{
getSpecificationsStr
(
item
.
SpecificationList
)
}}
</view
>
<view
class=
"flex-between"
>
<text
style=
"color: #808080"
>
x
{{
item
.
Number
}}
</text>
<view
style=
"color: #808080"
class=
"flex-between"
>
x
{{
item
.
Number
}}
<view
v-if=
"item.IsApplyForAfterSale && item.IsApplyForAfterSale === 1"
style=
"margin-left: 10rpx; color: #446dfc"
>
已退货退款
</view
></view
>
<text>
¥
{{
item
.
SmallShopsCostPrice
}}
</text>
</view>
</view>
...
...
pages/MallMange/components/saleAfterOrderItem.vue
View file @
f2cb8afd
...
...
@@ -252,7 +252,7 @@ export default {
uni
.
showToast
({
title
:
"操作成功"
,
});
th
is
.
$emit
(
"update"
);
th
at
.
$emit
(
"update"
);
},
null
);
...
...
pages/MallMange/set.vue
View file @
f2cb8afd
...
...
@@ -261,7 +261,7 @@
<view
class=
"boxItem"
>
<view
class=
"leftBox flex-center"
>
<image
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/mallManage/
Payment
.png"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/mallManage/
fahuo
.png"
mode=
"widthFix"
style=
"width: 100%"
/>
...
...
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