|
@@ -74,12 +74,22 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
- <view class="grace-wrap" style="margin-top: 20rpx;">
|
|
|
- <view class="grace-capsule margin">
|
|
|
+ <view class="grace-form-item grace-border-b">
|
|
|
+ <text class="grace-form-label">配送方式</text>
|
|
|
+ <view class="grace-form-body" style="padding:20rpx 0;">
|
|
|
+ <radio-group name="danxuan">
|
|
|
+ <label class="grace-check-item-v"><radio value="1"></radio>快递</label>
|
|
|
+ <label class="grace-check-item-v"><radio value="2"></radio>自提</label>
|
|
|
+ </radio-group>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <view class="grace-wrap" style="margin-top: 20rpx;" v-if="item.goods.mode > 0">
|
|
|
+ <view class="grace-capsule margin" v-if="item.goods.mode == 1 || item.goods.mode == 3">
|
|
|
<text class="grace-capsule-icon">地址</text>
|
|
|
<text class="grace-capsule-text">河北省三河市燕郊开发区理想新城一期南区36号楼</text>
|
|
|
</view>
|
|
|
- <view class="grace-capsule margin">
|
|
|
+ <view class="grace-capsule margin" v-if="item.goods.mode == 2 || item.goods.mode == 3">
|
|
|
<text class="grace-capsule-icon grace-icon-br" style="background:#E76B61;">自提</text>
|
|
|
<text class="grace-capsule-text grace-text-br" style="border-color:#E76B61; color:#E76B61;">河北省三河市燕郊开发区理想新城一期南区</text>
|
|
|
</view>
|
|
@@ -318,4 +328,6 @@ export default {
|
|
|
.block1{line-height:80rpx; display:block; width:100%; text-align:center; font-size:28rpx;}
|
|
|
.block2{line-height:66rpx; display:block; width:100%; text-align:center; font-size:28rpx;}
|
|
|
.margin{margin:10rpx 10rpx 0 0;}
|
|
|
+.grace-border-b{border-color:#F8F8F8;}
|
|
|
+.grace-check-item-v{width:100%; padding:15rpx 15rpx;}
|
|
|
</style>
|