From 0247f267ece041e08cc5fd706e3fc0911a41f8e6 Mon Sep 17 00:00:00 2001 From: huliyong <2783385703@qq.com> Date: Tue, 5 Nov 2024 09:12:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/publish/actorDetail.vue | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/pages/publish/actorDetail.vue b/pages/publish/actorDetail.vue index d75a596..d9d8f2f 100644 --- a/pages/publish/actorDetail.vue +++ b/pages/publish/actorDetail.vue @@ -133,16 +133,14 @@ }, onShareAppMessage(res) { return { - title: this.item.details.title, - desc: this.item.details.content && this.item.details.content.slice(0, 30), + title: this.item.details.name, path: '/pages/publish/actorDetail?id=' + this.id } }, //2.分享到朋友圈 onShareTimeline(res) { return { - title: this.item.details.title, - desc: this.item.details.content && this.item.details.content.slice(0, 30), + title: this.item.details.name, path: '/pages/publish/actorDetail?id=' + this.id } }, @@ -184,7 +182,6 @@ }) }, submit(){ - console.log(1); this.$refs.confirmationPopup.open() }, // 付费查看联系方式 @@ -206,9 +203,11 @@ success: function (res) { console.log('支付成功',res); self.getData() + self.$refs.confirmationPopup.close() }, fail: function (err) { console.log('支付失败',err); + self.$refs.confirmationPopup.close() uni.showToast({ icon:'none', title:"支付失败"