Commit 75fb60369be0d9533c1360409a2d947b7522b5b2
1 parent
15ea84f3
修改分享
Showing
1 changed file
with
1 additions
and
4 deletions
components/share/share.js
| 1 | Component({ | 1 | Component({ |
| 2 | - properties: { | ||
| 3 | - | ||
| 4 | - }, | ||
| 5 | /*** 页面的初始数据***/ | 2 | /*** 页面的初始数据***/ |
| 6 | data: { | 3 | data: { |
| 7 | }, | 4 | }, |
| 8 | 5 | ||
| 9 | methods: { | 6 | methods: { |
| 10 | cancel() { | 7 | cancel() { |
| 11 | - this.triggerEvent(cancel',{},{bubbles: true}); | 8 | + this.triggerEvent('cancel',{},{bubbles: true}); |
| 12 | } | 9 | } |
| 13 | } | 10 | } |
| 14 | }) | 11 | }) |
| 15 | \ No newline at end of file | 12 | \ No newline at end of file |