Commit 84db7131 by 李静静

微伴助手

parent 1621bd1d
......@@ -68,7 +68,7 @@ Page({
},
getUrl:function(id){
request({
url:"/h5/api/group/free_group_info?id="+id,
url:"/h5/api/group/study_group_info?ajax=1&id="+id,
success:(res)=>{
if(res.data&&res.data.code===0){
this.setData({
......@@ -78,4 +78,4 @@ Page({
}
})
},
})
\ No newline at end of file
})
//const host='http://ljj.dev.neoteched.com' //开发
//const host='https://winterfell-alpha.neoteched.com' //测试
const host='https://sk2.shenlancity.com' //线上
const host='https://winterfell-alpha.neoteched.com' //测试
//const host='https://sk2.shenlancity.com' //线上
export const request=({url,method,header,success,fail})=>{
if(!url){
console.error('url不能为空')
......
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