k94314517
2024-10-12 51e18e190dafdec70dc1f4a3a9ecd76fb2116726
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) {