first add files
This commit is contained in:
14
ProjectLiaisonForm/pages/radio/special/index.js
Normal file
14
ProjectLiaisonForm/pages/radio/special/index.js
Normal file
@@ -0,0 +1,14 @@
|
||||
Component({
|
||||
data: {
|
||||
value: 0,
|
||||
value1: 0,
|
||||
},
|
||||
methods: {
|
||||
onChange(e) {
|
||||
this.setData({ value: e.detail.value });
|
||||
},
|
||||
onChange1(e) {
|
||||
this.setData({ value1: e.detail.value });
|
||||
},
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user