新增专区,调整分页bug

This commit is contained in:
2024-09-05 14:05:14 +08:00
parent b990456593
commit 9a6c4d30f4
24 changed files with 448 additions and 9 deletions

11
pages/special/index.wxml Normal file
View File

@@ -0,0 +1,11 @@
<!--pages/special/index.wxml-->
<navigator title="专区" />
<view class="servicesWrapper">
<van-row>
<van-col span="8" wx:for="{{ servicesList }}" wx:key="id">
<view class="image" bind:tap="clickService" data-data="{{item}}">
<van-image width="200rpx" height="200rpx" src="{{item.url}}" />
</view>
</van-col>
</van-row>
</view>