代码拉取完成,页面将自动刷新
import op from "./modules/op.js";
import api from "./api/index.js";
class Thread {
constructor() {
Object.assign(this, {
op,
api
});
}
}
export default {
render(struct) {
const App = getApp()
const common = {
onPullDownRefresh() {
wx.stopPullDownRefresh()
},
_socket: {
status: false,
disconnect: false
},
bindGetUserInfo({
detail
}) {
this.setData({
_userInfo: detail.userInfo
})
App.globalData.userInfo = detail.userInfo
},
userInfoReady() {
App.userInfoReadyCallback = res => {
this.setData({
_userInfo: res.userInfo
})
}
}
}
const ms = Object.assign.apply(this, [new Thread(), common].concat(struct))
ms.temp = {}
ms.onLoad = function(options = {}) {
this.setData({
_userInfo: App.globalData.userInfo
})
if (struct.onLoad) struct.onLoad.call(this, options)
}
ms._onInput = function(e) {
const [a, b] = e.target.dataset.key.split('.')
const value = e.detail.value
this.data[a][b] = value
this.setData(this.data)
return value
}
Page(ms);
}
};
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。