wangguoyu 1 giorno fa
parent
commit
83978d9157
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      pages/chanpinMy/order.vue

+ 3 - 3
pages/chanpinMy/order.vue

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