From 090a39cf2de6367ff555441dcec38a405a341040 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期一, 29 七月 2024 10:55:09 +0800
Subject: [PATCH] ll

---
 wechat_jiaxuan/pages/detailDis/product.js |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/wechat_jiaxuan/pages/detailDis/product.js b/wechat_jiaxuan/pages/detailDis/product.js
index dabc25d..17fdea7 100644
--- a/wechat_jiaxuan/pages/detailDis/product.js
+++ b/wechat_jiaxuan/pages/detailDis/product.js
@@ -10,6 +10,7 @@
    */
   data: {
     bottomLift: 0,
+    current: 0,
     id: '',
     origin: '',
     info: {},
@@ -38,6 +39,10 @@
       member
     })
   },
+  bindchange(e) {
+    console.log('e', e.detail );
+    this.setData({ current: e.detail.current })
+  },
   priviewBanner(e) {
     const url = e.currentTarget.dataset.url
     const {

--
Gitblit v1.9.3