From e4f9739d74323aacf09d139700f22a383910ee97 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 04 三月 2026 10:38:32 +0800
Subject: [PATCH] 合并

---
 mini-program/pages/special-zone/special-zone.vue |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/mini-program/pages/special-zone/special-zone.vue b/mini-program/pages/special-zone/special-zone.vue
index 2720fa9..5f87fae 100644
--- a/mini-program/pages/special-zone/special-zone.vue
+++ b/mini-program/pages/special-zone/special-zone.vue
@@ -6,7 +6,7 @@
 				<view :style="{ width: '100%', height: statusbarHeight + 'px' }"></view>
 				<view class="head-bar-nav" :style="{ height: navHeight + 'px' }">
 					<image src="/static/icon/nav_ic_bac@2x.png" mode="widthFix" @click="fanhui"></image>
-					<text>鍟嗗搧涓撳尯</text>
+					<text>{{title}}</text>
 					<image src="/static/icon/nav_ic_bac@2x.png" style="opacity: 0;" mode="widthFix"></image>
 				</view>
 			</view>
@@ -16,7 +16,7 @@
 			</view>
 		</view>
 		<view class="list">
-			<image class="list-notfund" src="/static/images/default_search@2x.png" mode="widthFix" v-if="goodsList.length === 0"></image>
+			<image class="list-notfund" src="/static/images/default_nodata_white.png" mode="widthFix" v-if="goodsList.length === 0"></image>
 			<view class="commodity-item" v-for="(item, i) in goodsList" :key="i" v-else @click="jumpDetails(item)">
 				<view class="commodity-item-image">
 					<image :src="item.imgurl" mode="widthFix"></image>
@@ -64,6 +64,7 @@
 		},
 		data() {
 			return {
+				title:'鍟嗗搧涓撳尯',
 				goodsName: '',
 				next: true,
 				page: 1,
@@ -73,7 +74,9 @@
 			};
 		},
 		onLoad(options) {
+			console.log(options)
 			this.qualityId = options.qualityId
+			this.title = options.title || '鍟嗗搧涓撳尯'
 			this.getGoodsList()
 			if (this.userInfo) {
 				this.cardNum()
@@ -281,6 +284,7 @@
 					justify-content: center;
 					image {
 						width: 100%;
+						max-height: 330rpx;
 					}
 				}
 				.commodity-item-box {

--
Gitblit v1.9.3