12121212
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
</view>
|
||||
|
||||
<view class="cu-item flex-sub" :class="0==TabCur?'text-red cur':''" @tap="tabSelect(0)">
|
||||
<view class="cu-item flex-sub" :class="0==TabCur?'text-blues cur':''" @tap="tabSelect(0)">
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -7,9 +7,9 @@
|
||||
:style="'background-image: url('+imgURL+'login-bg-top.png);height: 480upx;'">
|
||||
<view class="padding-xl ">
|
||||
<view class="image login-bg">
|
||||
<image :src="imgURL+'new-logo.png'" mode="widthFix"></image>
|
||||
<image :src="otherImgURL+'logo@ZP.png'" mode="widthFix"></image>
|
||||
<view class="text-bold text-lg padding-top">
|
||||
一路油你 百川加油
|
||||
一路油你 中品加油
|
||||
</view>
|
||||
<view class="text-df text-grey padding-top-xs padding-bottom">
|
||||
登录后加油更便捷
|
||||
@@ -29,7 +29,7 @@
|
||||
</view> -->
|
||||
|
||||
<view class="cu-item text-bold text-lg flex-sub "
|
||||
:class="[0==TabCur?'text-red cur':'',(animation=='animation-fades'&&0==TabCur)?'animation-fade':'']"
|
||||
:class="[0==TabCur?'text-blues cur':'',(animation=='animation-fades'&&0==TabCur)?'animation-fade':'']"
|
||||
@tap="tabSelect(0)">
|
||||
个人账号
|
||||
</view>
|
||||
@@ -77,7 +77,7 @@
|
||||
</view>
|
||||
</form>
|
||||
|
||||
<!-- <form v-if="1==TabCur">
|
||||
<!-- <form v-if="1==TabCur">
|
||||
<view class="cu-form-group yu-input padding-top" v-if="!company.sended">
|
||||
<input name="手机号" label="手机号" type="number" placeholder="请输入企业下绑定手机号" v-model="driver.username" />
|
||||
</view>
|
||||
@@ -144,6 +144,7 @@
|
||||
verifyCodeToken: "",
|
||||
accuntSource: false,
|
||||
imgURL: this.global.imgURL,
|
||||
otherImgURL: this.global.otherImgURL,
|
||||
loadModal: false,
|
||||
active: 0,
|
||||
|
||||
@@ -229,7 +230,7 @@
|
||||
title: res.data.msg,
|
||||
content: '企业账号只能由企业分配,请确认是否当前手机号,如有疑问,请联系客服处理',
|
||||
showCancel: false,
|
||||
confirmColor: '#FE0505',
|
||||
confirmColor: '#1890FF',
|
||||
success: (res) => {
|
||||
if (confirm) {
|
||||
|
||||
@@ -270,7 +271,7 @@
|
||||
uni.showModal({
|
||||
title: res.data.msg,
|
||||
confirmText: '立即注册',
|
||||
confirmColor: '#FE0505',
|
||||
confirmColor: '#1890FF',
|
||||
success: (res) => {
|
||||
if (res.confirm) {
|
||||
uni.setStorageSync('username', that.driver.username)
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<view class="image login-bg">
|
||||
<image :src="imgURL+'new-logo.png'" mode="widthFix"></image>
|
||||
<view class="text-bold text-lg padding-top">
|
||||
一路油你 百川加油
|
||||
一路油你 中品加油
|
||||
</view>
|
||||
<view class="text-df text-grey padding-top-xs padding-bottom">
|
||||
注册为个人会员
|
||||
|
||||
Reference in New Issue
Block a user