|
@@ -162,7 +162,7 @@ const handleGoApply = async () => {
|
|
} else {
|
|
} else {
|
|
if (
|
|
if (
|
|
!noAuthInfo.value.customer_info.status ||
|
|
!noAuthInfo.value.customer_info.status ||
|
|
- noAuthInfo.value.customer_info.status !== "流失"
|
|
|
|
|
|
+ noAuthInfo.value.customer_info.status !== "流失"||noAuthInfo.value.customer_info.status !== "关闭"
|
|
) {
|
|
) {
|
|
wx.miniProgram.navigateTo({
|
|
wx.miniProgram.navigateTo({
|
|
url: "/pages-applyPermission/applyPermission?source=6&from_page=价格驱动",
|
|
url: "/pages-applyPermission/applyPermission?source=6&from_page=价格驱动",
|