From bc67eb7b9a46c3abedbde46c4989894e9712e99f Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Thu, 21 May 2026 10:03:24 +0800
Subject: [PATCH] UI:小猪优选IOS立即更新隐藏及收藏购物车顶部样式优化
---
pages/quanshou/components/xianlianghaojjuab.vue | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/pages/quanshou/components/xianlianghaojjuab.vue b/pages/quanshou/components/xianlianghaojjuab.vue
index da2bf60..9776c9d 100644
--- a/pages/quanshou/components/xianlianghaojjuab.vue
+++ b/pages/quanshou/components/xianlianghaojjuab.vue
@@ -7,18 +7,18 @@
<template>
<view>
<view style="margin-bottom: 20rpx;">
- <image style="width: 22rpx;height: 22rpx;" src="/static/imgs/quanshou/Star.png"></image>
+ <image style="width: 22rpx;height: 22rpx;" src="/static/img/quanshou/Star.png"></image>
<text style="font-weight: 600;font-size: 32rpx;color: #333333;margin-left: 10rpx;">限量好券</text>
<text style="font-size: 28rpx;color: #666666;margin-left: 20rpx;">大额立减,省钱利器</text>
</view>
<view style="display: flex;flex-wrap: wrap;justify-content: space-between">
- <view style="width: calc( 50% - 9rpx)"><image src="/static/imgs/quanshou/H1.png" style="width: 100%;height: 270rpx;margin-bottom: 10rpx;"></image></view>
- <view style="width: calc( 50% - 9rpx)"><image src="/static/imgs/quanshou/H2.png" style="width: 100%;height: 270rpx;margin-bottom: 10rpx;"></image></view>
- <view style="width: calc( 50% - 9rpx)"><image src="/static/imgs/quanshou/H3.png" style="width: 100%;height: 270rpx;margin-bottom: 10rpx;"></image></view>
- <view style="width: calc( 50% - 9rpx)"><image src="/static/imgs/quanshou/H4.png" style="width: 100%;height: 270rpx;margin-bottom: 10rpx;"></image></view>
- <view style="width: calc( 50% - 9rpx)"><image src="/static/imgs/quanshou/H5.png" style="width: 100%;height: 270rpx;margin-bottom: 10rpx;"></image></view>
- <view style="width: calc( 50% - 9rpx)"><image src="/static/imgs/quanshou/H6.png" style="width: 100%;height: 270rpx;margin-bottom: 10rpx;"></image></view>
+ <view style="width: calc( 50% - 9rpx)"><image src="/static/img/quanshou/H1.png" style="width: 100%;height: 270rpx;margin-bottom: 10rpx;"></image></view>
+ <view style="width: calc( 50% - 9rpx)"><image src="/static/img/quanshou/H2.png" style="width: 100%;height: 270rpx;margin-bottom: 10rpx;"></image></view>
+ <view style="width: calc( 50% - 9rpx)"><image src="/static/img/quanshou/H3.png" style="width: 100%;height: 270rpx;margin-bottom: 10rpx;"></image></view>
+ <view style="width: calc( 50% - 9rpx)"><image src="/static/img/quanshou/H4.png" style="width: 100%;height: 270rpx;margin-bottom: 10rpx;"></image></view>
+ <view style="width: calc( 50% - 9rpx)"><image src="/static/img/quanshou/H5.png" style="width: 100%;height: 270rpx;margin-bottom: 10rpx;"></image></view>
+ <view style="width: calc( 50% - 9rpx)"><image src="/static/img/quanshou/H6.png" style="width: 100%;height: 270rpx;margin-bottom: 10rpx;"></image></view>
</view>
--
Gitblit v1.9.3