会员权益
This commit is contained in:
1
unpackage/dist/dev/mp-weixin/pages/component/modal/level.wxml
vendored
Normal file
1
unpackage/dist/dev/mp-weixin/pages/component/modal/level.wxml
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<view data-event-opts="{{[['tap',[['',['$event']]]]]}}" class="component-modal-level" catchtap="__e"><uni-popup class="vue-ref" vue-id="3eb6a602-1" type="bottom" safe-area="{{false}}" data-ref="popupModal" data-event-opts="{{[['^change',[['onChange']]]]}}" bind:change="__e" bind:__l="__l" vue-slots="{{['default']}}"><view class="popup-box" style="{{'--theme-color:'+(themeColor)+';'}}"><view class="popup-header"><view class="title">会员级别</view><image class="close" src="/static/close.png" mode="aspectFit" data-event-opts="{{[['tap',[['onClose',['$event']]]]]}}" bindtap="__e"></image></view><view class="popup-content flex-direction-column"><scroll-view class="contetnt-scroll flex-item" scroll-y="{{true}}"><view class="scroll-list flex flex-wrap"><block wx:for="{{$root.l0}}" wx:for-item="item" wx:for-index="__i0__" wx:key="id"><view data-event-opts="{{[['tap',[['selectLevel',['$0'],[[['levelList','id',item.$orig.id]]]]]]]}}" class="{{['list-item',(item.g0)?'active':'']}}" bindtap="__e">{{item.$orig.name}}</view></block></view></scroll-view></view><view class="popup-btn"><view data-event-opts="{{[['tap',[['onReset',['$event']]]]]}}" class="btn" bindtap="__e">重置</view><view data-event-opts="{{[['tap',[['onConfirm',['$event']]]]]}}" class="btn confirm" bindtap="__e">确认</view></view></view></uni-popup></view>
|
||||
Reference in New Issue
Block a user