需新增:添加好友页面,优化各模块页面

This commit is contained in:
cbb
2026-01-22 17:04:43 +08:00
parent 57fec30165
commit 571e91b01c
17 changed files with 223 additions and 87 deletions

View File

@@ -94,7 +94,7 @@
<text>{{ viewData.minPrice }}</text>
</view>
<view class="name-box">
<text>拼单数量:12505</text>
<text>拼单数量:{{ viewData.salesCount }}</text>
<text>好评率:99%</text>
</view>
<!-- 拼单量 -->
@@ -186,7 +186,9 @@
}
.detail-box {
padding: 0 58rpx 150rpx;
font-family: PingFang SC, PingFang SC;
font-family:
PingFang SC,
PingFang SC;
font-style: normal;
text-transform: none;
.title {
@@ -294,7 +296,9 @@
display: flex;
justify-content: space-between;
align-items: center;
font-family: PingFang SC, PingFang SC;
font-family:
PingFang SC,
PingFang SC;
font-weight: 500;
font-style: normal;
text-transform: none;