#
whycq
2024-07-08 c69b2a0ccd8ed4fe8f11b7bad34bc00b0aa2aaf7
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() {