ll
liukangdong
2024-09-27 62ecc7d5306d40eb301b59d8ff7a940e23f7e5e4
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) {