cuiqian2004
2025-08-01 fa73abee6209cd6f7c62c61c271826f7d413035d
pages/modal/3202.vue
@@ -537,6 +537,7 @@
                     confirmText: this.translateSys(
                        'close')
                  });
                  if ([0, 2, 3, 4, -1].includes(result.result_type)) {
                  if (result.result_type == 2) {
                  } else if (typeof result.result == 'string') {
@@ -579,6 +580,7 @@
                     });
                     console.log(ex)
                     return
                     }
                  }
               }
@@ -753,6 +755,7 @@
                           confirmText: this.translateSys(
                              'close')
                        });
                        if ([0, 2, 3, 4, -1].includes(result.result_type)) {
                        if (result.result_type == 2) {
                        } else if (typeof result.result == 'string') {
@@ -784,7 +787,8 @@
                                 ) { //判断是否清空页签内容,正在码盘是否有数据
                                    uni.showModal({
                                       title: this.translateSys('tip'),
                                       content: this.translate("are_you_sure_clear_data"),
                                          content: this.translate(
                                             "are_you_sure_clear_data"),
                                       cancelText: $this.translateSys('ok'),
                                       confirmText: $this.translateSys('cancel'),
                                       success: function(res) {
@@ -805,7 +809,8 @@
                           }
                        } catch (ex) {
                           let actionList = (result.action || []).map(a => a.action_type).join(';')
                              let actionList = (result.action || []).map(a => a.action_type).join(
                                 ';')
                           let tip = typeof ex == 'string' ? ex : ex.message
                           tip = `执行脚本返回的${actionList}时出现异常,请检查脚本返回的数据格式是否正确。${tip}`
                           uni.showModal({
@@ -816,6 +821,7 @@
                           });
                           console.log(ex)
                           return
                           }
                        }
                     }
@@ -1075,6 +1081,7 @@
                        confirmText: this.translateSys(
                           'close')
                     });
                     if ([0, 2, 3, 4, -1].includes(result.result_type)) {
                     if (result.result_type == 2) {
                     } else if (typeof result.result == 'string') {
@@ -1137,6 +1144,7 @@
                        console.log(ex)
                        return
                     }
                     }
                  }
               }).catch(ex => {