#
whycq
2023-11-21 df31ccf78ab750b60bc05523dfa8d7f859938e16
pages/business/cstmr/cstmrDetails.vue
@@ -106,6 +106,17 @@
               }
            })
         },
         edite() {
            let _this = this
            uni.navigateTo({
               url: '/pages/business/cstmr/modiCsmter',
               success: function(res) {
                  res.eventChannel.emit('cstmr', {
                     data: _this.cstmr
                  })
               }
            })
         },
         del(e) {
            let that = this
            e = Number(e)
@@ -218,7 +229,8 @@
                  that.getFollowers()
               }
            })
         }
         },
      }
   }
</script>