cuiqian2004
2025-08-01 00c011fc0571caad2bec578fe4ce2f101ab0500e
pages/modal/3200.vue
@@ -508,7 +508,7 @@
                  var result = await runCustomEvent(dataInfo)
                  // console.log(result);
                  if (result.ret != 0) {
                  if (result.ret != 0&& result.ret != 1) {
                     var tip = result.err_info ? typeof result.err_info == 'string' ? result
                        .err_info : result.err_info.join('<br/>') : '';
                     if (result.ret == 801) {
@@ -1353,7 +1353,7 @@
                  };
                  runCustomEvent(dataInfo).then(result => {
                     // console.log(result);
                     if (result.ret != 0) {
                     if (result.ret != 0&& result.ret != 1) {
                        var tip = result.err_info ? typeof result
                           .err_info ==
                           'string' ?
@@ -1670,7 +1670,7 @@
               runCustomEvent(dataInfo).then(result => {
                  console.log(result);
                  if (result.ret != 0) {
                  if (result.ret != 0&& result.ret != 1) {
                     var tip = result.err_info ? typeof result
                        .err_info ==
                        'string' ?