小程序优化
parent
1f24c8054c
commit
da2be3d035
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue