From 8a27f5724e10e82cc5a30bf7051397da2e697e63 Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期四, 19 十二月 2024 10:49:11 +0800
Subject: [PATCH] bug优化,答题卡初始化

---
 pages/digitalCourses/index.js |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/pages/digitalCourses/index.js b/pages/digitalCourses/index.js
index b09fa0b..36d80f4 100644
--- a/pages/digitalCourses/index.js
+++ b/pages/digitalCourses/index.js
@@ -236,7 +236,6 @@
     app.MG.store.getProductList(obj).then((res) => {
       if (!res.datas.length) {
         return this.setData({
-          courseList: [],
           noData: true,
           contentLoading: false
         })
@@ -310,7 +309,7 @@
           )
         ) {
           wx.showToast({
-            title: "璇ヤ功宸插湪璐墿杞︼紝璇峰嬁閲嶅娣诲姞绌�",
+            title: "璇ヨ绋嬪凡鍦ㄨ喘鐗╄溅锛岃鍕块噸澶嶆坊鍔�",
             icon: 'none',
             duration: 1000
           })

--
Gitblit v1.9.1