12345678910111213141516171819 |
- <view class="box">
- <image src="{{logoUrl}}" style="width:142rpx;height:142rpx;margin-top:80rpx;"></image>
- <image src="/img/xiaobai.png" style="width:142rpx;height:142rpx;margin-top:80rpx;" wx:if="{{title=='小白闪现出行'}}"></image>
- <image src="/img/shanxian.png" class="bike"></image>
- <button open-type="getUserInfo" bindgetuserinfo="onGotUserInfo">
- <image src="{{img}}weapp/weixin.png" style="width:56rpx;height:46rpx;margin-top:8rpx;"></image>
- <text>微信用户一键授权</text>
- </button>
- <!-- <button open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber" wx:if="{{bind_mobile==0}}">
- <image src="{{img}}weapp/weixin.png" style="width:56rpx;height:46rpx;margin-top:8rpx;"></image>
- <text>微信手机号一键登录</text>
- </button> -->
- <!-- <view class="mobile_login" bindtap="mobile_login" wx:if="{{false}}">
- <text>请输入手机号登陆</text>
- </view> -->
- <view class="bottom">
- 点击授权,即表示已阅读并同意<text bindtap="agreement">《法律条款与用户协议》</text>
- </view>
- </view>
|