#
whycq
2023-11-22 3913b3c5c8cde03f8c92d1c738d28c4a9bae7e55
pages/business/pricing/priQuote.vue
@@ -59,7 +59,6 @@
      onShow() {
         let that = this
         uni.$on('isRefresh',function(data){
            console.log(data);
            that.user.username = data.title
            that.user.id = data.id
            that.user.type = data.key
@@ -89,7 +88,6 @@
               data: param,
               success(res) {
                  res = res.data
                  console.log(res);
                  // return
                  if (res.code === 200) {
                     for (let k of res.data.records) {
@@ -118,7 +116,6 @@
         },
         async getDetail() {
            let res = await user.getDetail()
            console.log(res);
            if (res.code === 200) {
               this.user.username = res.data.username
               this.user.id = res.data.id