first add files
This commit is contained in:
10
ProjectLiaisonForm/pages/fab/skyline/fab.js
Normal file
10
ProjectLiaisonForm/pages/fab/skyline/fab.js
Normal file
@@ -0,0 +1,10 @@
|
||||
Page({
|
||||
data: {
|
||||
type: 'base',
|
||||
},
|
||||
handleChange(e) {
|
||||
this.setData({
|
||||
type: e.target.dataset.type,
|
||||
});
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user