20240606
This commit is contained in:
@@ -10,12 +10,14 @@
|
||||
</view> -->
|
||||
|
||||
<view catch:tap="emptyfunc" wx:if="{{type=='userinfo' || !type}}">
|
||||
<!--
|
||||
<block wx:if="{{isForceProfile || isShowProfile}}">
|
||||
<button class="auth-btngetUserInfo" bindtap="getUserProfile">获取用户信息</button>
|
||||
</block>
|
||||
<block wx:else>
|
||||
<button class="auth-btngetUserInfo" bindtap="successEvent">已获取用户信息</button>
|
||||
</block>
|
||||
-->
|
||||
</view>
|
||||
|
||||
<view class="auth-dialog-special inner40" style="z-index:{{zindex+1}};" catchtouchmove="true" wx:if="{{type=='mobile' && isShow && mode=='special'}}">
|
||||
|
||||
@@ -3,11 +3,9 @@
|
||||
<view class="relative" style="height:200rpx;">
|
||||
<view class="relative pt30 pb30 pl110 pr10">
|
||||
<image class='absolute left-0 box-middle mr10 img-90x90 ulib-r750 overflowhidden' mode="aspectFill" src="{{userInfo.headimg||'https://img.liche.cn/spacestation/logo.png?v=20240526'}}" lazy-load="{{true}}"></image>
|
||||
<!--
|
||||
<view class="absolute top-0 bottom-0 left-0 right-0 opacity-0 mt20 mr150 z-index-4">
|
||||
<lcb-auth type="userinfo" isShowProfile="{{isShowProfile}}" bind:onSuccess="getUserInfo"></lcb-auth>
|
||||
</view>
|
||||
-->
|
||||
<view>
|
||||
<view class="font-22 color-fff">Hi~ {{hoursTip}}欢迎回到理车宝!</view>
|
||||
<view>
|
||||
|
||||
Reference in New Issue
Block a user