|
|
|
@ -1,12 +1,12 @@ |
|
|
|
<!--pages/feiyi/list/index.wxml--> |
|
|
|
<!-- 非遗列表页面 --> |
|
|
|
<!-- <wxs src="../../../../utils/filter.wxs" module="tool" /> --> |
|
|
|
<search bind:onload="search"></search> |
|
|
|
<title title="文创特产"></title> |
|
|
|
<image class="heaimg" src="https://static.ticket.sz-trip.com/xcxImages/techan/top.png" mode="widthFix"></image> |
|
|
|
<view style="position:relative;margin-top: -107rpx;"> |
|
|
|
<image mode="widthFix" class="classimg" src="https://static.ticket.sz-trip.com/xcxImages/techan/class.png"></image> |
|
|
|
<view class="type-text" bindtap="changeType" data-type="19"><text>特</text><text>产</text></view> |
|
|
|
<view class="type-text" bindtap="changeType" data-type="20" style="left:auto;right:135rpx"><text>文</text><text>创</text></view> |
|
|
|
<view class="type-text" bindtap="changeType" data-type="2"><text>特</text><text>产</text></view> |
|
|
|
<view class="type-text" bindtap="changeType" data-type="3" style="left:auto;right:135rpx"><text>文</text><text>创</text></view> |
|
|
|
</view> |
|
|
|
<view class="list"> |
|
|
|
<view class="item" wx:for="{{list}}"> |
|
|
|
@ -30,7 +30,7 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view wx:if="{{list.length==0}}" class="common-empty" style="z-index:-1;top:700rpx"> |
|
|
|
<image mode="widthFix" src="https://static.ticket.sz-trip.com/xcxImages/other/nodata.png"></image> |
|
|
|
<!-- <image mode="widthFix" src="https://static.ticket.sz-trip.com/xcxImages/other/nodata.png"></image> --> |
|
|
|
<view>暂无内容</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|