This commit is contained in:
2026-04-09 17:03:37 +08:00
parent 34148c6084
commit 7a490f0ffc
4 changed files with 8 additions and 6 deletions

View File

@ -128,12 +128,12 @@
@click.stop="$emit('checkSliver', data)">
查看物流
</view> -->
<view
<!-- <view
class="flex-center fs-24 app-fc-white status-btn confirm"
@click.stop="$emit('confirmSliver', data)"
>
确认收货
</view>
</view> -->
</template>
<!-- 已签收未评价 -->

View File

@ -365,8 +365,9 @@ export default {
);
}
console.log(errNo, errMsg);
// 隐藏抖音的报错信息,显示自定义中文提示
uni.showToast({
title: errMsg || "支付失败",
title: "支付失败",
icon: "none",
});
},

View File

@ -389,9 +389,9 @@
<!-- <view v-if="orderData.order_type !== ORDER_TYPE_BYCAR" class="handle-btn" @click.stop="getSliverInfo">
<text class="fs-32 btnColor" style="color: #FF19A0;">查看物流</text>
</view> -->
<view class="handle-btn" @click.stop="confirmSliver">
<!-- <view class="handle-btn" @click.stop="confirmSliver">
<text class="fs-32 btnColor">确认收货</text>
</view>
</view> -->
</template>
<!-- 已签收待评价 -->

View File

@ -330,8 +330,9 @@ plugin.continueToPay({
if (orderId || outOrderNo) {
console.log("支付失败", errNo, errMsg, orderId, outOrderNo);
}
// 隐藏抖音的报错信息,显示自定义中文提示
uni.showToast({
title: errMsg || "支付失败",
title: "支付失败",
icon: "none",
});
},