From 73c3507d82c06066d592d626ccd1a9a0961e0c5f Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期五, 19 七月 2024 20:10:26 +0800
Subject: [PATCH] ''

---
 wechat_jiaxuan/components/disCase/index.wxml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/wechat_jiaxuan/components/disCase/index.wxml b/wechat_jiaxuan/components/disCase/index.wxml
index b11fe30..e4ffba0 100644
--- a/wechat_jiaxuan/components/disCase/index.wxml
+++ b/wechat_jiaxuan/components/disCase/index.wxml
@@ -1,7 +1,7 @@
 <view class="app">
   <view class="search_wrap">
     <image src="../../static/icon/ic_search@2x.png" mode="widthFix"></image>
-    <input bindblur="bindblur" model:value="{{ search }}" type="text" placeholder="鎼滅储妗堜緥鍚嶇О" />
+    <input bindblur="bindblur" model:value="{{ query }}" type="text" placeholder="鎼滅储妗堜緥鍚嶇О" />
   </view>
   <!--  -->
   <view class="main_content">
@@ -32,7 +32,7 @@
     </view>
     <!-- goods_list -->
     <view class="goods_list">
-      <view wx:for="{{ dataList }}" class="item" bindtap="handleDetail">
+      <view wx:for="{{ dataList }}" data-id="{{ item.id }}" class="item" bindtap="handleDetail">
         <view class="img_wrap">
           <image src="{{ item.coverImage }}" class="img"></image>
           <image wx:if="{{ false }}" class="new" src="../../static/icon/chanpin_ic_new@2x.png" mode="widthFix"></image>

--
Gitblit v1.9.3