MrShi
7 天以前 7bdfd2192ffb8a5329276b1988818a0cc0da9de5
改bug
已修改1个文件
2 ■■■ 文件已修改
small-program/App.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
small-program/App.vue
@@ -7,7 +7,6 @@
        },
        onLaunch: function() {  
            var that = this;
            that.getLocaltionBiz()
            if (!this.openid || this.openid =='') {
                uni.login({
                    provider: 'weixin',
@@ -36,6 +35,7 @@
        },
        onShow: function() {
            console.log('App Show')
            this.getLocaltionBiz()
        },
        onHide: function() {
            console.log('App Hide')