From d810b7e6d50cbc12f8c2f336c2ae57ba9c0fcf83 Mon Sep 17 00:00:00 2001 From: dyy <807692433@qq.com> Date: Fri, 9 Sep 2022 14:51:18 +0800 Subject: [PATCH] =?UTF-8?q?app2.0=EF=BC=8C=E6=96=B0=E7=94=9F=E5=85=A5?= =?UTF-8?q?=E6=A0=A1=E6=B5=81=E7=A8=8B=EF=BC=9A=E9=9A=90=E8=97=8F=E5=8A=A9?= =?UTF-8?q?=E5=AD=A6=E8=B4=B7=E6=AC=BE=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js | 2 ++ .../LearunApp-2.2.0/manifest.json | 4 ++-- .../LearunApp-2.2.0/pages/notice2/list.vue | 10 +++++----- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js index 25a822b49..a7ef37b6a 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js @@ -23,8 +23,10 @@ export default { "apiHost": [ // "http://localhost:31173/" "http://123.57.209.16:31173/" + //"http://112.45.152.8:8083/" ], "webHost":"http://123.57.209.16:8081/", + //"webHost":"http://112.45.152.8:8000/", // 开发环境下自动填充登录账号密码,与接口地址一一对应,只在开发环境下显示 "devAccount": [ // 20201130230 21364200000400266 老师 420528196310072253 学生 420528200606205026 420528200507261428 diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/manifest.json b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/manifest.json index 57761fac5..b2278285c 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/manifest.json +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/manifest.json @@ -1,6 +1,6 @@ { "name" : "智慧校园", - "appid" : "__UNI__E4958C9", + "appid" : "__UNI__1F5E446", "description" : "智慧校园移动端", "versionName" : "2.1.0", "versionCode" : 20100, @@ -119,7 +119,7 @@ "quickapp" : {}, /* 小程序特有相关 */ "mp-weixin" : { - "appid" : "wx36f8c96ee26af75b", + "appid" : "wxbc18c9bf92c86d28", "setting" : { "urlCheck" : false, "es6" : true, diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/notice2/list.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/notice2/list.vue index 41d07fd4c..50a255e02 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/notice2/list.vue +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/notice2/list.vue @@ -46,7 +46,7 @@ 未完成 - + @@ -126,7 +126,7 @@ export default{ return { one: '', twoOne: '', - twoTwo: '', + // twoTwo: '', twoThree: '', twoFour:'', three: '', @@ -172,9 +172,9 @@ export default{ } if (_this.data["StuInfoFreshEntity"].StudentLoanStatus == "1") { - _this.twoTwo = true + // _this.twoTwo = true } else { - _this.twoTwo = false + // _this.twoTwo = false } if (_this.data["StuInfoFreshEntity"].OnsitePayFeeStatus == "1") {