ll
liukangdong
2024-09-25 b33b256a0e996df1e8ca1859ba538fe3ea085509
h5/pages/driver/login.vue
@@ -37,8 +37,8 @@
  data() {
    return {
      form: {
            username: '13996529050',
            password: '1'
            username: '18056814089',
            password: '123456'
      },
      isShowProtocol: false,
      countDown: 0
@@ -57,7 +57,7 @@
      },
      handleSetPsd() {
         uni.navigateTo({
            url: "/pages/driver/forgetPsd"
            url: "/pages/driver/forgetPsd?phone=" + this.form.username
         })
      },
    dealChange(e) {