diff --git a/components/shop/group/index.vue b/components/shop/group/index.vue index f97a940..6d1ea1e 100644 --- a/components/shop/group/index.vue +++ b/components/shop/group/index.vue @@ -13,7 +13,7 @@ - + @@ -61,7 +61,7 @@ export default { gc_id: id, }).then(res => { this.groupList[this.current] = res.data; - // console.log(this.groupList); + console.log(this.groupList); this.$forceUpdate(); }) }, @@ -105,10 +105,12 @@ export default { .list { box-sizing: border-box; padding: 0 30rpx; - display: flex; - > view { - &:not(:nth-child(3n)) { - margin-right: 20rpx; + .group-container { + display: flex; + > view { + &:not(:nth-child(3n)) { + margin-right: 20rpx; + } } } } diff --git a/pageE/setting/version.vue b/pageE/setting/version.vue index 9fc76db..ca9f2a1 100644 --- a/pageE/setting/version.vue +++ b/pageE/setting/version.vue @@ -12,8 +12,8 @@ 版本更新 - 已是最新版本 - 1.1.10 + 已是最新版本 + 发现新版本