From 26f8301e58f7a534e963c57f8d4c59c8eb2953f1 Mon Sep 17 00:00:00 2001 From: Rieko-wang Date: Wed, 7 Dec 2022 14:00:29 +0800 Subject: [PATCH] 123 --- css/style.css | 8 ++++---- index.html | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/css/style.css b/css/style.css index 63f51c9..f22cc33 100644 --- a/css/style.css +++ b/css/style.css @@ -117,8 +117,8 @@ img { z-index: 11; width: 12vw; height: 12vw; - top: 58.5vw; - left: 13vw; + top: 54.5vw; + left: 12vw; } .mx { @@ -126,8 +126,8 @@ img { z-index: 11; width: 12vw; height: 12vw; - top: 58.5vw; - left: 55vw; + top: 54.5vw; + left: 56vw; } .billing { diff --git a/index.html b/index.html index fc16f35..9577291 100644 --- a/index.html +++ b/index.html @@ -120,6 +120,7 @@ }) $('#my_account_rn,#mx_rn').on('click', () => { + renderBillingDom([]) window?.ReactNativeWebView?.postMessage(1) }) @@ -163,7 +164,6 @@ url: "https://parking.houzhisoft.com/json.php?id=1", type: "GET", success(result) { - renderBillingDom([]) const currentDate = moment(); const nearlyWeekS = moment().subtract(7, 'days'); const nearlyMonthS = moment().subtract(1, 'months');