tianyi 3 weeks ago
parent
commit
5eb7aed907
  1. 7
      package1/group/groupBuySingle.vue

7
package1/group/groupBuySingle.vue

@ -632,6 +632,7 @@
if (res.result.records.length === 0) { if (res.result.records.length === 0) {
const currIdx = that.menuList.findIndex(m => m.checked); const currIdx = that.menuList.findIndex(m => m.checked);
if (currIdx !== -1 && currIdx < that.menuList.length - 1) { if (currIdx !== -1 && currIdx < that.menuList.length - 1) {
console.log('000000000000')
// //
that.isSwitching = false; that.isSwitching = false;
that._switchCategory(currIdx + 1); that._switchCategory(currIdx + 1);
@ -1105,7 +1106,7 @@
.goods-member { .goods-member {
padding: 10px 0; padding: 10px 0;
margin-top: 10px; margin-bottom: 10px;
border-radius: 10px; border-radius: 10px;
background: #fff; background: #fff;
} }
@ -1115,8 +1116,6 @@
height: auto; height: auto;
border-radius: 20rpx; border-radius: 20rpx;
margin: 0 auto 20rpx; margin: 0 auto 20rpx;
/* padding-top等于分类栏高度,防止商品内容被sticky栏遮住 */
padding-top: 10px;
} }
.goods-top { .goods-top {
@ -1511,7 +1510,7 @@
width: 90px; width: 90px;
height: 35px; height: 35px;
position: relative; position: relative;
margin-right: 10px; margin-left: 15px;
line-height: 35px; line-height: 35px;
} }
</style> </style>
Loading…
Cancel
Save