App.vue
@@ -5,7 +5,10 @@ import storage from '@/plugins/storage.js' export default { onLaunch: async function(options) { onLaunch: async function(options) { //清除一些缓存 this.$storage.removeItem('cache_home_show_coupon') var query = options.q && decodeURIComponent(options.q) || '' var querydto = {} if (query) { @@ -97,7 +100,7 @@ } // #endif }, onReady() {