From 331bba3fb3dae89f01a0cecd8113ee2c59ccb123 Mon Sep 17 00:00:00 2001 From: zhaojs <349234519@qq.com> Date: 星期四, 20 七月 2023 14:24:38 +0800 Subject: [PATCH] Merge tag '1.4版本修复' into develop --- public/html/compareprice.html | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/public/html/compareprice.html b/public/html/compareprice.html index ac2d21a..c551292 100644 --- a/public/html/compareprice.html +++ b/public/html/compareprice.html @@ -170,6 +170,7 @@ display: flex; flex-direction: row; flex-wrap: nowrap; + width: 100%; } .shoplabel___1_Nv0 img { @@ -183,7 +184,7 @@ .shoplabel___1_Nv0 { height: .26rem; - float: left; + display:inline-block; position: relative; top: .05rem; } @@ -656,12 +657,12 @@ }, }, mounted:function(){ - /* var postData={ + /* var postData={ postData:'OAID', deviceValue:'' }; - this.likeDataGet(postData); - */ + this.likeDataGet(postData); */ + var that=this; document.addEventListener('UniAppJSBridgeReady', function() { -- Gitblit v1.9.3