WIN-20230912WHV\Administrator vor 1 Jahr
Ursprung
Commit
ac32fd50d8
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      pages/login/index.vue

+ 1 - 1
pages/login/index.vue

@@ -27,7 +27,7 @@
             </view>
             <view class="input-item input-send  sys-from-background-color sys-radius-30" :class="{'apply-shake':passwordShake}">
               <en-input type="password" class="login-input" placeholder="请输入密码"  v-model="loginData.password"></en-input>
-              <view class="login-send text-color-dominant sys-size-28 sys-weight-400" >忘记密码?</view>
+              <view class="login-send text-color-dominant sys-size-28 sys-weight-400" @click="goToUrl(2)" >忘记密码?</view>
             </view>
           </view>
           <agreement v-model="isConsent" ref="agreement"></agreement>