.
This commit is contained in:
@@ -97,8 +97,8 @@
|
|||||||
<button @click="onSubmit" class="active" v-if="btnShow">登 录</button>
|
<button @click="onSubmit" class="active" v-if="btnShow">登 录</button>
|
||||||
<button v-else>登 录</button>
|
<button v-else>登 录</button>
|
||||||
</view>
|
</view>
|
||||||
<!-- <view class="loginHelp" v-if="submitClickNum > 0"> -->
|
<view class="loginHelp" v-if="submitClickNum > 0">
|
||||||
<view class="loginHelp">
|
<!-- <view class="loginHelp"> -->
|
||||||
<text>登录遇到问题?</text><text class="link" @click="onPageJump('/pages/user/workOrder','login')">去反馈问题</text>
|
<text>登录遇到问题?</text><text class="link" @click="onPageJump('/pages/user/workOrder','login')">去反馈问题</text>
|
||||||
</view>
|
</view>
|
||||||
<!-- <view class="password_register" style="margin: 0 auto; text-align: center; display: block;">
|
<!-- <view class="password_register" style="margin: 0 auto; text-align: center; display: block;">
|
||||||
|
|||||||
@@ -53,7 +53,7 @@
|
|||||||
<view class="input_box">
|
<view class="input_box">
|
||||||
<uni-forms-item label="" name="contactInformation" label-width="0">
|
<uni-forms-item label="" name="contactInformation" label-width="0">
|
||||||
<text class="input_tit"><i>*</i>联系电话:</text>
|
<text class="input_tit"><i>*</i>联系电话:</text>
|
||||||
{{reversedMessage}}
|
<!-- {{reversedMessage}} -->
|
||||||
<view class="in">
|
<view class="in">
|
||||||
<input type="number" placeholder-style="font-size:26rpx" @input="telInput"
|
<input type="number" placeholder-style="font-size:26rpx" @input="telInput"
|
||||||
v-model="form.contactInformation" placeholder="请输入与您联系的手机号" />
|
v-model="form.contactInformation" placeholder="请输入与您联系的手机号" />
|
||||||
@@ -318,15 +318,20 @@
|
|||||||
</script>
|
</script>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
@import '@/style/mixin.scss';
|
@import '@/style/mixin.scss';
|
||||||
|
::v-deep .uni-forms-item{
|
||||||
|
margin-bottom: 26rpx !important;
|
||||||
|
}
|
||||||
|
.input_tit{
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
.page {
|
.page {
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
padding: 0 65rpx;
|
padding: 0 65rpx;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
padding: 60rpx 0 40rpx 0;
|
padding: 30rpx 0 40rpx 0;
|
||||||
font-size: 60rpx;
|
font-size: 40rpx;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user