增加新功能
This commit is contained in:
+4
-6
@@ -9,8 +9,8 @@
|
||||
<up-image src="/static/mine/lv01.png" width="10" height="18" bgColor="#f1f6ff00"></up-image>
|
||||
</view>
|
||||
<view class="mine_info_id">
|
||||
<text style="margin-right: 20rpx;">ID:{{userData.userId}} </text>
|
||||
<up-image src="/static/common/copy.png" width="14" height="14" bgColor="#f1f6ff00" @click="copyData(userData.userId)"></up-image>
|
||||
<text style="margin-right: 20rpx;">ID:{{userData.inviteCode}} </text>
|
||||
<up-image src="/static/common/copy.png" width="14" height="14" bgColor="#f1f6ff00" @click="copyData(userData.inviteCode)"></up-image>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@@ -114,8 +114,8 @@
|
||||
url:'/static/mine/order_notReceive.png',
|
||||
path:"/pages/mine_order/mine_order"
|
||||
},{
|
||||
id:ORDER_TYPE.AFTER_SALE,
|
||||
title:"退款售后",
|
||||
id:ORDER_TYPE.SUCCEED,
|
||||
title:"待评价",
|
||||
url:'/static/mine/order_afterSale.png',
|
||||
path:"/pages/mine_order/mine_order"
|
||||
},
|
||||
@@ -214,8 +214,6 @@
|
||||
let path = '/pages/mine_order/mine_order'
|
||||
if(item && Object.keys(item).length!==0){
|
||||
path = '/pages/mine_order/mine_order?type='+item.id
|
||||
}else{
|
||||
path = '/pages/mine_order/mine_order?type=0';
|
||||
}
|
||||
uni.navigateTo({
|
||||
url:path,
|
||||
|
||||
Reference in New Issue
Block a user