From c47270ff1962e5554a1caa5274fa9723421801c8 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期二, 21 十一月 2023 10:50:33 +0800
Subject: [PATCH] #
---
pages/business/plan/planDetails.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pages/business/plan/planDetails.vue b/pages/business/plan/planDetails.vue
index 2d08fdd..ac2a205 100644
--- a/pages/business/plan/planDetails.vue
+++ b/pages/business/plan/planDetails.vue
@@ -119,9 +119,9 @@
const eventChannel = this.getOpenerEventChannel();
eventChannel.on('saleManage', function(data) {
_this.id = data.data
- console.log(data.data);
+ _this.init()
})
- this.init()
+
this.autoLoad('follower','')
setTimeout(()=>{
this.getFollowers()
--
Gitblit v1.9.1