From aa379b2a1868a2c3ece8c71b3979ff0b3b1958e6 Mon Sep 17 00:00:00 2001 From: zwl <1051256694@qq.com> Date: 星期一, 01 九月 2025 15:11:55 +0800 Subject: [PATCH] 多次拣料 --- pages/mat/matQuery.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/mat/matQuery.vue b/pages/mat/matQuery.vue index c8316fb..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() { @@ -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> \ No newline at end of file -- Gitblit v1.9.1