积分商城 添加地址

This commit is contained in:
魏啾
2024-03-28 09:48:52 +08:00
parent 53afc38e76
commit a9b9da0bbf
27 changed files with 2762 additions and 39 deletions

View File

@@ -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');