修改密码跳转,验证码删除

This commit is contained in:
闫晓茹 2022-11-09 17:34:34 +08:00
parent 52ca54dd63
commit acde985c32
2 changed files with 8 additions and 3 deletions

View File

@ -20,7 +20,7 @@
</view> </view>
<input class="righttext" style='left:23%' type="text" placeholder="请输入" maxlength="11" v-model="phonenumber"/> <input class="righttext" style='left:23%' type="text" placeholder="请输入" maxlength="11" v-model="phonenumber"/>
</view> </view>
<view class="item"> <!-- <view class="item">
<view class="lefttext"> <view class="lefttext">
验证码 验证码
</view> </view>
@ -28,7 +28,7 @@
<view class="obtaincode" :style="{'color':getCodeBtnColor}" @click.stop="getCode()"> <view class="obtaincode" :style="{'color':getCodeBtnColor}" @click.stop="getCode()">
{{getCodeText}} {{getCodeText}}
</view> </view>
</view> </view> -->
<view class="loginbtn" @tap='pwdlogin'> <view class="loginbtn" @tap='pwdlogin'>
登录 登录
</view> </view>

View File

@ -40,7 +40,7 @@
</view> </view>
<image src="../../static/jiantou.png" mode=""></image> <image src="../../static/jiantou.png" mode=""></image>
</view> </view>
<view class="External"> <view class="External" @tap="gopassword()">
<view class="lefttext"> <view class="lefttext">
修改密码 修改密码
</view> </view>
@ -93,6 +93,11 @@
this.appPersonallist = res.data this.appPersonallist = res.data
}) })
}, },
gopassword(){
uni.navigateTo({
url: `/pages/forgotPassword/forgotPassword`
})
},
updatainfo() { updatainfo() {
console.log() console.log()
uni.navigateTo({ uni.navigateTo({