@ -1,7 +1,4 @@
<view
<view class="page" style="background: url('{{imageUrl}}home-bg.png?t={{Timestamp}}') no-repeat top center/100% 580rpx;padding-top:{{menuButtonInfo.top}}px;">
class="page"
style="background: url('{{imageUrl}}home-bg.png?t={{Timestamp}}') no-repeat top center/100% 580rpx;padding-top:{{menuButtonInfo.top}}px;"
>
<image class="logo" src="{{imageUrl}}home-logo.png?t={{Timestamp}}"></image>
<image class="logo" src="{{imageUrl}}home-logo.png?t={{Timestamp}}"></image>
<image class="page-title" src="{{imageUrl}}home-title.png?t={{Timestamp}}"></image>
<image class="page-title" src="{{imageUrl}}home-title.png?t={{Timestamp}}"></image>
<view class="page-slogan">人人都是家庭健康师,让生活更有质量</view>
<view class="page-slogan">人人都是家庭健康师,让生活更有质量</view>
@ -17,9 +14,24 @@
placeholder="请输入要搜索的内容"
placeholder="请输入要搜索的内容"
/>
/>
</view>
</view>
<swiper class="swiper" indicator-dots indicator-color="rgba(255,255,255,0.62)" indicator-active-color="#FFFFFF">
<swiper
<swiper-item class="swiper-item">
class="swiper"
<image class="banner" src="{{imageUrl}}place.png?t={{Timestamp}}"></image>
indicator-dots
indicator-color="rgba(255,255,255,0.62)"
indicator-active-color="#FFFFFF"
>
<swiper-item
class="swiper-item"
wx:for="{{bannerList}}"
wx:key="configId"
bind:tap="handleTap"
data-index="{{index}}"
>
<image
class="banner"
mode="aspectFill"
src="{{item.configImg}}"
></image>
</swiper-item>
</swiper-item>
</swiper>
</swiper>
<view class="cards">
<view class="cards">
@ -35,7 +47,7 @@
<view class="content">{{item.Intro}}</view>
<view class="content">{{item.Intro}}</view>
</view>
</view>
</view>
</view>
<view class="remark" wx:if="{{isLogin===1}}" >
<view class="remark">
<view class="r-header">留言板</view>
<view class="r-header">留言板</view>
<textarea
<textarea
class="r-content"
class="r-content"
@ -45,6 +57,12 @@
confirm-type="send"
confirm-type="send"
bindconfirm="handleRemark"
bindconfirm="handleRemark"
></textarea>
></textarea>
<view class="submit" bindconfirm="handleRemark">提交</view>
<view
class="submit"
wx:if="{{feedbackCount>0}}"
bindconfirm="handleRemark"
>
提交
</view>
</view>
</view>
</view>
</view>