From 52787adceb282c1914589c7ceb252bdb03e2df36 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期五, 02 八月 2024 11:26:12 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia
---
wechat_jiaxuan/pages/detailDis/product.wxml | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/wechat_jiaxuan/pages/detailDis/product.wxml b/wechat_jiaxuan/pages/detailDis/product.wxml
index c72efc3..f5bb0eb 100644
--- a/wechat_jiaxuan/pages/detailDis/product.wxml
+++ b/wechat_jiaxuan/pages/detailDis/product.wxml
@@ -1,4 +1,4 @@
-<view class="container">
+<view class="container" style="padding-top: {{ origin != 'b' && info.users && info.users.id ? '148' : '0' }}rpx;">
<!-- 鍚嶇墖 -->
<idCard users="{{ info.users }}" wx:if="{{ origin != 'b' && info.users && info.users.id }}" />
<!-- banner杞挱 -->
@@ -21,11 +21,11 @@
<!-- video -->
<view wx:if="{{ info.video }}" class="video">
<view class="title">浜у搧瑙嗛</view>
- <view class="img_wrap">
+ <view bindtap="playVideo" class="img_wrap">
<image class="img" src="{{ info.coverImage }}" mode="widthFix"></image>
- <view class="play">
+ <view class="play">
<view>鎾斁</view>
- <image bindtap="playVideo" src="../../static/icon/ic_play.png" class="icon"></image>
+ <image src="../../static/icon/ic_play.png" class="icon"></image>
</view>
</view>
</view>
--
Gitblit v1.9.3