feat:173版本

This commit is contained in:
2026-08-29 13:02:46 +08:00
parent 23b30c8f04
commit 388c0d5185
17 changed files with 704 additions and 197 deletions
+8 -10
View File
@@ -8,7 +8,7 @@
<view class="indicator-num">
<text class="indicator-num__text">{{ currentNum + 1 }}/{{ swiperList.length }}</text>
<qiaobao-assistant page-key="pages/active/super-subsidy/super-subsidy" title="超级补贴" />
</view>
</view>
</template>
</up-swiper>
<view class="img_comm left_warp">
@@ -18,16 +18,16 @@
</view>
<view class="tab-view">
<scroll-view scroll-x class="tab-view" :show-scrollbar="false">
<view class="tab-list" @click="onTab(index)" v-for="(item, index) in tabList" :key="index">
<text class="text-28 text-space" :style="{
color: curTab == index ? '#7A35F6' : '#666',
}">{{ item.name }}</text>
<view class="line" v-if="curTab == index"></view>
</view>
</view>
</scroll-view>
<mescroll-uni ref="mescrollRef" top="660rpx" @down="downCallback" @up="upCallback" :up="upOption"
<mescroll-uni ref="mescrollRef" top="650rpx" @down="downCallback" @up="upCallback" :up="upOption"
:down="downOption" @init="mescrollInit">
<view class="setting-view">
<view class="name-box">
@@ -276,26 +276,24 @@ export default {
width: 100%;
height: 80rpx;
min-height: 80rpx;
display: flex;
flex-direction: row;
white-space: nowrap;
padding: 0 32rpx;
box-sizing: border-box;
background-color: #fff;
overflow-x: auto;
position: absolute;
position: fixed;
top: 600rpx;
left: 0;
z-index: 99;
.tab-list {
margin-right: 24rpx;
display: flex;
display: inline-flex;
flex-direction: column;
height: 60rpx;
min-height: 60rpx;
align-items: center;
justify-content: space-between;
margin-top: 22rpx;
margin-top: 14rpx;
}
.line {