xuxueyang
2024-09-12 73341eba8e313c2aead0476026bc362b8c4be4b1
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() {