update
This commit is contained in:
parent
01424be8e8
commit
19c8be8de3
@ -20,7 +20,10 @@
|
||||
|
||||
<div class="messageBox">
|
||||
<div class="phoneBox">
|
||||
<image class="phoneIcon" src="https://eshangtech.com/wanmeiyizhanImg/home/detailPhone.png" />
|
||||
<image
|
||||
class="phoneIcon"
|
||||
src="https://eshangtech.com/wanmeiyizhanImg/home/detailPhone.png"
|
||||
/>
|
||||
<input
|
||||
class="phoneText"
|
||||
placeholder="请输入手机号"
|
||||
@ -31,7 +34,10 @@
|
||||
</div>
|
||||
<div class="phoneError">{{ errorMessage }}</div>
|
||||
<div class="codeBox" v-if="loginType === 1">
|
||||
<image class="codeIcon" src="https://eshangtech.com/wanmeiyizhanImg/home/passwordICon.svg" />
|
||||
<image
|
||||
class="codeIcon"
|
||||
src="https://eshangtech.com/wanmeiyizhanImg/home/passwordICon.svg"
|
||||
/>
|
||||
<input
|
||||
v-model="password"
|
||||
class="passwordText"
|
||||
@ -40,7 +46,10 @@
|
||||
/>
|
||||
</div>
|
||||
<div class="codeBox" v-if="loginType === 2">
|
||||
<image class="codeIcon" src="https://eshangtech.com/wanmeiyizhanImg/home/codeIcon.svg" />
|
||||
<image
|
||||
class="codeIcon"
|
||||
src="https://eshangtech.com/wanmeiyizhanImg/home/codeIcon.svg"
|
||||
/>
|
||||
<input
|
||||
v-model="code"
|
||||
class="codeText"
|
||||
@ -294,8 +303,11 @@ export default {
|
||||
setTimeout(() => {
|
||||
_this.isClick = true;
|
||||
if (result.ResultCode === "100") {
|
||||
uni.switchTab({
|
||||
url: "/pages/home/index",
|
||||
// uni.switchTab({
|
||||
// url: "/pages/home/index",
|
||||
// });
|
||||
uni.navigateBack({
|
||||
delta: 1,
|
||||
});
|
||||
}
|
||||
}, 1000);
|
||||
|
||||
File diff suppressed because one or more lines are too long
1220
unpackage/dist/dev/app-plus/app-service.js
vendored
1220
unpackage/dist/dev/app-plus/app-service.js
vendored
File diff suppressed because one or more lines are too long
3143
unpackage/dist/dev/app-plus/app-view.js
vendored
3143
unpackage/dist/dev/app-plus/app-view.js
vendored
File diff suppressed because one or more lines are too long
2
unpackage/dist/dev/app-plus/manifest.json
vendored
2
unpackage/dist/dev/app-plus/manifest.json
vendored
File diff suppressed because one or more lines are too long
2
unpackage/dist/dev/app-plus/view.umd.min.js
vendored
2
unpackage/dist/dev/app-plus/view.umd.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user