百度小程序开发
parent
af481ca223
commit
2873c01e19
|
|
@ -96,7 +96,7 @@
|
|||
|
||||
<!-- 表单 -->
|
||||
<view s-if="form_type != null" class="form-container spacing-mb oh">
|
||||
<view class="form-gorup">
|
||||
<view class="form-gorup bg-white">
|
||||
<view class="form-gorup-title">退款原因<text class="form-group-tips-must">必选</text></view>
|
||||
<picker bindchange="form_reason_event" value="{{form_reason_index}}" range="{{reason_data_list}}">
|
||||
<view class="picker {{form_reason_index == null ? 'cr-ccc' : 'cr-666'}} arrow-right">
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue