暂存样式修改
This commit is contained in:
@@ -22,11 +22,11 @@ Component({
|
||||
* 组件的方法列表
|
||||
*/
|
||||
methods: {
|
||||
handleChange(e) {
|
||||
changeQueryType(e) {
|
||||
console.log("change", e)
|
||||
const { index } = e.detail;
|
||||
const { type } = e.currentTarget.dataset;
|
||||
this.setData({
|
||||
active: index
|
||||
active: type
|
||||
})
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user