Commit 75fb60369be0d9533c1360409a2d947b7522b5b2

Authored by 后端研发-倪永富
1 parent 15ea84f3

修改分享

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