Ver código fonte

扫码核销

lilei 4 anos atrás
pai
commit
67fe955dba
2 arquivos alterados com 2 adições e 2 exclusões
  1. 1 1
      pages/checkOut/checkOut.vue
  2. 1 1
      pages/order/order.vue

+ 1 - 1
pages/checkOut/checkOut.vue

@@ -105,7 +105,7 @@
 			// 跳转到设置支付密码页
 			toSetPwd () {
 				uni.navigateTo({
-					url:"/pages/userCenter/userInfo/paymentPwd"
+					url:"/pages/userCenter/userInfo/smsVerification"
 				})
 			},
 			// 确认支付

+ 1 - 1
pages/order/order.vue

@@ -289,7 +289,7 @@
 			// 跳转到设置支付密码页
 			toSetPwd () {
 				uni.navigateTo({
-					url:"/pages/userCenter/userInfo/paymentPwd"
+					url:"/pages/userCenter/userInfo/smsVerification"
 				})
 			},
 			// 设置密码成功, 打开输入密码弹窗