This commit is contained in:
chenrx
2024-06-06 14:12:37 +08:00
parent ff2a1c702f
commit d7e0fdc6b0
+6 -4
View File
@@ -3,9 +3,11 @@
<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>
@@ -49,7 +51,7 @@
<i class="iconfont ml20 icon-xiala color-999"></i>
</view>
</picker>
<picker mode="multiSelector" class="absolute right-0 box-middle" bindchange="changeArea" bindcolumnchange="columnChangeArea" value="{{areaIndex}}" range="{{areaArr}}" range-key="name">
<view class="pt10 pb10 pl20 pr20 bg-f6 ulib-r10 font-22">
<text>{{area_list[areaIndex[0]].name}}-{{area_list[areaIndex[0]].children[areaIndex[1]].name}}</text>
@@ -117,8 +119,8 @@
<!-- 调拨提醒 -->
<lcb-msg isShow="{{isShowReport}}">
<view slot="content">
<view class="pt40 pl40 pr40">
<view slot="content">
<view class="pt40 pl40 pr40">
<view class="font-36 text-center">调拨提醒</view>
<view class="mt10 font-22 text-center color-999">您有新的车辆调拨,需要您进行确认操作。</view>
</view>
@@ -129,5 +131,5 @@
<button bindtap="optShowReport" class="fn-flex-item mr20 bds-2-36afa2 btn-no-bg wp100 font-28 color-36afa2 ulib-r750">取消</button>
<button bindtap="pushLink" data-url="/pages/allot/list/index" class="fn-flex-item ml20 btn-36afa2 wp100 font-28 color-fff ulib-r750" hover-class="btn-36afa2-hover">前往操作</button>
</view>
</view>
</view>
</lcb-msg>