|
@@ -58,7 +58,10 @@
|
|
|
<view class="goodsCont">
|
|
|
<view class="goodsContTop">
|
|
|
<view class="goodsItemName">{{v.showName}}</view>
|
|
|
- <view class="replace" @click.stop="replace(vf,index,findex,i)" v-if="vf.goodsList.length>1">更换</view>
|
|
|
+ <view class="replaceBox" @click.stop="replace(vf,index,findex,i)">
|
|
|
+ <view class="replace" v-if="vf.goodsList.length>1">更换</view>
|
|
|
+ </view>
|
|
|
+
|
|
|
</view>
|
|
|
<view class="goodsCOntBOttom">
|
|
|
<view class="salePrice">¥{{v.salePrice?v.salePrice:'-'}}</view>
|
|
@@ -293,9 +296,9 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
goGoods(item){
|
|
|
- uni.navigateTo({
|
|
|
+ /* uni.navigateTo({
|
|
|
url:'../module/goodsDetail?goodsId='+item.goodsID+'&type=1'+'&typeIndex=2&maintain=1'
|
|
|
- })
|
|
|
+ }) */
|
|
|
},
|
|
|
empty(){
|
|
|
var that=this;
|
|
@@ -1030,6 +1033,9 @@ export default {
|
|
|
font-weight: 500;
|
|
|
color: #FF4F00;
|
|
|
}
|
|
|
+ .replaceBox{
|
|
|
+ width: 100rpx;
|
|
|
+ }
|
|
|
.replace{
|
|
|
width: 75rpx;
|
|
|
height: 37rpx;
|
|
@@ -1039,6 +1045,7 @@ export default {
|
|
|
line-height: 35rpx;
|
|
|
color: #707070;
|
|
|
font-size: 22rpx;
|
|
|
+ margin-left: 25rpx;
|
|
|
}
|
|
|
.contZkMain{
|
|
|
padding-top: 20rpx;
|