From f5932f85898de7284c9f16d314b4a1c572b31c73 Mon Sep 17 00:00:00 2001
From: yiming <m13691596795@163.com>
Date: 星期五, 21 六月 2024 11:51:16 +0800
Subject: [PATCH] 视频

---
 assets/js/login.js              |    1 +
 pages/bibliographyList/index.js |    4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/assets/js/login.js b/assets/js/login.js
index 434466c..e685eab 100644
--- a/assets/js/login.js
+++ b/assets/js/login.js
@@ -13,6 +13,7 @@
       success: (res) => {
         wx.getUserInfo({
           success: (infoRes) => {
+            // debugger
             app.MG.identity.checkWeChatAppAccount({
               code: res.code,
               appCode: app.config.appRefCode,
diff --git a/pages/bibliographyList/index.js b/pages/bibliographyList/index.js
index c35afcf..ac0e451 100644
--- a/pages/bibliographyList/index.js
+++ b/pages/bibliographyList/index.js
@@ -154,8 +154,8 @@
         },
         fields: {
           jsek_link: [],
-          content: [],
           subtitle: [],
+          content: [],
           fileType: [],
           jsek_resource: [],
           freeFile: [],
@@ -168,7 +168,7 @@
         })
         this.setData({
           higherList: res.datas,
-          higherTotal: res.total
+          higherTotal: res.total.le
         })
         this.setData({
           loading: false, //寮�鍚鏋跺睆鍔犺浇

--
Gitblit v1.9.1