From 75fb60369be0d9533c1360409a2d947b7522b5b2 Mon Sep 17 00:00:00 2001 From: taiyuan Date: Fri, 16 Oct 2020 11:09:06 +0800 Subject: [PATCH] 修改分享 --- components/share/share.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/components/share/share.js b/components/share/share.js index 23739ae..81fd079 100644 --- a/components/share/share.js +++ b/components/share/share.js @@ -1,14 +1,11 @@ Component({ - properties: { - - }, /*** 页面的初始数据***/ data: { }, methods: { cancel() { - this.triggerEvent(cancel',{},{bubbles: true}); + this.triggerEvent('cancel',{},{bubbles: true}); } } }) \ No newline at end of file -- libgit2 0.21.4