first add files
This commit is contained in:
12
ProjectLiaisonForm/pages/switch/label/index.js
Normal file
12
ProjectLiaisonForm/pages/switch/label/index.js
Normal file
@@ -0,0 +1,12 @@
|
||||
Component({
|
||||
data: {
|
||||
defaultVal: true,
|
||||
},
|
||||
methods: {
|
||||
handleChange(e) {
|
||||
this.setData({
|
||||
defaultVal: e.detail.value,
|
||||
});
|
||||
},
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user