3 Star 4 Fork 3

卧龙之家/网蛙云打印小程序端

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
App.vue 990 Bytes
一键复制 编辑 原始数据 按行查看 历史
hunter 提交于 2021-03-26 23:43 . 修改后版本
<script>
export default {
//可以方法有缺陷,如果没有登录首页会一闪而过
onLaunch: function() {
//初始化加载,先判断用户登录状态
// if (wx.getStorageSync('token')) {
// wx.switchTab({
// url: 'pages/index/index'
// })
// }
// else{
// wx.reLaunch({
// url: 'pages/entrance/entrance'
// })
// }
},
// 全局变量
globalData: {
fileList:[], //文件列表
fileIcon:[], //文件图标
selectedFileList:[], //被选中的文件列表
selectedFileListIcon:[], //被选中的文件图标
printerUuid:"", //打印机uuid
printerName:"", //打印机名字
printerStatus:"" //打印机状态
},
onShow: function() {
// console.log('App Show')
},
onHide: function() {
// console.log('App Hide')
}
}
</script>
<style lang="scss">
@import "uview-ui/index.scss";
.flex{
display: flex;
}
/*每个页面公共css */
</style>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/star-of-workhouse/net-frog-cloud-printing-applet.git
[email protected]:star-of-workhouse/net-frog-cloud-printing-applet.git
star-of-workhouse
net-frog-cloud-printing-applet
网蛙云打印小程序端
master

搜索帮助