Files
CompanyProject/衣莎项目/源码/YiShaXiYi/component/quantityClothes/quantityClothes.wxml
2024-09-27 01:32:49 +08:00

29 lines
1.3 KiB
Plaintext

<!-- component/quantityClothes/quantityClothes.wxml -->
<!-- 增减衣物 -->
<view wx:if="{{isTips}}" class="backwash_tips flex-con3 tips">
<view>
<view class="tips_cen">
<view class="tips_cen_tit">本次洗护数量</view>
<view class="flex-con3 mt30">
<view class="tips_cen_num flex-con3">
<view class="num_img" catchtap="reduce">
<image src="/static/img/icon/j1.png" />
</view>
<view class="num_text">{{num}}</view>
<view class="num_img" catchtap="add">
<image src="/static/img/icon/j2.png" />
</view>
</view>
</view>
<!-- <view data-type="remarks" class="tips_remarks">
<view class="flex1 clamp1">{{changeCount.remarks}}</view>
<view class="remarks_xiu">修改</view>
</view> -->
<view class="tips_cen_sub" catchtap="chCount">提交</view>
<!-- <view class="mt20 tips_ts">提示:请在洗衣柜附近开柜!</view> -->
</view>
<view class="tips_img" data-type="num" catchtap="closeTips">
<image src="/static/img/icon/colse_tips.png" />
</view>
</view>
</view>