From cc32dc8d26f71497ce7f7e43930ec03035e6fe90 Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期三, 20 十一月 2024 14:23:14 +0800 Subject: [PATCH] # --- pages/mat/matQuery.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/mat/matQuery.vue b/pages/mat/matQuery.vue index 127b892..61d3e28 100644 --- a/pages/mat/matQuery.vue +++ b/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() { -- Gitblit v1.9.1