Commit f2cb8afd authored by 罗超's avatar 罗超

1

parent 46aeb6fd
...@@ -812,6 +812,10 @@ ...@@ -812,6 +812,10 @@
"path": "userManage" "path": "userManage"
}, { }, {
"path": "modifyAddress" //修改地址 "path": "modifyAddress" //修改地址
}, {
"path": "returnAddress" //退货地址
}, {
"path": "address" //退货地址列表
}, { }, {
"path": "sendGoods" //发货 "path": "sendGoods" //发货
}, { }, {
......
...@@ -33,7 +33,14 @@ ...@@ -33,7 +33,14 @@
>规格:{{ getSpecificationsStr(item.SpecificationList) }}</view >规格:{{ getSpecificationsStr(item.SpecificationList) }}</view
> >
<view class="flex-between"> <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> <text>{{ item.SmallShopsCostPrice }}</text>
</view> </view>
</view> </view>
......
...@@ -252,7 +252,7 @@ export default { ...@@ -252,7 +252,7 @@ export default {
uni.showToast({ uni.showToast({
title: "操作成功", title: "操作成功",
}); });
this.$emit("update"); that.$emit("update");
}, },
null null
); );
......
...@@ -261,7 +261,7 @@ ...@@ -261,7 +261,7 @@
<view class="boxItem"> <view class="boxItem">
<view class="leftBox flex-center"> <view class="leftBox flex-center">
<image <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" mode="widthFix"
style="width: 100%" style="width: 100%"
/> />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment