Browse Source

扫码补充

谢杰标 2 năm trước cách đây
mục cha
commit
414c37b6cb
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      pages4/login/pcLogin.vue

+ 6 - 0
pages4/login/pcLogin.vue

@@ -57,6 +57,12 @@ export default {
 				encryptedData: e.detail.encryptedData,
 				iv:  e.detail.iv
 			}).then(res => {
+                if(res.data.code == 666){
+                   uni.navigateTo({
+                      url: "/pages2/register/register?isBack=" + false,
+                   });
+                   return 
+                }
 				if (res.data.code == 200) {
 					this.loginCallback(res)
 				} else {