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