jiangping
2025-06-18 60cc16b3ed7a9e07690405731fdc341f92320787
最新版本541200007
已修改1个文件
9 ■■■■■ 文件已修改
h5/pages/staff/task/index.vue 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
h5/pages/staff/task/index.vue
@@ -380,10 +380,13 @@
          this.getHeadList()
        })
      }
            if (item.type == 7) {
              window.open('https://atwl.ahzyssl.com/dps/web/wxAuth/loginV2?oaId=atwl&redirectId=index')
        if (item.type == 7) {
            if(item.remark){
                window.open(item.remark);
                // window.open('https://atwl.ahzyssl.com/dps/web/wxAuth/loginV2?oaId=atwl&redirectId=index')
                return 
            }
            }
        }
      if (objType === 2) {
        uni.navigateTo({
          url: `/pages/staff/vehicle/sendACarDetail?id=${objId}&info=${info}`