We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
提示app.json app.js未找到, 部分文件内容只是框架 没内容 比如: `// pages/center/index.js Page({
/**
},
} })`
The text was updated successfully, but these errors were encountered:
解码出来的源码没法还原成原始状态,需要手动调整,参考:
搜索关键字 “微信小程序源码还原”
Sorry, something went wrong.
参考 #6
No branches or pull requests
提示app.json app.js未找到,
部分文件内容只是框架 没内容
比如:
`// pages/center/index.js
Page({
/**
*/
data: {
},
/**
*/
onLoad(options) {
},
/**
*/
onReady() {
},
/**
*/
onShow() {
},
/**
*/
onHide() {
},
/**
*/
onUnload() {
},
/**
*/
onPullDownRefresh() {
},
/**
*/
onReachBottom() {
},
/**
*/
onShareAppMessage() {
}
})`
The text was updated successfully, but these errors were encountered: