cuiqian2004
5 天以前 07925905f1a596e20e980de6d42db217abb753b0
pages/modal/5602.vue
@@ -210,7 +210,8 @@
      dataObjCreate,
      dataObjDel
   } from "@/api/data.js"
import {showInfo,
      showError} from "@/js/Page.js"
   export default {
      data() {
         return {
@@ -251,11 +252,13 @@
            popupParam: {},
         };
      },
      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);
         // console.log(this.param);
@@ -2700,7 +2703,6 @@
                  this.okLoading = false
               else if (type == "2")
                  this.ok2Loading = false
               let tip = typeof ex.errMsg == "string" ? ex.errMsg : ex
               uni.showModal({
                  title: this.translateSys("error") + "8.1",