yangyin
2024-07-04 9feb83c06227f831de6cfdea19778f2f115074c6
login/login/index.js
@@ -157,6 +157,15 @@
      },
      success: function (res) {
        //  console.log(res,123)
        wx.showToast({
          title: JSON.stringify(res),
        })
        wx.showModal({
          content: JSON.stringify(res),
          showCancel: false,
          confirmColor: "#39b5de"
        });
        wx.hideToast();
        var result = res.data;
@@ -304,7 +313,7 @@
          that.setData({
            userInfo: res.userInfo,
          })
          app.startTimer()
          that.getWxUserLoginCodeCb().then((loginParas) => {
            // console.log(loginParas.code)
            var jsCode = loginParas.code;
@@ -388,7 +397,7 @@
      inputHeight: screenHightScale * 177,
    });
    console.log(111)
    app.onReset()
    // app.onReset()
  },
  onShareAppMessage: function () {