小程序优化

feat/task1-c-wallet
Devil 2021-05-30 16:46:57 +08:00
parent 1f24c8054c
commit da2be3d035
4 changed files with 4 additions and 4 deletions

View File

@ -57,7 +57,7 @@
<view class="nav-item br-b" onTap="clear_storage">
<image src="/images/user-nav-cache-icon.png" class="item-icon" mode="widthFix" />
<text class="item-name">安全退出</text>
<text class="item-name">清除缓存</text>
</view>
<view a:if="{{(customer_service_tel || null) != null}}" class="nav-item" onTap="call_event">

View File

@ -58,7 +58,7 @@
<view class="nav-item br-b" bindtap="clear_storage">
<image src="/images/user-nav-cache-icon.png" class="item-icon" mode="widthFix" />
<text class="item-name">安全退出</text>
<text class="item-name">清除缓存</text>
</view>
<view s-if="customer_service_tel != null" class="nav-item" bindtap="call_event">

View File

@ -57,7 +57,7 @@
<view class="nav-item br-b" bindtap="clear_storage">
<image src="/images/user-nav-cache-icon.png" class="item-icon" mode="widthFix" />
<text class="item-name">退</text>
<text class="item-name"></text>
</view>
<view qq:if="{{customer_service_tel != null}}" class="nav-item" bindtap="call_event">

View File

@ -57,7 +57,7 @@
<view class="nav-item br-b" bindtap="clear_storage">
<image src="/images/user-nav-cache-icon.png" class="item-icon" mode="widthFix" />
<text class="item-name">安全退出</text>
<text class="item-name">清除缓存</text>
</view>
<view wx:if="{{(common_app_customer_service_tel || null) != null}}" class="nav-item" bindtap="call_event">