9 行
71 B
JavaScript
9 行
71 B
JavaScript
Page({
|
|
data: {
|
|
articles: []
|
|
},
|
|
|
|
onLoad: function () {
|
|
}
|
|
})
|