1
This commit is contained in:
@ -128,12 +128,12 @@
|
|||||||
@click.stop="$emit('checkSliver', data)">
|
@click.stop="$emit('checkSliver', data)">
|
||||||
查看物流
|
查看物流
|
||||||
</view> -->
|
</view> -->
|
||||||
<view
|
<!-- <view
|
||||||
class="flex-center fs-24 app-fc-white status-btn confirm"
|
class="flex-center fs-24 app-fc-white status-btn confirm"
|
||||||
@click.stop="$emit('confirmSliver', data)"
|
@click.stop="$emit('confirmSliver', data)"
|
||||||
>
|
>
|
||||||
确认收货
|
确认收货
|
||||||
</view>
|
</view> -->
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<!-- 已签收未评价 -->
|
<!-- 已签收未评价 -->
|
||||||
|
|||||||
@ -365,8 +365,9 @@ export default {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
console.log(errNo, errMsg);
|
console.log(errNo, errMsg);
|
||||||
|
// 隐藏抖音的报错信息,显示自定义中文提示
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: errMsg || "支付失败",
|
title: "支付失败",
|
||||||
icon: "none",
|
icon: "none",
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|||||||
@ -389,9 +389,9 @@
|
|||||||
<!-- <view v-if="orderData.order_type !== ORDER_TYPE_BYCAR" class="handle-btn" @click.stop="getSliverInfo">
|
<!-- <view v-if="orderData.order_type !== ORDER_TYPE_BYCAR" class="handle-btn" @click.stop="getSliverInfo">
|
||||||
<text class="fs-32 btnColor" style="color: #FF19A0;">查看物流</text>
|
<text class="fs-32 btnColor" style="color: #FF19A0;">查看物流</text>
|
||||||
</view> -->
|
</view> -->
|
||||||
<view class="handle-btn" @click.stop="confirmSliver">
|
<!-- <view class="handle-btn" @click.stop="confirmSliver">
|
||||||
<text class="fs-32 btnColor">确认收货</text>
|
<text class="fs-32 btnColor">确认收货</text>
|
||||||
</view>
|
</view> -->
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<!-- 已签收待评价 -->
|
<!-- 已签收待评价 -->
|
||||||
|
|||||||
@ -330,8 +330,9 @@ plugin.continueToPay({
|
|||||||
if (orderId || outOrderNo) {
|
if (orderId || outOrderNo) {
|
||||||
console.log("支付失败", errNo, errMsg, orderId, outOrderNo);
|
console.log("支付失败", errNo, errMsg, orderId, outOrderNo);
|
||||||
}
|
}
|
||||||
|
// 隐藏抖音的报错信息,显示自定义中文提示
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: errMsg || "支付失败",
|
title: "支付失败",
|
||||||
icon: "none",
|
icon: "none",
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user