From 749d37d04c015f6dfc6e430200700b59ff410b51 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期四, 25 七月 2024 10:18:17 +0800
Subject: [PATCH] 提交
---
wechat_staff/pages/detailDis/product.wxml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/wechat_staff/pages/detailDis/product.wxml b/wechat_staff/pages/detailDis/product.wxml
index 514b179..80dfd52 100644
--- a/wechat_staff/pages/detailDis/product.wxml
+++ b/wechat_staff/pages/detailDis/product.wxml
@@ -16,14 +16,14 @@
</view>
<!-- video -->
<view wx:if="{{ info.video }}" class="video">
- <view class="title">浜у搧瑙嗛</view>
+ <view class="title" >浜у搧瑙嗛</view>
<view class="img_wrap">
<image class="img" src="{{ info.coverImage }}" mode="widthFix"></image>
<view bindtap="playVideo" class="play">鎾斁</view>
</view>
</view>
<view class="detail">
- <view class="title">浜у搧璇︽儏</view>
+ <view class="title" bind:tap="goTestPage">浜у搧璇︽儏</view>
<view class="line" wx:for="{{ info.productParamList }}">
<view class="label">{{ item.paramName }}锛�</view>
<view class="val">{{ item.paramValue }}</view>
--
Gitblit v1.9.3