cuiqian2004
2025-08-01 090819b136cc0903bf2ac25845c9b275ddbcba89
pages/modal/3018.vue
@@ -1547,6 +1547,7 @@
                  console.log(res);
                  uni.hideLoading();
                  let data = res.lua_result
                  if (data) {
                  if (data.ret != 0) {
                     var tip = data.err_info ? typeof data.err_info == 'string' ? data
                        .err_info :
@@ -1571,6 +1572,7 @@
                        .info
                        .join(
                           '<br/>') : '';
                        tip = tip || data.err_info
                     if (tip) uni.showModal({
                        title: this.translateSys('tip'),
                        content: tip,
@@ -1586,7 +1588,7 @@
                  }
                  //刷新
                  uni.redirectTo({
                     url: '../modal/3018?param=' + JSON.stringify(this.$data
@@ -2066,6 +2068,7 @@
                        .info
                        .join(
                           '<br/>') : '';
                     tip = tip || data.err_info
                     if (tip) uni.showModal({
                        title: this.translateSys('tip'),
                        content: tip,