Commit 3ed283d7 authored by 罗超's avatar 罗超

调整

parent 23d5c391
{ {
"name": "甲鹤学生端", "name" : "jjsw",
"appid": "", "appid" : "",
"description": "甲鹤小程序学生端", "description" : "甲鹤小程序学生端",
"versionName": "1.0.0", "versionName" : "1.0.0",
"versionCode": "100", "versionCode" : "100",
"transformPx": false, "transformPx" : false,
"app-plus": { "app-plus" : {
/* 5+App特有相关 */ /* 5+App特有相关 */
"usingComponents": true, "usingComponents" : true,
"splashscreen": { "splashscreen" : {
"alwaysShowBeforeRender": true, "alwaysShowBeforeRender" : true,
"waiting": true, "waiting" : true,
"autoclose": true, "autoclose" : true,
"delay": 0 "delay" : 0
}, },
"modules": {}, "modules" : {},
/* 模块配置 */ /* 模块配置 */
"distribute": { "distribute" : {
/* 应用发布信息 */ /* 应用发布信息 */
"android": { "android" : {
/* android打包配置 */ /* android打包配置 */
"permissions": [ "permissions" : [
"<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>", "<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
"<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>", "<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>",
"<uses-permission android:name=\"android.permission.READ_CONTACTS\"/>", "<uses-permission android:name=\"android.permission.READ_CONTACTS\"/>",
...@@ -45,36 +45,38 @@ ...@@ -45,36 +45,38 @@
"<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>" "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
] ]
}, },
"ios": {}, "ios" : {},
/* ios打包配置 */ /* ios打包配置 */
"sdkConfigs": {}, "sdkConfigs" : {},
"splashscreen": { "splashscreen" : {
"androidStyle": "common", "androidStyle" : "common",
"iosStyle": "common" "iosStyle" : "common"
} }
} }
}, },
/* SDK配置 */ /* SDK配置 */
"quickapp": {}, "quickapp" : {},
/* 快应用特有相关 */ /* 快应用特有相关 */
"mp-weixin": { "mp-weixin" : {
/* 微信小程序特有相关 */ "appid" : "wx10655d8e5b0a67c5",
"appid": "wx0f4b451960f8ef29", "setting" : {
"setting": { "urlCheck" : false,
"urlCheck": false "es6" : false,
"postcss" : true,
"minified" : true
}, },
"usingComponents": true "usingComponents" : true
}, },
"mp-alipay": { "mp-alipay" : {
"usingComponents": true "usingComponents" : true
}, },
"mp-baidu": { "mp-baidu" : {
"usingComponents": true "usingComponents" : true
}, },
"mp-toutiao": { "mp-toutiao" : {
"usingComponents": true "usingComponents" : true
}, },
"mp-qq": { "mp-qq" : {
"usingComponents": true "usingComponents" : true
} }
} }
...@@ -170,20 +170,20 @@ ...@@ -170,20 +170,20 @@
this.userData = uni.getStorageSync('userInfo'); this.userData = uni.getStorageSync('userInfo');
this.getExamStuScore(); this.getExamStuScore();
}, },
onShareAppMessage() { // onShareAppMessage() {
return { // return {
title: "甲小鹤", // title: "甲小鹤",
query: "/pages/index/index", // query: "/pages/index/index",
imageUrl: "", // imageUrl: "",
}; // };
}, // },
onShareTimeline() { // onShareTimeline() {
return { // return {
title: "甲小鹤", // title: "甲小鹤",
query: "/pages/index/index", // query: "/pages/index/index",
imageUrl: "", // imageUrl: "",
}; // };
}, // },
}; };
</script> </script>
......
...@@ -118,7 +118,7 @@ ...@@ -118,7 +118,7 @@
homeWorks:[], homeWorks:[],
exams:[], exams:[],
pageState: "more", pageState: "more",
currentCourseId:45329247, currentCourseId:0,
userData:{}, userData:{},
loading:false loading:false
}); });
...@@ -142,9 +142,9 @@ ...@@ -142,9 +142,9 @@
}) })
}, },
changeCourseHandler(id){ changeCourseHandler(id){
data.Msg.courseId=45329247 data.Msg.courseId=id
data.OperationMsg.courseId=45329247 data.OperationMsg.courseId=id
data.currentCourseId=45329247 data.currentCourseId=id
methods.getCourseStuList() methods.getCourseStuList()
methods.getExamPageList() methods.getExamPageList()
methods.getCourseHomeWorkList() methods.getCourseHomeWorkList()
...@@ -252,14 +252,14 @@ ...@@ -252,14 +252,14 @@
}, },
onShareAppMessage() { onShareAppMessage() {
return { return {
title: "甲小鹤", title: "进阶思维学情反馈",
query: "/pages/index/index", query: "/pages/index/index",
imageUrl: "", imageUrl: "",
}; };
}, },
onShareTimeline() { onShareTimeline() {
return { return {
title: "甲小鹤", title: "进阶思维学情反馈",
query: "/pages/index/index", query: "/pages/index/index",
imageUrl: "", imageUrl: "",
}; };
......
...@@ -79,8 +79,8 @@ ...@@ -79,8 +79,8 @@
} = getCurrentInstance(); } = getCurrentInstance();
let Toast = inject("$toast"); let Toast = inject("$toast");
let msg = reactive({ let msg = reactive({
Account: "13982128958", Account: "",
Password: "128958", Password: "",
}); });
let data = reactive({ let data = reactive({
phoneNum: "", phoneNum: "",
......
...@@ -4,7 +4,7 @@ if (process.env.NODE_ENV === "development") { ...@@ -4,7 +4,7 @@ if (process.env.NODE_ENV === "development") {
host = 'http://192.168.10.36:8082/api' host = 'http://192.168.10.36:8082/api'
// host = 'http://192.168.10.65:8085/api' // host = 'http://192.168.10.65:8085/api'
} else { } else {
host = 'https://eduapi.oytour.com/api' host = 'https://jjswapi.oytour.com/api'
} }
import Toast from '../wxcomponents/vant/toast/toast'; import Toast from '../wxcomponents/vant/toast/toast';
let request = (param) => { let request = (param) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment