1 Star 0 Fork 1.1K

wuhan404/HC小区业主版

forked from java110/HC小区业主版 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
App.vue 590 Bytes
一键复制 编辑 原始数据 按行查看 历史
<script>
//app.js
const context = require("./context/Java110Context.js");
const loginFactory = context.factory.login;
const userFactory = context.factory.user;
export default {
// 小程序启动生命周期
onLaunch: function() {
let that = this; // 检查登录状态
//loginFactory.checkLoginStatus(); // 获取用户地理位置
userFactory.getUserLocation();
},
// app全局数据
globalData: {
userInfo: null
},
methods: {}
};
</script>
<style>
@import "./app.css";
/* #ifdef H5 */
uni-page-head {
display: none;
}
/* #endif */
</style>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
微信
1
https://gitee.com/wuhan404/WechatOwnerService.git
git@gitee.com:wuhan404/WechatOwnerService.git
wuhan404
WechatOwnerService
HC小区业主版
master

搜索帮助