diff --git a/src/manifest.json b/src/manifest.json index c7ce6e2..34a558d 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,8 +2,8 @@ "name" : "CHEFLINK delivery", "appid" : "__UNI__06509BE", "description" : "", - "versionName" : "3.1.3", - "versionCode" : 313, + "versionName" : "3.1.4", + "versionCode" : 314, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { diff --git a/src/pages/home/components/tabbar-home/tabbar-home.vue b/src/pages/home/components/tabbar-home/tabbar-home.vue index 6c11f8d..f926473 100644 --- a/src/pages/home/components/tabbar-home/tabbar-home.vue +++ b/src/pages/home/components/tabbar-home/tabbar-home.vue @@ -633,16 +633,16 @@ const debouncedEmit = debounce(1300, (isCollected: boolean, id: string, type: Co width: 100%; height: 100%; z-index: 2; - background: rgba(20, 24, 27, 0.42); + // background: rgba(62, 66, 70, 0.6); pointer-events: none; } .featured-dish-sold-overlay { position: absolute; - left: 0; - top: 0; - width: 100%; - height: 100%; + right: 0; + bottom: 0; + width: 140rpx; + height: 140rpx; z-index: 3; pointer-events: none; } diff --git a/src/static/app/images/SoldOut.png b/src/static/app/images/SoldOut.png index d1e02fb..22005bb 100644 Binary files a/src/static/app/images/SoldOut.png and b/src/static/app/images/SoldOut.png differ