|
|
@@ -3,10 +3,18 @@
|
|
|
<view>
|
|
|
<form>
|
|
|
<view class="module-com input-line-wrap">
|
|
|
- <view class="btn-wrap" style="margin-top:100upx;">
|
|
|
- <button class="admin-button-com blue big" style="border:none;" open-type="getPhoneNumber" @getphonenumber="getWxMobile" >手机号一键登录</button>
|
|
|
+ <view class="btn-wrap" style="margin-top:50upx;">
|
|
|
+
|
|
|
+ <view style="color:black;font-size:30upx;margin-top:15upx;">这里是花店的商城,需获取你的手机号登录后</view>
|
|
|
+ <view style="color:black;font-size:30upx;margin-top:15upx;">才能使用相应功能,请谅解</view>
|
|
|
+ <view style="color:black;font-size:30upx;margin-top:15upx;margin-bottom:50upx;">如不需要,您可以点击<text style="color:#3385FF;font-size:36upx;font-weight:bold;margin-left:15upx;" @click="goBack()">拒绝使用</text></view>
|
|
|
+
|
|
|
+ <button class="admin-button-com blue big" style="border:none;height:110upx;line-height:65upx;" open-type="getPhoneNumber" @getphonenumber="getWxMobile">
|
|
|
+ 知道了,用手机号快捷登录
|
|
|
+ </button>
|
|
|
+
|
|
|
</view>
|
|
|
- <view style="float:right;font-size:30upx;margin-right:40upx;color:#333333;" @click="accountLogin()"><text>使用账号密码登录</text></view>
|
|
|
+ <view style="float:right;font-size:36upx;margin-right:40upx;color:#333333;" @click="accountLogin()"><text>使用账号密码登录</text></view>
|
|
|
</view>
|
|
|
</form>
|
|
|
</view>
|
|
|
@@ -32,6 +40,9 @@ export default {
|
|
|
};
|
|
|
},
|
|
|
methods: {
|
|
|
+ goBack(){
|
|
|
+ uni.navigateBack({})
|
|
|
+ },
|
|
|
init(){
|
|
|
if(this.option.needBack){
|
|
|
this.needBack = this.option.needBack
|