Pre Merge pull request !136 from lifetime have you/master
commit
6769838788
8
App.vue
8
App.vue
|
|
@ -3,17 +3,15 @@
|
||||||
import { ShoproInit } from './sheep';
|
import { ShoproInit } from './sheep';
|
||||||
|
|
||||||
onLaunch(() => {
|
onLaunch(() => {
|
||||||
// 隐藏原生导航栏 使用自定义底部导航
|
// 延时隐藏原生导航栏
|
||||||
|
setTimeout(() => {
|
||||||
uni.hideTabBar();
|
uni.hideTabBar();
|
||||||
|
}, 200);
|
||||||
|
|
||||||
// 加载Shopro底层依赖
|
// 加载Shopro底层依赖
|
||||||
ShoproInit();
|
ShoproInit();
|
||||||
});
|
});
|
||||||
|
|
||||||
onError((err) => {
|
|
||||||
console.log('AppOnError:', err);
|
|
||||||
});
|
|
||||||
|
|
||||||
onShow((options) => {
|
onShow((options) => {
|
||||||
// #ifdef APP-PLUS
|
// #ifdef APP-PLUS
|
||||||
// 获取urlSchemes参数
|
// 获取urlSchemes参数
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue