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