feat: 初始化
This commit is contained in:
16
uni_modules/uni-ui/components/uni-popup/share.js
Normal file
16
uni_modules/uni-ui/components/uni-popup/share.js
Normal file
@ -0,0 +1,16 @@
|
||||
export default {
|
||||
created() {
|
||||
if (this.type === 'share') {
|
||||
// 关闭点击
|
||||
this.mkclick = false
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
customOpen() {
|
||||
console.log('share 打开了');
|
||||
},
|
||||
customClose() {
|
||||
console.log('share 关闭了');
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user