From a68df46561ea9f551576849591afa9ae0caf90a7 Mon Sep 17 00:00:00 2001 From: zhaojs <349234519@qq.com> Date: 星期四, 13 七月 2023 15:50:28 +0800 Subject: [PATCH] no message --- public/html/compareprice.html | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/public/html/compareprice.html b/public/html/compareprice.html index 3b8f8f2..f438d09 100644 --- a/public/html/compareprice.html +++ b/public/html/compareprice.html @@ -471,7 +471,10 @@ }, }, mounted:function(){ - this.getLikeGoods(); + var that=this; + document.addEventListener('UniAppJSBridgeReady', function() { + that.getLikeGoods(); + }); } }) </script> \ No newline at end of file -- Gitblit v1.9.3