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

调整

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