|
@@ -1,23 +1,21 @@
|
|
<!-- 地址 -->
|
|
<!-- 地址 -->
|
|
-<view class='address-box bg-white'>
|
|
|
|
- <view class='mar-l20 mar-r20 f-box'>
|
|
|
|
- <icon class='iconfont icon-dizhi mar-r20 f-box f-align-items-center c-orange'></icon>
|
|
|
|
|
|
+<view class='address-box bg-white c-333'>
|
|
|
|
+ <view class='mar-l20 mar-r20 f-box' bindtap='addressBtn'>
|
|
|
|
+ <icon class='iconfont icon-dizhi mar-r20 f-box f-align-items-center c-orange' style='font-size:50rpx;'></icon>
|
|
<view class='address-infor f-item'>
|
|
<view class='address-infor f-item'>
|
|
<view class='f-box f-s30'><text>阿哥子</text><text>18888888888</text></view>
|
|
<view class='f-box f-s30'><text>阿哥子</text><text>18888888888</text></view>
|
|
- <view class='mar-t20 f-s30'>
|
|
|
|
- 上海市 闵行区 虹漕路88号
|
|
|
|
- </view>
|
|
|
|
|
|
+ <view class='mar-t20 f-s30'>上海市 闵行区 虹漕路88号</view>
|
|
</view>
|
|
</view>
|
|
<view class='arrow'></view>
|
|
<view class='arrow'></view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<!-- 订单 -->
|
|
<!-- 订单 -->
|
|
-<view class='goodsList-box mar-t20 bg-white'>
|
|
|
|
|
|
+<view class='goodsList-box mar-t20 bg-white c-333'>
|
|
<view class='goods-list' wx:for="{{goodsList}}">
|
|
<view class='goods-list' wx:for="{{goodsList}}">
|
|
<view class='mar-r20 mar-l20'>
|
|
<view class='mar-r20 mar-l20'>
|
|
<text class='f-s30'>{{item.customGoodsName}}</text>
|
|
<text class='f-s30'>{{item.customGoodsName}}</text>
|
|
- <view class='f-box f-align-items-center f-s28' style='margin:20rpx 0;'>
|
|
|
|
- <text class='f-item'>¥{{item.customgoodsPriceNow}}</text>
|
|
|
|
|
|
+ <view class='f-box f-align-items-center f-s28 mar-t20 mar-b20'>
|
|
|
|
+ <text class='f-item f-s30 c-orange'>¥{{item.customgoodsPriceNow}}</text>
|
|
<view> × {{item.customGoodsNum}}</view>
|
|
<view> × {{item.customGoodsNum}}</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -29,7 +27,7 @@
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<!-- 其他内容,邮费/备注等 -->
|
|
<!-- 其他内容,邮费/备注等 -->
|
|
-<view class='other-box bg-white mar-t20'>
|
|
|
|
|
|
+<view class='other-box bg-white mar-t20 c-333'>
|
|
<view class='mar-l20 mar-r20 f-s28'>
|
|
<view class='mar-l20 mar-r20 f-s28'>
|
|
<view class='other-list f-box'>
|
|
<view class='other-list f-box'>
|
|
<view class="f-item">运费</view>
|
|
<view class="f-item">运费</view>
|