cuiqian2004
2025-08-01 fa73abee6209cd6f7c62c61c271826f7d413035d
pages/modal/3200.vue
@@ -540,6 +540,7 @@
                        showCancel: false,
                        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') {
@@ -580,7 +581,7 @@
                        console.log(ex)
                        return
                     }
                     }
                  }
               }
            } catch (ex) {
@@ -1400,6 +1401,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') {
@@ -1428,7 +1430,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) {
@@ -1449,7 +1452,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({
@@ -1460,6 +1464,7 @@
                           });
                           console.log(ex)
                           return
                           }
                        }
                     }
@@ -1712,6 +1717,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') {
@@ -1816,6 +1822,7 @@
                        console.log(ex)
                        return
                     }
                     }
                  }