个人中心
This commit is contained in:
11
pages/myself/question/index.js
Normal file
11
pages/myself/question/index.js
Normal file
@@ -0,0 +1,11 @@
|
||||
Page({
|
||||
data: {
|
||||
activeValues: [],
|
||||
},
|
||||
handleChange(e) {
|
||||
console.log(this.data.activeValues)
|
||||
this.setData({
|
||||
activeValues: e.detail.value,
|
||||
});
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user