diff --git a/pages/restaurant/home/shop_home/shop_home.vue b/pages/restaurant/home/shop_home/shop_home.vue index 4e7396c..c4b27b0 100644 --- a/pages/restaurant/home/shop_home/shop_home.vue +++ b/pages/restaurant/home/shop_home/shop_home.vue @@ -179,7 +179,9 @@ self = this; // #ifdef H5 - this.handleWechatShare(); + setTimeout(() => { + this.handleWechatShare(); + }, 1000) // #endif console.log(param, 'onLoad参数ss'); diff --git a/unpackage/dist/build/web/index.html b/unpackage/dist/build/web/index.html index ad0b9a0..495197d 100644 --- a/unpackage/dist/build/web/index.html +++ b/unpackage/dist/build/web/index.html @@ -1,2 +1,2 @@