From 70e0056c0c08ca0033e87e1dfd1c773dcdd0143f Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期六, 08 二月 2025 13:56:40 +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