浏览代码

扫码核销

lilei 4 年之前
父节点
当前提交
67fe955dba
共有 2 个文件被更改,包括 2 次插入2 次删除
  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"
 				})
 			},
 			// 设置密码成功, 打开输入密码弹窗