jiangping
2024-07-29 d9a89d83c2048a964f16ca179feb2b7f21b9d33a
wechat_staff/pages/index/index.wxml
@@ -1,15 +1,17 @@
<view class="container">
  <view style="height: {{clientTop - 2}}px;"></view>
  <view class="search_wrap">
    <image class="icon" src="../../static/home_ic_search@2x.png" mode="widthFix"></image>
    <input model:value="{{ searchValue }}" placeholder="搜索" type="text" />
<view class="container" >
  <view class="search_fix">
    <view style="height: {{clientTop - 2}}px;"></view>
    <view class="search_wrap">
      <image class="icon" src="../../static/home_ic_search@2x.png" mode="widthFix"></image>
      <input model:value="{{ searchValue }}" placeholder="搜索" type="text" />
    </view>
  </view>
  <view class="everyday">
  <view class="everyday"  >
    <view class="header" bindtap="promotionClick">
      <view class="title">每日上新</view>
      <view class="more">
        <text class="placeholder9">查看更多</text>
        <image class="ar_new" src="../../static/ar_new@2x.png" mode="widthFix"></image>
        <image class="ar_new" src="../../static/ar_new@2x.png"></image>
      </view>
    </view>
    <view class="desc">
@@ -108,7 +110,7 @@
        <view class="desc">设身处地为你思虑更多,陪伴你的美好生活</view>
      </view>
    </view>
    <swiper class="consult_swiper" circular indicator-dots="{{ bannerSwiperOption.indicatorDots }}" autoplay="{{ bannerSwiperOption.autoplay }}" interval="{{ bannerSwiperOption.interval }}" style="height:{{serviceHeight}}rpx" duration="{{ bannerSwiperOption.duration }}">
    <swiper class="consult_swiper" circular indicator-dots="{{ bannerSwiperOption.indicatorDots }}" autoplay="{{ bannerSwiperOption.autoplay }}" interval="{{ bannerSwiperOption.interval }}" style="height:{{serviceHeight + 22}}rpx" duration="{{ bannerSwiperOption.duration }}">
      <block wx:for="{{ serviceList }}" wx:key="index">
        <swiper-item>
          <image bindload='goserHeight' data-id="{{ item.id }}" data-title="{{item.title}}" bindtap="seriveClick" mode="widthFix" src="{{ item.fileList[0].fileurlFull }}"></image>
@@ -120,4 +122,5 @@
  <view class="logo_wrap">
    <image src="../../static/home_logo@2x.png" class="logo" mode="widthFix"></image>
  </view>
  <videoPlay class="videoPlay"/>
</view>