闫增涛
2024-03-19 33615d230f898d8dc48c3baed0570f51aef26330
pages/testLogin/index.js
@@ -7,7 +7,7 @@
   * 页面的初始数据
   */
  data: {
    textName: "18892081234",
    textName: "15111111116",
    textPassword: "xA123456",
    loading: false,
    userInfo: {
@@ -40,6 +40,9 @@
          icon: "error",
          duration: 2000
        })
        this.setData({
          loading: false
        })
      }
    });
  },