1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-25 08:48:06 +08:00
2023-11-19 23:19:44 +08:00

9 lines
189 B
JavaScript

const {shy, Volcanos} = require("../proto.js")
module.exports =
Volcanos("page", {
setData: function(can, list) {
can.ui.setData({list: list||can.ui.data.list})
wx.hideLoading()
}
})