|
@@ -164,7 +164,7 @@
|
|
|
data(){
|
|
|
return{
|
|
|
productNoneImage:'https://static.caimei365.com/app/img/icon/icon-pnone.png',
|
|
|
- clickPath:'/pages/search/search-second',
|
|
|
+ clickPath:'/search/pages/search/search-second',
|
|
|
disabledTabNavList:[{name:'相关推荐'}],
|
|
|
mode:'round',
|
|
|
iconClass:'icon-aixin',
|
|
@@ -306,7 +306,7 @@
|
|
|
}
|
|
|
return {
|
|
|
title: `${this.product.name}`,
|
|
|
- path: `pages/second/product/product-details?type=share&id=${this.productID}`,
|
|
|
+ path: `second/pages/product/product-details?type=share&id=${this.productID}`,
|
|
|
imageUrl:`${this.product.imageList[0]}`
|
|
|
}
|
|
|
},
|
|
@@ -413,7 +413,7 @@
|
|
|
}
|
|
|
return {
|
|
|
title: `${this.product.name}`,
|
|
|
- path: `pages/second/product/product-details?type=share&id=${this.productID}`,
|
|
|
+ path: `second/pages/product/product-details?type=share&id=${this.productID}`,
|
|
|
imageUrl:`${this.product.imageList[0]}`
|
|
|
}
|
|
|
},
|
|
@@ -790,6 +790,12 @@
|
|
|
font-size: $font-size-20;
|
|
|
border-radius: 4rpx;
|
|
|
}
|
|
|
+ .btn-none{
|
|
|
+ font-size: $font-size-34;
|
|
|
+ line-height: 40rpx;
|
|
|
+ color: #FF2A2A;
|
|
|
+ font-weight: bold;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
.wrap-info{
|