|
@@ -121,9 +121,7 @@ function goContentDetails(e) {
|
|
|
}else if(e.infoType == 1){
|
|
|
proxy.$tab.navigateTo(`/pages/common/appMessage/nociteDetails?moduleId=${e.moduleId}`).then(() => {});
|
|
|
}else if(e.infoType == 3){//OA消息
|
|
|
- console.log(e)
|
|
|
if(e.infoContent){
|
|
|
- console.log(e.infoContent.includes("新的审批任务"))
|
|
|
if(e.infoContent){
|
|
|
if(e.infoContent.includes("新的审批任务")){
|
|
|
proxy.$common.toPage(2,"todo")
|
|
@@ -167,6 +165,7 @@ function init(obj) {
|
|
|
if(obj.type == 3){
|
|
|
if(obj?.oaType){
|
|
|
state.loading = false;
|
|
|
+ alert("微信环境")
|
|
|
proxy.$common.toPage(2,obj.oaType)
|
|
|
}
|
|
|
}else{
|