cuiqian2004
4 天以前 2af5f043b60c1f7ac38ecccc8f5bf44743134325
pages/login/register.vue
@@ -3,13 +3,13 @@
      <view class="uni-panel-content items-center">
         <view class="login-content">
            <view class="justify-center">
               <image class="title-img" src="/images/earth.svg" alt="svg 图片" />
               <image class="title-img" src="/images/earth.svg" alt="svg " />
            </view>
            <view class="login-form">
               <view class="login-form-item ">
                  <image class="icon" src="/images/mobile.svg" alt="svg 图片" />
                  <image class="icon" src="/images/mobile.svg" alt="svg " />
                  <input class="input" :focus="formData.accountFocus" name="account" comfirm-type="done"
                     type="text" v-model="form.account" placeholder="输入手机号码" />
                     type="text" v-model="form.account" :placeholder="输入手机号码" />
               </view>
               <view class="login-form-item ">
                  <image class="icon" src="/images/chat.svg" alt="svg 图片" />
@@ -117,7 +117,7 @@
               return
            }
            uni.reLaunch({
               url: "/pages/login/index"
               url: "/pages/login/index?flag=1"
            })
         },
         clickSendVerifyCode() {
@@ -144,7 +144,10 @@
            }, 1000)
         },
         clickUserAgreement() {},
         translate(t) {
            if (typeof this.$t == "function") return this.$t(`page.${t}`)
            else return t;
         },
      }
   }