|
@@ -5,7 +5,7 @@
|
|
|
</view> -->
|
|
|
|
|
|
<!-- 地址 -->
|
|
|
- <navigator v-if="tabCurrentIndex == 0" url="/pages/set/address?source=1" class="address-section">
|
|
|
+ <!-- <navigator v-if="tabCurrentIndex == 0" url="/pages/set/address?source=1" class="address-section">
|
|
|
<view class="order-content" v-if="addressData.real_name">
|
|
|
<text class="iconfont iconlocation"></text>
|
|
|
<view class="cen">
|
|
@@ -26,7 +26,7 @@
|
|
|
</view>
|
|
|
|
|
|
<image class="a-bg" :src="addressImg"></image>
|
|
|
- </navigator>
|
|
|
+ </navigator> -->
|
|
|
<navigator v-if="tabCurrentIndex == 1" url="/pages/shoping/list?type=4" class="address-section">
|
|
|
<view class="order-content" v-if="shopAddress.name">
|
|
|
<text class="iconfont iconlocation"></text>
|
|
@@ -74,7 +74,7 @@
|
|
|
</view>
|
|
|
|
|
|
<!-- 优惠明细 -->
|
|
|
- <view class="yt-list">
|
|
|
+ <!-- <view class="yt-list">
|
|
|
<view class="yt-list-cell b-b" @click="couponListshow ? toggleMask('show') : ''">
|
|
|
<view class="cell-icon">券</view>
|
|
|
<text class="cell-tit clamp">优惠券</text>
|
|
@@ -83,12 +83,7 @@
|
|
|
<text class="cell-tip disabled" v-if="!couponListshow && !couponChecked.coupon_price">暂时没有优惠券</text>
|
|
|
<text class="cell-more wanjia wanjia-gengduo-d"></text>
|
|
|
</view>
|
|
|
- <!-- <view class="yt-list-cell b-b" v-if="moneyAll.storeFreePostage > 0">
|
|
|
- <view class="cell-icon hb">减</view>
|
|
|
- <text class="cell-tit clamp">商家促销</text>
|
|
|
- <text class="cell-tip disabled">满{{ moneyAll.storeFreePostage }}包邮</text>
|
|
|
- </view> -->
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
<!-- 金额明细 -->
|
|
|
<view class="yt-list">
|
|
|
<!-- <view class="yt-list-cell b-b">
|
|
@@ -400,10 +395,10 @@
|
|
|
this.$api.msg('积分商品只可单件购买');
|
|
|
return false;
|
|
|
}
|
|
|
- if (!this.addressData.real_name && this.tabCurrentIndex == 0) {
|
|
|
- this.$api.msg('请选择收货地址');
|
|
|
- return false;
|
|
|
- }
|
|
|
+ // if (!this.addressData.real_name && this.tabCurrentIndex == 0) {
|
|
|
+ // this.$api.msg('请选择收货地址');
|
|
|
+ // return false;
|
|
|
+ // }
|
|
|
if (obj.tabCurrentIndex === 1) {
|
|
|
if (!obj.pickUpInfo.real_name) {
|
|
|
obj.$api.msg('请填写用户名');
|