This commit is contained in:
2020-01-06 15:12:30 +08:00
parent 3819a96576
commit ec445933f8
11 changed files with 86 additions and 167 deletions

View File

@@ -15,7 +15,7 @@
<view class="left">
<view bind:tap="call" class="select {{all ? 'selects':''}}"></view>
<text bind:tap="call" class="selectall">全选</text>
<text class="pri">${{price}}</text>
<text class="pri">{{price}}</text>
</view>
<view class="right">
<text class="del" bind:tap="del">删除</text>