From c96612e8a63ecef9590be0f8b5199277ec94e5b9 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期三, 18 九月 2024 18:43:12 +0800
Subject: [PATCH] 云学习购买目录,修改bug

---
 pages/bookExhibitionList/index.js |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/pages/bookExhibitionList/index.js b/pages/bookExhibitionList/index.js
index 1fbd64b..a3ce605 100644
--- a/pages/bookExhibitionList/index.js
+++ b/pages/bookExhibitionList/index.js
@@ -69,11 +69,11 @@
         },
         {
           value: "timeAsc",
-          label: "鍒涘缓鏃堕棿姝e簭",
+          label: "鍑虹増鏃堕棿姝e簭",
         },
         {
           value: "timeDesc",
-          label: "鍒涘缓鏃堕棿鍊掑簭",
+          label: "鍑虹増鏃堕棿鍊掑簭",
         },
       ],
     },
@@ -172,6 +172,8 @@
    * 鐢ㄦ埛鐐瑰嚮鍙充笂瑙掑垎浜�
    */
   onShareAppMessage() {},
+  onShareTimeline() {},
+
   // 鍥剧墖鏁版嵁鐨勬帴鍙�
   bookExhibitionGet(newValue) {
     this.setData({
@@ -420,6 +422,7 @@
     this.setData({
       "product.value": e.detail.value,
     });
+
     this.bookExhibitionGet();
   },
   onOpend() {},

--
Gitblit v1.9.1