You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.8 KiB
Plaintext

9 months ago
<view style='--color--:{{color}}'>
<loading hidden="{{hidden}}">{{msg}}</loading>
<view class='container'>
<swiper indicatorDots="{{indicatorDots}}" autoplay="{{autoplay}}" interval="{{interval}}" circular="{{circular}}" class='cy-swiper-view'>
<block wx:for="{{list}}" wx:key="item">
<swiper-item>
<image src='{{item.linkUrl}}' />
</swiper-item>
</block>
</swiper>
<!--<view class='cy-view-title content-center cy-global-border'>
<text class='content-center cy-global-bg-color'>{{description}}</text>
</view>-->
<!--<view class="cy_view_menu" >
<view class="cy_view_menu_item" bindtap="menuClick" data-url="{{rechargePath}}">
<image class="cy_view_menu_item_img" src="{{rechargeUrl}}"></image>
<view class="cy_view_menu_item_meg ">{{rechargeFuncName}} </view>
</view>
<view class="cy_view_menu_item" bindtap="menuClick" data-url="{{couponPath}}">
<image class="cy_view_menu_item_img" src="{{couponUrl}}"></image>
<view class="cy_view_menu_item_meg">{{couponFuncName}}</view>
</view>
<view class="cy_view_menu_item" bindtap="menuClick" data-url="{{payCodePath}}">
<image class="cy_view_menu_item_img" src="{{payCodeUrl}}"></image>
<view class="cy_view_menu_item_meg">{{payCodeFuncName}}</view>
</view>
</view>-->
<view class='cy-view-bottom' wx:if="{{tenantId!='991003'}}">
<image src='{{forHereOrderUrl}}' class='cy-view-item' bindtap='cy_getTangAndPack' />
<!--<image src='{{takeOutOrderUrl}}' class='cy-view-item' bindtap='cy_getTakeOut' />-->
<image src='{{integralMallUrl}}' class='cy-view-item' bindtap='cy_getCoupon' />
<image src='{{userCenterUrl}}' class='cy-view-item' bindtap='cy_getMine' />
</view>
</view>
</view>
<view wx:if="{{showClick}}" class="cy-click-image" style="top:{{top}};left:{{left}};">
<image src="/images/cilck.png"></image>
</view>