新增专区,调整分页bug
This commit is contained in:
11
pages/special/index.wxml
Normal file
11
pages/special/index.wxml
Normal 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>
|
Reference in New Issue
Block a user