订单确认

This commit is contained in:
asd
2019-12-13 17:17:49 +08:00
parent eb1b3ef592
commit 7b9e08eb7a
37 changed files with 619 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
<view class="chooseway">
<view class="item item1">
<view class="select selected"></view>
<text class="way">快递配送</text>
</view>
<view class="item">
<view class="select"></view>
<text class="way">到店自取</text>
</view>
</view>