|
@@ -66,8 +66,8 @@
|
|
|
const tipContent = '请绑定手机号';
|
|
const tipContent = '请绑定手机号';
|
|
|
const goBindDialogRef = ref(null);
|
|
const goBindDialogRef = ref(null);
|
|
|
function goBindPhone(){
|
|
function goBindPhone(){
|
|
|
- uni.switchTab({
|
|
|
|
|
- url: '/pages/bindPhone/bindPhone'
|
|
|
|
|
|
|
+ uni.navigateTo({
|
|
|
|
|
+ url: '/pages/bindPhone/bindPhone?from=order'
|
|
|
})
|
|
})
|
|
|
}
|
|
}
|
|
|
function handleBack() {
|
|
function handleBack() {
|
|
@@ -149,7 +149,7 @@
|
|
|
// 此时支付成功+游客模式支付进来的情况
|
|
// 此时支付成功+游客模式支付进来的情况
|
|
|
if (options.zhifu && getUserIsYouke()) {
|
|
if (options.zhifu && getUserIsYouke()) {
|
|
|
// 弹出绑定手机号弹窗
|
|
// 弹出绑定手机号弹窗
|
|
|
-
|
|
|
|
|
|
|
+ goBindDialogRef.value..handleShow();
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
|
</script>
|
|
</script>
|