From 96b0b8bb1597d825004f5a8da0728c48b6ce7dba Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期四, 27 三月 2025 15:22:22 +0800 Subject: [PATCH] 首页登录去除侧式 --- pages/digitalCourses/index.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/digitalCourses/index.js b/pages/digitalCourses/index.js index b09fa0b..10b6d06 100644 --- a/pages/digitalCourses/index.js +++ b/pages/digitalCourses/index.js @@ -236,8 +236,8 @@ app.MG.store.getProductList(obj).then((res) => { if (!res.datas.length) { return this.setData({ - courseList: [], noData: true, + courseList: [], contentLoading: false }) } @@ -310,7 +310,7 @@ ) ) { wx.showToast({ - title: "璇ヤ功宸插湪璐墿杞︼紝璇峰嬁閲嶅娣诲姞绌�", + title: "璇ヨ绋嬪凡鍦ㄨ喘鐗╄溅锛岃鍕块噸澶嶆坊鍔�", icon: 'none', duration: 1000 }) -- Gitblit v1.9.1