wesley 6 lat temu
rodzic
commit
3a333a1bea

+ 1 - 1
Gkzs/index/info/info.js

xqd
@@ -62,7 +62,7 @@ Page({
           username: res.data.data.userinfo.username,
           class: res.data.data.userinfo.class
         })
-        if(that.data.class == ''){
+        if(that.data.class == null){
           that.setData({
             class:'文科'
           })

+ 1 - 0
Gkzs/index/result/result.js

xqd
@@ -147,6 +147,7 @@ Page({
       },
       method: 'POST',
       success: function (res) {
+        console.log(123)
         console.log(res.data)
         that.setData({
           college_count: res.data.data.college_count,

+ 1 - 1
Gkzs/project.config.json

xqd
@@ -12,7 +12,7 @@
 	},
 	"compileType": "miniprogram",
 	"libVersion": "2.0.9",
-	"appid": "wxea7a26e5da5b46f2",
+	"appid": "wxdeff0d78ebe3e744",
 	"projectname": "Gkzs",
 	"condition": {
 		"search": {