pang.jiabao
2024-12-02 65256395588a29f150b41576fbeece0de533e288
pages/mat/matQuery.vue
@@ -51,7 +51,7 @@
               contentnomore: '没有更多'
            },
            // 当前tagId
            tagIdNow: 1
            tagIdNow: 108
         }
      },
      onReachBottom() {
@@ -74,7 +74,7 @@
      onShow() {
         this.baseUrl = uni.getStorageSync('baseUrl');
         this.token = uni.getStorageSync('token');
         this.showTag(1)
         this.showTag(this.tagIdNow)
      },
      methods: {
         search() {
@@ -229,11 +229,11 @@
      padding: 4rpx 12rpx;
   }
   .tag-item {
      width: 100%;
      min-height: 60rpx;
      line-height: 2;
      padding-left: 50rpx;
      color: #606266;
      font-size: 14px;
      word-wrap: break-word;
   }
</style>