购物车

This commit is contained in:
2019-12-20 14:16:06 +08:00
parent 38280893bd
commit 487fee5b04
2 changed files with 73 additions and 46 deletions

View File

@@ -18,7 +18,7 @@
<text class="pri">${{price}}</text>
</view>
<view class="right">
<text class="del">删除</text>
<text class="del" bind:tap="del">删除</text>
<text class="sub" bindtap="sub">结算</text>
</view>
</view>