consumer模块完成度95%,准备部署消费者端测试

This commit is contained in:
cyh666666
2026-03-05 08:45:00 +08:00
parent cceb556c62
commit 7f7f723d93
1043 changed files with 53958 additions and 3445 deletions

View File

@@ -1,4 +1,4 @@
<template>
<template>
<view class="shop-detail-page">
<scroll-view class="page-scroll" scroll-y="true" @scrolltolower="onScrollToLower" refresher-enabled="true" @refresherrefresh="onRefresherRefresh" :refresher-triggered="isRefresherTriggered">
<!-- 店铺头部信息 -->
@@ -601,8 +601,8 @@ const goToProduct = (id: string) => {
}
.follow-btn {
background-color: #ff4444;
border: 1px solid #ff4444;
background-color: #ff5000;
border: 1px solid #ff5000;
}
.follow-btn .action-text {
@@ -658,7 +658,7 @@ const goToProduct = (id: string) => {
padding: 0 5px;
}
.coupon-amount {
color: #ff4444;
color: #ff5000;
font-weight: bold;
font-size: 18px;
}
@@ -671,7 +671,7 @@ const goToProduct = (id: string) => {
display: flex;
justify-content: center;
align-items: center;
background-color: #ff4444;
background-color: #ff5000;
flex-direction: column;
}
.coupon-btn-label {
@@ -692,7 +692,7 @@ const goToProduct = (id: string) => {
color: #333;
margin-bottom: 15px;
padding-left: 8px;
border-left: 4px solid #ff4444;
border-left: 4px solid #ff5000;
}
.product-grid {
@@ -782,3 +782,4 @@ const goToProduct = (id: string) => {
}
}
</style>