From c478bc1b36e38774cf01c02fd5e23858bd70a4a3 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期三, 29 十一月 2023 13:42:46 +0800
Subject: [PATCH] #
---
pages/business/plan/planDetails.vue | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/pages/business/plan/planDetails.vue b/pages/business/plan/planDetails.vue
index 4a4f5b4..9ed69a2 100644
--- a/pages/business/plan/planDetails.vue
+++ b/pages/business/plan/planDetails.vue
@@ -32,7 +32,7 @@
<!-- 鍏朵粬淇℃伅 -->
<view class="container" v-show="info.length > 0">
- <view><y-title title="涓柊鍗庨厤缃�"></y-title></view><view></view>
+ <view><y-title title="涓�у寲"></y-title></view><view></view>
</view>
<view class="detail-box">
<plan-detail :info="info"></plan-detail>
@@ -120,13 +120,15 @@
}
},
onLoad(option) {
- if (option != '') {
+ console.log(option);
+ if (JSON.stringify(option) != "{}") {
this.id = option.id
this.init()
} else {
let _this = this
const eventChannel = this.getOpenerEventChannel();
eventChannel.on('saleManage', function(data) {
+ console.log(data);
_this.id = data.data
_this.init()
})
--
Gitblit v1.9.1