MrShi
5 小时以前 ef46d13d5fa70d1c94f25de294f5ed177b751234
mini-program/pages/community/community.vue
@@ -112,7 +112,7 @@
         },
         getCategary() {
            this.$u.api.getGoodsLabelsByType({
               type: 0
               type: 9
            }).then(res => {
               if (res.code === 200) {
                  res.data.forEach(item => {
@@ -205,6 +205,9 @@
                  width: 216rpx;
                  height: 72rpx;
                  line-height: 72rpx;
                  white-space: nowrap;
                  overflow: hidden;
                  text-overflow: ellipsis; /* 显示省略号 */
                  text-align: center;
                  background: #F7F7F7;
                  border-radius: 8rpx;