会员权益
This commit is contained in:
1
unpackage/dist/dev/mp-weixin/pagesPoints/component/modal/quantity.wxml
vendored
Normal file
1
unpackage/dist/dev/mp-weixin/pagesPoints/component/modal/quantity.wxml
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<view data-event-opts="{{[['tap',[['',['$event']]]]]}}" class="component-modal-quantity data-v-673bc955" catchtap="__e"><uni-popup vue-id="ff843b5e-1" type="bottom" safe-area="{{false}}" data-ref="popupModal" data-event-opts="{{[['^change',[['onChange']]]]}}" bind:change="__e" class="data-v-673bc955 vue-ref" bind:__l="__l" vue-slots="{{['default']}}"><view class="modal-box data-v-673bc955" style="{{'--theme-color:'+(themeColor)+';'}}"><view class="modal-content flex align-items-center data-v-673bc955"><view class="content-title data-v-673bc955">选择商品数量:</view><view class="content-select flex-item flex justify-content-end align-items-center data-v-673bc955"><view data-event-opts="{{[['tap',[['handleSubtraction']]]]}}" class="{{['select-btn','data-v-673bc955',($root.m0<=1)?'disabled':'']}}" bindtap="__e"><image class="icon data-v-673bc955" src="/static/mall/subtraction.png" mode="aspectFit"></image></view><input class="select-number data-v-673bc955" type="number" data-event-opts="{{[['blur',[['handleBlur']]],['input',[['__set_model',['','selectQuantity','$event',[]]]]]]}}" value="{{selectQuantity}}" bindblur="__e" bindinput="__e"/><view data-event-opts="{{[['tap',[['handleAddition']]]]}}" class="select-btn data-v-673bc955" bindtap="__e"><image class="icon data-v-673bc955" src="/static/mall/addition.png" mode="aspectFit"></image></view></view></view><view class="modal-footer data-v-673bc955"><view data-event-opts="{{[['tap',[['onConfirm']]]]}}" class="footer-btn data-v-673bc955" bindtap="__e">确认</view></view></view></uni-popup></view>
|
||||
Reference in New Issue
Block a user