ll
liukangdong
2024-11-12 5b9c22a1e5e2364603778d1ed95e73129b47f1db
h5/pages/driver/login.vue
@@ -37,8 +37,8 @@
  data() {
    return {
      form: {
            username: '13333333333',
            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) {