|
@@ -12,16 +12,16 @@
|
|
|
<view class="icon ibonfont ibonhome"></view>
|
|
|
<view class="text">首页</view>
|
|
|
</view>
|
|
|
- <view class="box" @click="goPage('/pages/cart/cart', 'switchTab')">
|
|
|
+ <!-- <view class="box" @click="goPage('/pages/cart/cart', 'switchTab')">
|
|
|
<u-badge v-if="cartNum > 0" type="error" :offset="[-18, -24]" :count="cartNum"></u-badge>
|
|
|
<view class="icon ibonfont iboncart"></view>
|
|
|
<view class="text">购物车</view>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
<!-- #ifdef MP-WEIXIN -->
|
|
|
- <view class="box" @click="shareGoods">
|
|
|
+ <!-- <view class="box" @click="shareGoods">
|
|
|
<view class="icon ibonfont ibonfenxiang2"></view>
|
|
|
<view class="text">分享</view>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
<!-- #endif -->
|
|
|
</view>
|
|
|
<!-- <block v-if="goods_detail.isDistribution === 4 && goods_detail.inventorTotal <= 0">
|
|
@@ -41,7 +41,7 @@
|
|
|
<image :src="item" mode="aspectFit" @click="previewImage(index)"></image>
|
|
|
</swiper-item>
|
|
|
</swiper>
|
|
|
- <view class="indicator">{{ currentSwiper + 1 }}/{{ imgList.length }}</view>
|
|
|
+ <!-- <view class="indicator">{{ currentSwiper + 1 }}/{{ imgList.length }}</view> -->
|
|
|
</view>
|
|
|
<!-- 标题 价格 -->
|
|
|
<view class="goods-info">
|
|
@@ -56,12 +56,12 @@
|
|
|
</view>
|
|
|
<view class="market-price">¥{{ goods_detail.ot_price }}</view>
|
|
|
</view>
|
|
|
- <view class="right-view">
|
|
|
+ <!-- <view class="right-view">
|
|
|
<view class="goods-num">
|
|
|
<view class="num-li">
|
|
|
已售{{ goods_detail.sold }}</view>
|
|
|
</view>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
</view>
|
|
|
<view class="goods-info-main">
|
|
|
<view class="clearfix top-title">
|
|
@@ -72,8 +72,8 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<!--规则选择 -->
|
|
|
- <view class="info-box" style="margin-top: 0;">
|
|
|
- <view class="row" v-if="goods_detail.unitData.length > 1">
|
|
|
+ <view class="info-box" style="margin-top: 0;" v-if="goods_detail.unitData">
|
|
|
+ <view class="row" v-if="goods_detail.unitData && goods_detail.unitData.length > 1">
|
|
|
<view class="text">换算</view>
|
|
|
<view class="content">
|
|
|
<block v-for="(item, index) in goods_detail.unitData" :key="index">
|
|
@@ -157,8 +157,7 @@
|
|
|
<text class="float_right ibonfont ibonxuanze1" style="color: #CCCCCC;" v-else></text>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="pay-li" @click="choosPayType(2)" v-if="goods_detail.price*1 > 0">
|
|
|
- <!-- <view class="pay-li" v-if="goods_detail.price*1 > 0"> -->
|
|
|
+ <!-- <view class="pay-li" @click="choosPayType(2)" v-if="goods_detail.price*1 > 0">
|
|
|
<text class="ibonfont ibonweixinzhifu"></text>
|
|
|
<view class="pay-name clearfix ">
|
|
|
<view class="float_left">
|
|
@@ -167,7 +166,7 @@
|
|
|
<text class="float_right ibonfont ibonxuanze1" v-if="pay_type == 2"></text>
|
|
|
<text class="float_right ibonfont ibonxuanze1" style="color: #CCCCCC;" v-else></text>
|
|
|
</view>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
</view>
|
|
|
<view class="pay-btn primary-btn" @click="submit">
|
|
|
<text>确定</text>
|
|
@@ -1487,7 +1486,8 @@
|
|
|
.buy {
|
|
|
border-radius: 8upx;
|
|
|
height: 74upx;
|
|
|
- width: 385rpx;
|
|
|
+ // width: 385rpx;
|
|
|
+ width: 580rpx;
|
|
|
color: #ffffff;
|
|
|
display: inline-block;
|
|
|
line-height: 74upx;
|