我的订单+我的+vip+商品详情(基础)
This commit is contained in:
@@ -394,7 +394,7 @@ export default {
|
||||
this.linkCur = index
|
||||
},
|
||||
// 获取商品关联商品
|
||||
getLinkPros(id) {
|
||||
getLinkPros(id) {
|
||||
this.$http
|
||||
.post('book/shopproduct/getGlProductList', {
|
||||
'productId': id
|
||||
@@ -1114,7 +1114,7 @@ export default {
|
||||
font-size: 24rpx;
|
||||
color: #999;
|
||||
margin-top: 16rpx;
|
||||
font-weight: 400;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.bookInfo {
|
||||
@@ -1165,7 +1165,7 @@ export default {
|
||||
|
||||
.oldPrice {
|
||||
background-color: #ff000013;
|
||||
;
|
||||
|
||||
padding: 4rpx 14rpx;
|
||||
border-radius: 20rpx;
|
||||
margin-left: 20rpx;
|
||||
@@ -1246,7 +1246,7 @@ export default {
|
||||
.item {
|
||||
overflow: hidden;
|
||||
margin-bottom: 30rpx;
|
||||
border-bottom: 4rpx solid #f0f0f0;
|
||||
border-bottom: 4rpx solid #f5f5f5;
|
||||
}
|
||||
|
||||
.item:nth-last-child(1) {
|
||||
|
||||
Reference in New Issue
Block a user