拼团和秒杀商品增加规格选择

This commit is contained in:
Gao xiaosong
2020-09-06 03:21:50 +08:00
parent 3289e30dad
commit c7d20dbf8e
18 changed files with 2605 additions and 1405 deletions

View File

@ -39,7 +39,7 @@ export default {
default: []
},
menu: {
default: 5
default: 4
},
imgW: {
type: Number,
@ -78,14 +78,14 @@ export default {
},
// 路由跳转
routerTo(item) {
this.$yrouter.push(item.uniapp_url);
this.$yrouter.push(item.uniapp_url);
}
}
};
</script>
<style lang="scss">
// 产品分类
// 产品分类
.y-f {
display: -webkit-box;
display: -webkit-flex;
@ -101,7 +101,7 @@ export default {
.menu-category-box {
padding: 30rpx 30rpx 0 30rpx;
background: #fff;
background: #fff;
box-sizing: border-box;
}
.menu-category-box,