This commit is contained in:
Weilanwl
2019-03-28 23:08:35 +08:00
parent 89817a88e8
commit bb889509c0
108 changed files with 3446 additions and 4082 deletions
+10
View File
@@ -0,0 +1,10 @@
Page({
data: {
PageCur: 'basics'
},
NavChange(e){
this.setData({
PageCur: e.currentTarget.dataset.cur
})
}
})