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
81d3d565
Commit
81d3d565
authored
Jun 12, 2020
by
zhangjianguo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
d45ef3f0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
refunds-detail.vue
pages/order/after-sale/refunds-detail.vue
+5
-2
share-order.vue
pages/share-order/share-order.vue
+2
-2
No files found.
pages/order/after-sale/refunds-detail.vue
View file @
81d3d565
...
...
@@ -20,8 +20,11 @@
</view>
<view
class=
"block shenhe"
>
<view
class=
"title"
v-if=
"d.ReOrderStatus == 1"
>
商家正在审核
</view>
<view
class=
"title"
v-else-if=
"d.ReOrderStatus == 2"
>
商家审核通过
</view>
<view
class=
"title"
v-else
>
商家拒绝退货
</view>
<view
class=
"title"
v-if=
"d.ReOrderStatus == 2"
>
商家审核通过
</view>
<view
class=
"title"
v-if=
"d.ReOrderStatus == 3"
>
待卖家收货
</view>
<view
class=
"title"
v-if=
"d.ReOrderStatus == 4"
>
待卖家退款
</view>
<view
class=
"title"
v-if=
"d.ReOrderStatus == 5"
>
已完成
</view>
<view
class=
"title"
v-if=
"d.ReOrderStatus == 6"
>
商家拒绝退货
</view>
<view
class=
"content"
v-if=
"d.ReOrderStatus == 1"
>
商家已经收到了您的申请,会尽快和您取得联系,处理本次申请,请您耐心等待
</view
>
...
...
pages/share-order/share-order.vue
View file @
81d3d565
...
...
@@ -35,8 +35,8 @@
<Text
v-if=
'item.Grade==2'
>
二级分销
</Text>
</view>
<view
class=
"center_l"
>
<!-- TODO返佣金额 -->
<Text>
预计佣金:
<Text
:style=
"
{color:mainColor}">
0
</Text>
元
</Text>
<Text>
预计佣金:
<Text
:style=
"
{color:mainColor}">
{{
item
.
Commission
}}
</Text>
元
</Text>
<u-icon
name=
"arrow"
v-if=
'item.showdetail==false'
></u-icon>
<u-icon
name=
"arrow-down"
v-if=
'item.showdetail==true'
></u-icon>
</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