XWookey 2 년 전
부모
커밋
0136e730a5
1개의 변경된 파일9개의 추가작업 그리고 3개의 파일을 삭제
  1. 9 3
      pages/register/register.js

+ 9 - 3
pages/register/register.js

@@ -135,9 +135,15 @@ Page({
                 //console.log(res1);
                 //console.log(res1.data.code == 1);
                 if (res1.data.code == 1) {
-                  that.setData({
-                    errorMsg: res1.data.msg
-                  })
+                  // that.setData({
+                  //   errorMsg: res1.data.msg
+                  // })
+                  wx.showModal({
+                    title: '提示',
+                    content: res1.data.msg,
+                    showCancel:false,
+                    confirmColor:'#00AADD',
+                  });
                 } else {
                   //返回该用户
                   //跳转到上一页