no message

This commit is contained in:
2024-01-17 20:55:36 +08:00
parent 5c5e2f2399
commit 66d792de47
5 changed files with 92 additions and 425 deletions

View File

@@ -1,64 +1,30 @@
<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>
<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 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 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>
<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-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
>
<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"
>
<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>
<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>
@@ -67,20 +33,6 @@
</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>
<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>