提交
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user