|
@@ -435,7 +435,8 @@ export default {
|
|
|
})
|
|
|
}
|
|
|
}
|
|
|
- this.pupData.content=`<p>您暂无权限参加此活动,若想参加请联系对口销售--${res.data.name}:${res.data.mobile}</p>`
|
|
|
+ this.pupData.content=`<p>您暂无权限参加此活动,若想参加请联系</p>
|
|
|
+ <p>对口销售${res.data.name}:${res.data.mobile}</p>`
|
|
|
this.pupData.mobile=res.data.mobile
|
|
|
}else if(res.data.type=='apply'){
|
|
|
this.pupData.content=`<p>您暂无权限参加此活动,若想参加可以申请开通哦</p>`
|
|
@@ -731,7 +732,8 @@ export default {
|
|
|
})
|
|
|
}
|
|
|
}
|
|
|
- this.pupData.content=`<p>您暂无权限参加此会议,若想参加请联系对口销售--${res.data.name}:${res.data.mobile}</p>`
|
|
|
+ this.pupData.content=`<p>您暂无权限参加此会议,若想参加请联系</p>
|
|
|
+ <p>对口销售${res.data.name}:${res.data.mobile}</p>`
|
|
|
this.pupData.mobile=res.data.mobile
|
|
|
|
|
|
}else if(res.data.type=='apply'){
|
|
@@ -809,7 +811,8 @@ export default {
|
|
|
})
|
|
|
}
|
|
|
}
|
|
|
- this.pupData.content=`<p>您暂无权限参加此活动,若想参加请联系对口销售--${res.data.name}:${res.data.mobile}</p>`
|
|
|
+ this.pupData.content=`<p>您暂无权限参加此活动,若想参加请联系</p>
|
|
|
+ <p>对口销售${res.data.name}:${res.data.mobile}</p>`
|
|
|
this.pupData.mobile=res.data.mobile
|
|
|
}else if(res.data.type=='apply'){
|
|
|
this.pupData.content=`<p>您暂无权限参加此活动,若想参加可以申请开通哦</p>`
|