工单
This commit is contained in:
@@ -286,8 +286,11 @@
|
||||
<span style="color: #666;margin-right: 10rpx;float: left;">发货时间 : </span>
|
||||
<text style="font-size: 24rpx;color: #666;">{{orderContet.shippingTime}}</text>
|
||||
</view> -->
|
||||
<view class=""></view>
|
||||
|
||||
</view>
|
||||
<view class="" style="text-align: center; width: 100%;">
|
||||
<text @click="gotoWorkOrder" style="color: cadetblue; font-size: 26rpx;">订单有问题?去申诉</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="goods_nav_box">
|
||||
@@ -536,6 +539,11 @@ export default {
|
||||
},
|
||||
|
||||
methods: {
|
||||
gotoWorkOrder(){
|
||||
uni.navigateTo({
|
||||
url:`/pages/user/workOrder?name=order`
|
||||
})
|
||||
},
|
||||
async goBuyJie(data) {
|
||||
console.log("index at line 532:", data);
|
||||
if (data.text == "继续付款") {
|
||||
|
||||
Reference in New Issue
Block a user