|
@@ -104,11 +104,11 @@
|
|
</view> -->
|
|
</view> -->
|
|
<view class="goods-info" bindtouchstart='touchStart2' bindtouchend='touchEnd2'>
|
|
<view class="goods-info" bindtouchstart='touchStart2' bindtouchend='touchEnd2'>
|
|
<view class="c" bindtap="hideSwitchAttrPop">
|
|
<view class="c" bindtap="hideSwitchAttrPop">
|
|
|
|
+ <text class="name">{{goods.name?goods.name:""}}</text>
|
|
<view class="goods-do">
|
|
<view class="goods-do">
|
|
- <text class="price">{{goods.retail_price?"¥"+goods.retail_price:"¥0"}}</text>
|
|
|
|
- <text class="org-price line-through">{{goods.market_price?"¥"+goods.market_price:""}}</text>
|
|
|
|
|
|
+ <text class="price">{{goods.retail_price?"¥"+goods.retail_price:"¥0"}}(含税)</text>
|
|
|
|
+ <text class="org-price line-through">零售价:{{goods.market_price?"¥"+goods.market_price:""}}</text>
|
|
</view>
|
|
</view>
|
|
- <text class="name">{{goods.name?goods.name:""}}</text>
|
|
|
|
<!-- <text class="desc">{{goods.goods_brief?goods.goods_brief:""}}</text> -->
|
|
<!-- <text class="desc">{{goods.goods_brief?goods.goods_brief:""}}</text> -->
|
|
<!-- <view class="brand" wx:if="{{brand.name}}">
|
|
<!-- <view class="brand" wx:if="{{brand.name}}">
|
|
<navigator url="../brandDetail/brandDetail?id={{brand.id}}">
|
|
<navigator url="../brandDetail/brandDetail?id={{brand.id}}">
|
|
@@ -118,7 +118,7 @@
|
|
<!-- <view class="brand">
|
|
<!-- <view class="brand">
|
|
<text>发货地:深圳前海保税仓</text>
|
|
<text>发货地:深圳前海保税仓</text>
|
|
</view> -->
|
|
</view> -->
|
|
- <view style='margin-top:20px;'>
|
|
|
|
|
|
+ <view style='margin-top:7px;'>
|
|
<text class="desc">快递:{{defaultFreight==0?"免邮":defaultFreight+"元"}}</text>
|
|
<text class="desc">快递:{{defaultFreight==0?"免邮":defaultFreight+"元"}}</text>
|
|
<text class="desc2">销量:{{goods.sell_volume==null?0:goods.sell_volume}}</text>
|
|
<text class="desc2">销量:{{goods.sell_volume==null?0:goods.sell_volume}}</text>
|
|
</view>
|
|
</view>
|
|
@@ -136,7 +136,7 @@
|
|
<image class="i" src="../../static/images/address_right.png" background-size="cover"></image>
|
|
<image class="i" src="../../static/images/address_right.png" background-size="cover"></image>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
- <view class="section-nav section-attr" wx:if="{{detailStoreCampMinusList.length>0}}" bindtap="switchCampMinusPop" bindtouchstart='touchStart2' bindtouchend='touchEnd2'>
|
|
|
|
|
|
+ <view class="section-nav nav1001 section-attr" wx:if="{{detailStoreCampMinusList.length>0}}" bindtap="switchCampMinusPop" bindtouchstart='touchStart2' bindtouchend='touchEnd2'>
|
|
<view class="t">
|
|
<view class="t">
|
|
<view style='float:left'>促销</view>
|
|
<view style='float:left'>促销</view>
|
|
<view class='ticket-border' wx:for="{{detailStoreCampMinusList}}" wx:key="{{item.campMinusId}}">
|
|
<view class='ticket-border' wx:for="{{detailStoreCampMinusList}}" wx:key="{{item.campMinusId}}">
|
|
@@ -146,9 +146,13 @@
|
|
<image class="i" src="../../static/images/address_right.png" background-size="cover"></image>
|
|
<image class="i" src="../../static/images/address_right.png" background-size="cover"></image>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
- <view class="section-nav section-attr" bindtap="switchAttrPop" wx:if="{{stockNum >0}}" bindtouchstart='touchStart2' bindtouchend='touchEnd2'>
|
|
|
|
|
|
+ <view class="section-nav nav1002 section-attr" bindtap="switchAttrPop" wx:if="{{stockNum >0}}" bindtouchstart='touchStart2' bindtouchend='touchEnd2'>
|
|
<view class="t">{{checkedSpecText=="请选择规格数量"?"请选择规格数量":"已选:【"+checkedSpecText+"】"}}</view>
|
|
<view class="t">{{checkedSpecText=="请选择规格数量"?"请选择规格数量":"已选:【"+checkedSpecText+"】"}}</view>
|
|
- <image class="i" src="../../static/images/address_right.png" background-size="cover"></image>
|
|
|
|
|
|
+ <image class="i" src="../../static/images/address_right.png" background-size="cover" style="height: 0;"></image>
|
|
|
|
+ </view>
|
|
|
|
+
|
|
|
|
+ <view class="section-nav nav1003 section-attr" wx:if="{{stockNum >0}}">
|
|
|
|
+ <view class="t">发货地:【前海保税仓发货】</view>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<!-- <view class="crash-goods" wx:if="{{crashList.length > 0}}" bindtap="hideSwitchAttrPop">
|
|
<!-- <view class="crash-goods" wx:if="{{crashList.length > 0}}" bindtap="hideSwitchAttrPop">
|
|
@@ -283,7 +287,7 @@
|
|
<view class="info">
|
|
<view class="info">
|
|
<view class="c">
|
|
<view class="c">
|
|
<view class="p">价格:¥{{goods.retail_price}}</view>
|
|
<view class="p">价格:¥{{goods.retail_price}}</view>
|
|
- <view class="a" wx:if="{{productList.length>0}}">已选择:{{checkedSpecText}}</view>
|
|
|
|
|
|
+ <view class="a" wx:if="{{productList.length>0}}"><text>已选择:{{checkedSpecText}}</text></view>
|
|
<view class="a">库存{{stockNum}}件</view>
|
|
<view class="a">库存{{stockNum}}件</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|