我的订单+我的+vip+商品详情(基础)

This commit is contained in:
2024-06-20 14:16:36 +08:00
parent 0e20704b92
commit 1e766f08d6
26 changed files with 5168 additions and 87 deletions

View File

@@ -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) {