|
@@ -28,7 +28,7 @@
|
|
|
<block v-else>
|
|
<block v-else>
|
|
|
<tui-list-cell class="line-cell" :hover="false">
|
|
<tui-list-cell class="line-cell" :hover="false">
|
|
|
<div class="tui-title required">手机号</div>
|
|
<div class="tui-title required">手机号</div>
|
|
|
- <input v-model="form.mobile" type="number" style="width:300upx;" placeholder-class="phcolor" @blur="checkShopFn" :disabled="true"
|
|
|
|
|
|
|
+ <input v-model="form.mobile" type="number" style="width:300upx;" placeholder-class="phcolor" :disabled="true"
|
|
|
placeholder-style="color:#CCCCCC" class="tui-input" name="mobile" placeholder="请点右边按钮获取" />
|
|
placeholder-style="color:#CCCCCC" class="tui-input" name="mobile" placeholder="请点右边按钮获取" />
|
|
|
<button v-if="hasGet == false" class="admin-button-com blue middle" open-type="getPhoneNumber" @getphonenumber="getSj">点击获取</button>
|
|
<button v-if="hasGet == false" class="admin-button-com blue middle" open-type="getPhoneNumber" @getphonenumber="getSj">点击获取</button>
|
|
|
</tui-list-cell>
|
|
</tui-list-cell>
|
|
@@ -80,11 +80,11 @@
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</view>
|
|
</view>
|
|
|
- <view style="color:#999999;font-size:25upx;margin-top:30upx;margin-left:50upx;">
|
|
|
|
|
|
|
+ <view style="color:#999999;font-size:25upx;margin-top:30upx;margin-left:40upx;">
|
|
|
<radio-group @change="agreeItem">
|
|
<radio-group @change="agreeItem">
|
|
|
<label>
|
|
<label>
|
|
|
<radio value="1" style="width:6upx;transform:scale(0.8)" />
|
|
<radio value="1" style="width:6upx;transform:scale(0.8)" />
|
|
|
- <text style="margin-left:42upx;">
|
|
|
|
|
|
|
+ <text style="margin-left:42upx;font-size:32upx;">
|
|
|
我已阅读并同意
|
|
我已阅读并同意
|
|
|
<text style="font-weight:bold;color:#666666;" @click.stop="goToService()">《服务协议》</text>
|
|
<text style="font-weight:bold;color:#666666;" @click.stop="goToService()">《服务协议》</text>
|
|
|
和
|
|
和
|
|
@@ -207,6 +207,7 @@ export default {
|
|
|
uni.hideLoading()
|
|
uni.hideLoading()
|
|
|
if(subRes.data.mobile && subRes.data.mobile!=''){
|
|
if(subRes.data.mobile && subRes.data.mobile!=''){
|
|
|
this.form.mobile = subRes.data.mobile
|
|
this.form.mobile = subRes.data.mobile
|
|
|
|
|
+ this.checkShopFn({detail:{value:this.form.mobile}})
|
|
|
}else{
|
|
}else{
|
|
|
this.$msg("没获取到手机号")
|
|
this.$msg("没获取到手机号")
|
|
|
}
|
|
}
|