chache/pages/home/index.wxml

87 lines
2.7 KiB
Plaintext
Raw Normal View History

2024-01-16 22:53:42 +08:00
<page-meta class="data-v-45f75add" pageStyle="{{a}}"></page-meta>
<view class="content data-v-45f75add">
<image
class="banner data-v-45f75add"
src="/static/images/banner_home.png"
></image>
<text class="title data-v-45f75add">常用工具</text>
<view class="action-skeletons data-v-45f75add" wx:if="{{b}}">
<view
class="action-skeletons-item data-v-45f75add"
hoverClass="default-hover-class"
hoverStayTime="100"
wx:for="{{c}}"
wx:key="a"
>
<view class="action-skeletons-item-image data-v-45f75add"></view>
<view class="action-skeletons-item-name data-v-45f75add"></view>
</view>
</view>
<view class="action-content1 data-v-45f75add" wx:if="{{d}}">
<view
bindtap="{{item.g}}"
class="action-content1-item data-v-45f75add"
hoverClass="default-hover-class"
hoverStayTime="100"
wx:for="{{e}}"
wx:key="f"
>
<view class="action-content1-item-image-content data-v-45f75add">
<image
class="action-content1-item-image data-v-45f75add"
mode="widthFix"
src="{{item.a}}"
></image>
</view>
<text class="action-content1-item-name data-v-45f75add">{{item.b}}</text>
<text class="tip tip-discount data-v-45f75add" wx:if="{{item.c}}"
>优惠</text
>
<text class="tip tip-free data-v-45f75add" wx:if="{{item.d}}">限免</text>
<text class="tip tip-info data-v-45f75add" wx:if="{{item.e}}"
>违法+抵押</text
>
</view>
</view>
<text class="title data-v-45f75add">热门工具</text>
<view class="action-content2 data-v-45f75add">
<view
bindtap="{{item.l}}"
class="{{['action-content2-item','data-v-45f75add',item.g,item.h,item.i,item.j,item.k]}}"
hoverClass="default-hover-class"
hoverStayTime="100"
wx:for="{{f}}"
wx:key="f"
>
<text class="action-content2-item-name data-v-45f75add">{{item.a}}</text>
<text class="action-content2-item-desc data-v-45f75add">{{item.b}}</text>
<image
class="action-content2-item-image data-v-45f75add"
src="{{item.c}}"
></image>
<view class="label data-v-45f75add" wx:if="{{item.d}}">
<text class="label-text label-hot data-v-45f75add">热门</text>
</view>
<view class="label data-v-45f75add" wx:if="{{item.e}}">
<text class="label-text label-free data-v-45f75add">限免</text>
</view>
</view>
</view>
<popup-order
bind:__l="__l"
bindclose="{{g}}"
class="data-v-45f75add"
uI="45f75add-0"
uP="{{h}}"
wx:if="{{h}}"
></popup-order>
<popup-coupon
bind:__l="__l"
bindclose="{{i}}"
class="data-v-45f75add"
uI="45f75add-1"
uP="{{j}}"
wx:if="{{j}}"
></popup-coupon>
</view>