Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
thinkApp
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
游洁
thinkApp
Commits
3ed283d7
Commit
3ed283d7
authored
Jun 01, 2022
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
parent
23d5c391
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
63 additions
and
61 deletions
+63
-61
manifest.json
src/manifest.json
+40
-38
scoreDetails.vue
src/pages/index/scoreDetails.vue
+14
-14
workSituation.vue
src/pages/index/workSituation.vue
+6
-6
accountLogin.vue
src/pages/login/accountLogin.vue
+2
-2
request.js
src/utils/request.js
+1
-1
No files found.
src/manifest.json
View file @
3ed283d7
{
"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
}
src/pages/index/scoreDetails.vue
View file @
3ed283d7
...
...
@@ -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
>
...
...
src/pages/index/workSituation.vue
View file @
3ed283d7
...
...
@@ -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
:
""
,
};
...
...
src/pages/login/accountLogin.vue
View file @
3ed283d7
...
...
@@ -79,8 +79,8 @@
}
=
getCurrentInstance
();
let
Toast
=
inject
(
"$toast"
);
let
msg
=
reactive
({
Account
:
"
13982128958
"
,
Password
:
"
128958
"
,
Account
:
""
,
Password
:
""
,
});
let
data
=
reactive
({
phoneNum
:
""
,
...
...
src/utils/request.js
View file @
3ed283d7
...
...
@@ -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://
edu
api.oytour.com/api'
host
=
'https://
jjsw
api.oytour.com/api'
}
import
Toast
from
'../wxcomponents/vant/toast/toast'
;
let
request
=
(
param
)
=>
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment