cuiqian2004
4 天以前 07925905f1a596e20e980de6d42db217abb753b0
pages/modal/3037_2.vue
@@ -173,11 +173,14 @@
            saving: false,
         };
      },
      onReady() {
         uni.setNavigationBarTitle({
            title: this.title
         }); //设置顶部标题
      },
      onLoad(options) {
         // console.log(options);
         uni.setNavigationBarTitle({
            title: options.titlename
         }); //设置顶部标题
         this.title = options.titlename;
         this.param = JSON.parse(options.param);
         const paramValue = options.paramValue ? JSON.parse(options.paramValue) : undefined
@@ -875,7 +878,7 @@
            // return;
            runCustomEvent(dataInfo).then(data => {
               hideLoading()
               $this.onFormEventResult(data, button_callback, item)
               $this.onFormEventResult(data, button_callback, item,req)
            }).catch(ex => {
               // console.log(ex);
@@ -933,7 +936,7 @@
            }
         },
         async onFormEventResult(data, callbackEventId, item) {
         async onFormEventResult(data, callbackEventId, item,req) {
            try {
               const $this = this
               var enviroment = {