From 22b9505b731f583096b43c8176c840f4cee33e18 Mon Sep 17 00:00:00 2001 From: lin <1005713861@163.com> Date: Wed, 24 Jun 2026 15:01:23 +0800 Subject: [PATCH] UI:澜品优选 购物9折改成最低八折 --- pages/quanyi/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pages/quanyi/index.vue b/pages/quanyi/index.vue index 314bb94..651c14e 100644 --- a/pages/quanyi/index.vue +++ b/pages/quanyi/index.vue @@ -162,7 +162,7 @@ </view> <view style="width: 25%;display: flex;flex-direction: column;"> <image style="width: 88rpx;height: 88rpx;" src="/static/img/qy2.png" mode="aspectFit"></image> - <text style="font-size: 24rpx;color: #331C03;margin-top: 15rpx;">购物9折</text> + <text style="font-size: 24rpx;color: #331C03;margin-top: 15rpx;">最低八折</text> </view> <view style="width: 25%;display: flex;flex-direction: column;"> <image style="width: 88rpx;height: 88rpx;" src="/static/img/qy3.png" mode="aspectFit"></image> -- Gitblit v1.9.3