liukangdong
2024-07-26 c7d7aff39b6566d05d3c0a080839c46bb2b6a8aa
wechat_jiaxuan/pages/calculator/index.js
@@ -92,7 +92,9 @@
      binDingPhone({
        phone: res.data
      }).then((res) => {
        this.setData({ userPhone: res.data })
        if(res.code == 200){
          this.setData()
          wx.setStorageSync('member', res.data)
          this.submit()
        }