This commit is contained in:
liuyuan
2025-10-15 16:30:07 +08:00
parent 0b849c9508
commit 41b294f626
11 changed files with 28 additions and 30 deletions

View File

@@ -73,7 +73,7 @@
<!-- <text> </text> -->
</view>
</view>
<view class="search_box flexbox" @click="onPageJump('../peanut/searchFor')">
<!-- <view class="search_box flexbox" @click="onPageJump('../peanut/searchFor')">
<view class="search">
<text class="icon_search"></text>
<text class="prompt">请输入书名</text>
@@ -81,7 +81,7 @@
<view class="searBtn">
<text>书名检索</text>
</view>
</view>
</view> -->
<!-- 新闻播报 -->
<view class="fourBox" v-if="newsList.length > 0">
<view class="newsBox flexbox">
@@ -99,7 +99,7 @@
</view>
</view>
<!-- 营销标签 -->
<scroll-view class="yxTagBox" scroll-x="true">
<!-- <scroll-view class="yxTagBox" scroll-x="true">
<view class="ProTabs flexbox">
<text v-for="(item, index) in yingxiaoTags" :key="item.id" :class="[yxCurIndex == index ? 'cur' : '']"
@click="yxTabsChange(item, index)">{{ item.title }}</text>
@@ -131,10 +131,10 @@
<text>{{ item.title }}</text>
</view>
</view>
</view>
</view> -->
<!-- 商品展示 -->
<view class="goods">
<!-- 精选 -->
<!-- <view class="goods">
<view class="">
<view v-if="tjProList.length > 0">
<view class="flexbox" style="flex-wrap: wrap;">
@@ -150,7 +150,6 @@
<text v-if="item.is_vip_price==1&&item.vip_price!=0">
<text style="color: #e97512;font-size: 12px;font-weight: bold;">{{(item.vip_price).toFixed(2)}}</text>
<!-- <text style="color: #fa2d12;font-size: 10px;margin-left: 4px;">VIP到手价</text> -->
<text style="color: #8a8a8a;font-size: 10px;margin-left: 4px;font-weight: bold;text-decoration: line-through;">{{(item.price).toFixed(2)}}</text>
@@ -160,7 +159,6 @@
<text
v-else-if="item.activity_price && item.activity_price > 0">
<text style="color: #e97512;font-size: 12px;font-weight: bold;">{{(item.activity_price).toFixed(2)}}</text>
<!-- <text style="color: #613804;font-size: 10px;margin-left: 4px;">活动价</text> -->
<text style="color: #8a8a8a;font-size: 10px;margin-left: 4px;font-weight: bold;text-decoration: line-through;">{{(item.price).toFixed(2)}}</text>
@@ -195,7 +193,7 @@
</view>
<u-divider v-else text="暂无数据哦~"></u-divider>
</view>
</view>
</view> -->
<view>
<u-back-top :scroll-top="scrollTop" bottom="60" :customStyle="bgiStyle" :iconStyle="iconStyle"></u-back-top>