From 7dc29ed74ebaa8a0e66f68264d9a13f95dc3af21 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 02 八月 2024 11:09:06 +0800
Subject: [PATCH] aa
---
wechat_jiaxuan/pages/index/index.wxml | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/wechat_jiaxuan/pages/index/index.wxml b/wechat_jiaxuan/pages/index/index.wxml
index 15d324e..99a448d 100644
--- a/wechat_jiaxuan/pages/index/index.wxml
+++ b/wechat_jiaxuan/pages/index/index.wxml
@@ -31,7 +31,7 @@
<view class="item" data-type="2" bindtap="changePath">
<image class="img" src="../../static/icon/home_ic_liangchi@2x.png"></image>
<view class="name">鍏嶈垂閲忓昂</view>
- <view class="placeholder9">鍒嗘瀽灏忓府鎵�</view>
+ <view class="placeholder9">涓�瀵逛竴璁捐鏈嶅姟</view>
</view>
<view class="item" data-type="1" bindtap="changePath">
<image class="img" src="../../static/icon/home_ic_yusuan@2x.png"></image>
@@ -56,10 +56,11 @@
</view>
<image class="ar_right" src="../../static/icon/home_ar@2x.png"></image>
</view>
- <view class="video_wrap">
+ <video bindplay="bindVideoPlay" id="myvideo" src="{{ productVideo[0].videoUrl }}" show-fullscreen-btn></video>
+ <!-- <view bindtap="videoClick" data-id="{{ productVideo[0].id }}" data-videourl="{{ productVideo[0].videoUrl }}" class="video_wrap">
<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"></image>
- </view>
+ <image class="play" src="../../static/icon/ic_play.png"></image>
+ </view> -->
</view>
<!-- 鏀荤暐 -->
<view class="strategy">
@@ -105,7 +106,7 @@
</view>
<image class="ar_right" src="../../static/icon/home_ar@2x.png"></image>
</view>
- <swiper class="consult_swiper consult_wrap" circular indicator-dots="{{ bannerSwiperOption.indicatorDots }}" autoplay="{{ bannerSwiperOption.autoplay }}" interval="{{ bannerSwiperOption.interval }}" style="height:{{consultImgHeight + 100 }}rpx" duration="{{ bannerSwiperOption.duration }}">
+ <swiper class="consult_swiper consult_wrap" circular indicator-dots="{{ bannerSwiperOption.indicatorDots }}" autoplay="{{ bannerSwiperOption.autoplay }}" interval="{{ bannerSwiperOption.interval }}" duration="{{ bannerSwiperOption.duration }}">
<block wx:for="{{ consultList }}" wx:key="index">
<swiper-item data-id="{{ item }}" bindtap="consultClick">
<image bindload="consultbindload" mode="aspectFill" src="{{ item.coverImage }}"></image>
--
Gitblit v1.9.3