|
@@ -28,7 +28,7 @@ export default {
|
|
|
pageSize: 20,
|
|
|
finished: false,
|
|
|
selectId: -1,
|
|
|
- noAuth:['潜在','流失','冻结'],
|
|
|
+ noAuth:['潜在','流失','关闭','冻结'],
|
|
|
hasAuth:true,//是否有该页面权限
|
|
|
noAuthInfo:null,/* {
|
|
|
name:'梁娜',
|
|
@@ -326,7 +326,7 @@ export default {
|
|
|
this.pupData.content = `<p>您已提交过申请,请耐心等待</p>`
|
|
|
this.pupData.type = ''
|
|
|
} else {
|
|
|
- if (!this.pupData.customer_info.status || this.pupData.customer_info.status != '流失') {
|
|
|
+ if (!this.pupData.customer_info.status || this.pupData.customer_info.status != '流失'|| this.pupData.customer_info.status != '关闭') {
|
|
|
uni.navigateTo({
|
|
|
url: "/pages-applyPermission/applyPermission?source=5&form_page=问答社区"
|
|
|
})
|
|
@@ -360,7 +360,7 @@ export default {
|
|
|
icon:'none'
|
|
|
})
|
|
|
} else {
|
|
|
- if (!customer_info.status || customer_info.status != '流失') {
|
|
|
+ if (!customer_info.status || customer_info.status != '流失'|| customer_info.status != '关闭') {
|
|
|
uni.navigateTo({
|
|
|
url: "/pages-applyPermission/applyPermission?source=5&form_page=问答社区"
|
|
|
})
|