This commit is contained in:
liuyuan
2025-07-14 09:34:51 +08:00
parent f71ab1b442
commit 93eea53283
11 changed files with 895 additions and 844 deletions

View File

@@ -406,7 +406,7 @@
onPageJump(url, id, have) {
// console.log('进来了',url,id);
uni.navigateTo({
url: `${url}?id=${id}`
url: `${url}?id=${id}&isMyClass=1`
});
},
@@ -492,13 +492,13 @@
@include mshadow(10px, 1) .imgcontainer {
display: block;
width: 90rpx;
width: 240rpx;
flex-shrink: 0;
margin-right: 20rpx;
// background-size: cover;
// background-position: center;
height: 200rpx;
flex-grow: 1;
// flex-grow: 1;
// @include ptop_bottm(10px);
overflow: hidden;
@@ -626,4 +626,7 @@
}
}
}
.buyItems{
width: calc(100% - 240rpx);
}
</style>