mirror of
https://github.com/weilanwl/coloruicss.git
synced 2026-03-09 16:44:01 +08:00
10 lines
135 B
JavaScript
10 lines
135 B
JavaScript
Page({
|
|
data: {
|
|
PageCur: 'basics'
|
|
},
|
|
NavChange(e){
|
|
this.setData({
|
|
PageCur: e.currentTarget.dataset.cur
|
|
})
|
|
}
|
|
}) |