| | |
| | | <view class="container"> |
| | | <view style="height: {{clientTop - 2}}px;"></view> |
| | | <buoyClient /> |
| | | <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"> |
| | |
| | | </view> |
| | | <view class="imgs"> |
| | | <view wx:for="{{ DailyUpdates.newsList}}" class="img_wrap"> |
| | | <image class="img" src="{{ item.fileList[0].fileurlFull }}" mode="widthFix"></image> |
| | | <image class="img" src="{{ item.fileList[0].fileurlFull }}" mode="aspectFill"></image> |
| | | <image class="icon" src="{{everydayTop[index]}}" mode="widthFix"></image> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | <!-- --> |
| | | <view class="func_lsit"> |
| | | <view class="item"> |
| | | <view data-i="0" bindtap="funClick" class="item"> |
| | | <image src="../../static/icon/home_ic_chanpin@2x 2.png"></image> |
| | | <view class="text">产品</view> |
| | | </view> |
| | | <view class="item"> |
| | | <view data-i="1" bindtap="funClick" class="item"> |
| | | <image src="../../static/icon/home_ic_anli@2x 2.png"></image> |
| | | <view class="text">案例</view> |
| | | </view> |
| | | <view class="item"> |
| | | <view data-i="2" bindtap="funClick" class="item"> |
| | | <image src="../../static/icon/home_ic_shijing@2x 2.png"></image> |
| | | <view class="text">实景</view> |
| | | </view> |
| | | <view class="item"> |
| | | <view data-i="3" bindtap="funClick" class="item"> |
| | | <image src="../../static/icon/home_ic_zixun.png"></image> |
| | | <view class="text">资讯</view> |
| | | </view> |
| | |
| | | <image class="ar_right" src="../../static/icon/home_ar@2x.png"></image> |
| | | </view> |
| | | <view class="video_wrap"> |
| | | <image class="img" src="{{ productVideo[0].coverImage }}" mode="widthFix"></image> |
| | | <image class="img" src="{{ productVideo[0].coverImage }}" mode="aspectFill"></image> |
| | | <image bindtap="videoClick" data-videourl="{{ productVideo[0].videoUrl }}" class="play" src="../../static/icon/ic_play.png" mode="widthFix"></image> |
| | | </view> |
| | | </view> |
| | |
| | | <view class="logo_wrap"> |
| | | <image src="../../static/home_logo@2x.png" class="logo" mode="widthFix"></image> |
| | | </view> |
| | | <videoPlay class="videoPlay"/> |
| | | </view> |