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;
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 {

2
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');

Loading…
Cancel
Save