Rieko-wang 2 years ago
parent
commit
26f8301e58
  1. 8
      css/style.css
  2. 2
      index.html

8
css/style.css

@ -117,8 +117,8 @@ img {
z-index: 11; z-index: 11;
width: 12vw; width: 12vw;
height: 12vw; height: 12vw;
top: 58.5vw; top: 54.5vw;
left: 13vw; left: 12vw;
} }
.mx { .mx {
@ -126,8 +126,8 @@ img {
z-index: 11; z-index: 11;
width: 12vw; width: 12vw;
height: 12vw; height: 12vw;
top: 58.5vw; top: 54.5vw;
left: 55vw; left: 56vw;
} }
.billing { .billing {

2
index.html

@ -120,6 +120,7 @@
}) })
$('#my_account_rn,#mx_rn').on('click', () => { $('#my_account_rn,#mx_rn').on('click', () => {
renderBillingDom([])
window?.ReactNativeWebView?.postMessage(1) window?.ReactNativeWebView?.postMessage(1)
}) })
@ -163,7 +164,6 @@
url: "https://parking.houzhisoft.com/json.php?id=1", url: "https://parking.houzhisoft.com/json.php?id=1",
type: "GET", type: "GET",
success(result) { success(result) {
renderBillingDom([])
const currentDate = moment(); const currentDate = moment();
const nearlyWeekS = moment().subtract(7, 'days'); const nearlyWeekS = moment().subtract(7, 'days');
const nearlyMonthS = moment().subtract(1, 'months'); const nearlyMonthS = moment().subtract(1, 'months');

Loading…
Cancel
Save