积分商城 添加地址
This commit is contained in:
5
App.vue
5
App.vue
@@ -1,9 +1,10 @@
|
||||
<script>
|
||||
import useStorage from '@/utils/useStroage.js';
|
||||
export default {
|
||||
onLaunch: function() {
|
||||
// console.log('App Launch');
|
||||
useStorage.set('menuInfo', uni.getMenuButtonBoundingClientRect());
|
||||
// #ifdef MP-WEIXIN
|
||||
uni.cache.set('menuInfo', uni.getMenuButtonBoundingClientRect());
|
||||
// #endif
|
||||
},
|
||||
onShow: function() {
|
||||
// console.log('App Show');
|
||||
|
||||
Reference in New Issue
Block a user