wxd
/
MShopWeApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
75fb60369be0d9533c1360409a2d947b7522b5b2
Authored by
后端研发-倪永富
2020-10-16 11:09:06 +0800
1 parent
15ea84f3
修改分享
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
4 deletions
components/share/share.js
components/share/share.js
View file @
75fb603
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
...
...