From 72d13070bc5415470c68be0cb059859d7dd224d4 Mon Sep 17 00:00:00 2001 From: zmt Date: Tue, 15 Feb 2022 18:14:41 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B5=9B=E4=BA=8B=E5=88=97=E8=A1=A8=E7=AD=89?= =?UTF-8?q?=E5=BE=85=E6=95=B0=E6=8D=AE=E5=AF=B9=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nxTemp/apis/userAPI.js | 6 +++-- nxTemp/config/index.config.js | 5 ++-- pages/event/event_grade.vue | 63 ++++++++++++++++++++++++++++++++++++------- pages/event/event_list.vue | 59 +++++++++++++++++++++++++++------------- 4 files changed, 102 insertions(+), 31 deletions(-) diff --git a/nxTemp/apis/userAPI.js b/nxTemp/apis/userAPI.js index e043811..50346d7 100644 --- a/nxTemp/apis/userAPI.js +++ b/nxTemp/apis/userAPI.js @@ -11,7 +11,7 @@ export function postLogin(data) { //发送验证码 export function postSendSMS(data) { return http.post(`${config.baseUrl}/gaMatchAssistant/captchaSms/send`, data,{ - // needLogin:false //未登录前操作取消登录验证 + needLogin:false //未登录前操作取消登录验证 }); } @@ -26,7 +26,9 @@ export function postSendSMS(data) { * @author: */ export function wechatGetPhoneNumber(data) { - return http.post(`${config.baseUrl}/user/wechatGetPhoneNumber`, data); + return http.post(`${config.baseUrl}/user/wechatGetPhoneNumber`, data,{ + needLogin:false //未登录前操作取消登录验证 + }); } /** diff --git a/nxTemp/config/index.config.js b/nxTemp/config/index.config.js index cda907b..4b2fbb9 100644 --- a/nxTemp/config/index.config.js +++ b/nxTemp/config/index.config.js @@ -4,7 +4,8 @@ const CONFIG = { loginTitleTxt: "development_wx", // 登录页标题 copyrightTxt: "XXXv1.0", // 版本信息 assetsPath: "http://cdn.com/img", // 静态资源路径 - baseUrl: "http://testmanager.ouxuanzhineng.cn", + // baseUrl: "http://testmanager.ouxuanzhineng.cn", + baseUrl: "https://testmatch.ouxuanzhineng.cn", tokenKey: "wxf368fa7316d6952f", // 登录标识 testOpenId: "", // 小程序测试openId forcedLogin: false, // touristMode游客模式下APP是否强制用户登录 场景:当用户进入登录页面后无法后退。 @@ -17,7 +18,7 @@ const CONFIG = { loginTitleTxt: "production_wx", // 登录页标题 copyrightTxt: "XXXv1.0", // 版本信息 assetsPath: "/static/img", // 静态资源路径 - baseUrl: "http://testmanager.ouxuanzhineng.cn", + baseUrl: "https://testmatch.ouxuanzhineng.cn", tokenKey: "WECHAT_TRADE", // 登录标识 testOpenId: "wxf368fa7316d6952f", // 小程序测试openId forcedLogin: false, // touristMode游客模式下APP是否强制用户登录 场景:当用户进入登录页面后无法后退。 diff --git a/pages/event/event_grade.vue b/pages/event/event_grade.vue index 6ddbf19..0e87cd3 100644 --- a/pages/event/event_grade.vue +++ b/pages/event/event_grade.vue @@ -9,15 +9,15 @@ - + - 消息中心 + {{i.schedule_name}} - 2020.06.22 + {{i.schedule_start_date}} 半决赛 @@ -87,7 +87,8 @@ -