|
@@ -22,7 +22,7 @@ var companyId = ''
|
|
|
if(baseType == 'test'){
|
|
|
var reqUrl = 'http://192.168.16.100:9110/saas/clz/'
|
|
|
}else if(baseType == 'local'){
|
|
|
- var reqUrl = 'http://192.168.16.104:9110/saas/clz/'
|
|
|
+ var reqUrl = 'http://192.168.16.102:9110/saas/clz/'
|
|
|
}else if(baseType == 'pre'){
|
|
|
var reqUrl = 'http://md.test.zyucgj.com/saas/clz/'
|
|
|
}else if(baseType == 'pro'){
|
|
@@ -59,7 +59,7 @@ window.onload = function(){
|
|
|
})
|
|
|
}
|
|
|
// 根据门店id处理对应页面展示
|
|
|
- if(storeId){
|
|
|
+ if(storeId){ // 门店端发布活动会传有门店id参数
|
|
|
// 获取门店信息
|
|
|
$.ajax({
|
|
|
url: reqUrl + 'cross/store/' + storeId,
|
|
@@ -79,6 +79,8 @@ window.onload = function(){
|
|
|
}
|
|
|
},
|
|
|
})
|
|
|
+ }else{ // 运营端发布活动无门店id参数
|
|
|
+ joinerList() // 参与人列表数据
|
|
|
}
|
|
|
// 打开预约弹框
|
|
|
yuyue.onclick = function(){
|