Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
tjty-app
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
王永飞
tjty-app
Commits
15d9d07f
Commit
15d9d07f
authored
Nov 23, 2022
by
LiZongLin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
答题,客服修改
parent
1f91d1d3
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
7 deletions
+6
-7
pages.json
tjty-app/pages.json
+3
-4
tjty_dailyAnswer.vue
.../pages_daily_answer/tjty_dailyAnswer/tjty_dailyAnswer.vue
+1
-1
tjty_customer.vue
tjty-app/pages_service/tjty_customer/tjty_customer.vue
+1
-1
request.js
tjty-app/utils/request.js
+1
-1
No files found.
tjty-app/pages.json
View file @
15d9d07f
...
...
@@ -17,7 +17,7 @@
"navigationBarTitleText"
:
"天体运动"
}
}
],
],
"globalStyle"
:
{
"navigationBarTextStyle"
:
"black"
,
"navigationBarTitleText"
:
"天体运动"
,
...
...
@@ -52,7 +52,6 @@
"style"
:
{
"navigationBarTitleText"
:
"赛事活动详情"
,
"enablePullDownRefresh"
:
false
//
"navigationStyle"
:
"custom"
}
},
{
...
...
@@ -105,7 +104,7 @@
"enablePullDownRefresh"
:
false
}
},
{
"path"
:
"activity_signInExam/acvity_signInExam"
,
"style"
:
{
...
...
@@ -113,7 +112,7 @@
"enablePullDownRefresh"
:
false
}
},
{
"path"
:
"activity_signInSucc/activity_signInSucc"
,
"style"
:
{
...
...
tjty-app/pages_daily_answer/tjty_dailyAnswer/tjty_dailyAnswer.vue
View file @
15d9d07f
...
...
@@ -550,7 +550,7 @@
},
onLoad
(
options
)
{
this
.
examTime
=
new
Date
().
toISOString
().
substring
(
0
,
10
)
this
.
examTime
=
options
.
examTime
this
.
signupId
=
Number
(
options
.
signupId
)
this
.
activityId
=
Number
(
options
.
activityId
)
this
.
getExamTime
()
...
...
tjty-app/pages_service/tjty_customer/tjty_customer.vue
View file @
15d9d07f
...
...
@@ -156,7 +156,7 @@
gotoMessageConsult
()
{
console
.
log
(
"准备进入到留言咨询。。。。"
)
uni
.
navigateTo
({
url
:
'/pages_new_media/tity_message_consult/tity_message_consult?
url='
+
this
.
url
url
:
'/pages_new_media/tity_message_consult/tity_message_consult?
consultType='
+
'1'
})
},
//下拉刷新
...
...
tjty-app/utils/request.js
View file @
15d9d07f
...
...
@@ -3,7 +3,7 @@ import store from '@/store/store.js'
const
url_all
=
{
// 'DEV': 'http://192.168.1.161:8080', // 开发
// 'DEV': 'http://192.168.0.9
9
:8080',
// 'DEV': 'http://192.168.0.9
7
:8080',
// DEV: "http://116.205.136.218:8088/api", //线上服务
// 'DEV': 'http://127.0.0.1:8080', // 开发
// 'DEV': 'http://192.168.1.11:8080'
...
...
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