Commit 15d9d07f authored by LiZongLin's avatar LiZongLin

答题,客服修改

parent 1f91d1d3
......@@ -52,7 +52,6 @@
"style": {
"navigationBarTitleText": "赛事活动详情",
"enablePullDownRefresh": false
// "navigationStyle": "custom"
}
},
{
......
......@@ -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()
......
......@@ -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'
})
},
//下拉刷新
......
......@@ -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.99:8080',
// 'DEV': 'http://192.168.0.97:8080',
// DEV: "http://116.205.136.218:8088/api", //线上服务
// 'DEV': 'http://127.0.0.1:8080', // 开发
// 'DEV': 'http://192.168.1.11:8080'
......
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