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