mirror of
https://github.com/weilanwl/coloruicss.git
synced 2026-06-08 15:23:17 +08:00
v2.1.2
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
Page({
|
||||
data: {
|
||||
PageCur: 'basics'
|
||||
},
|
||||
NavChange(e){
|
||||
this.setData({
|
||||
PageCur: e.currentTarget.dataset.cur
|
||||
})
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user