@@ -14,7 +14,8 @@
</button>
<view class="authorize-info">{{wxPhoneData? '****************' : ''}}</view> -->
<view class="authorize-login" @click="getUserInfo">登录</view>
- </view>{{tipxx}}
+ <view class="authorize-tip">点击登录默认同意<text style="text-decoration: underline;">平台服务协议</text></view>
+ </view>
<u-top-tips ref="uTips"></u-top-tips>
</view>
</template>
@@ -28,7 +29,7 @@
wxLoginData: null,
wxPhoneData: null,
userNmae: '',
- tipxx: '',
+ tip: '点击登录默认同意平台服务协议',
}
},
onReady() {
@@ -232,6 +233,17 @@
line-height: 36px;
text-align: center;
+ .authorize-tip {
+ width: 220px;
+ height: 20px;
+ float: left;
+ margin: 10px 5px;
+ font-size: 12px;
+ font-family: PingFang SC;
+ color: #FFFFFF;
+ line-height: 20px;
+ text-align: center;
+ }
</style>