Rieko-wang 2 years ago
parent
commit
3291cf4e59
  1. 13
      index.html

13
index.html

@ -119,8 +119,15 @@
paginationClickable: true paginationClickable: true
}) })
$('#my_account_rn,#mx_rn').on('click', () => { $('#my_account_rn').on('click', () => {
window?.ReactNativeWebView?.postMessage(1)
})
$('#mx_rn').on('click', () => {
renderBillingDom([]) renderBillingDom([])
setTimeout(() => {
renderBillingDom(nearlyWeek)
}, 500)
window?.ReactNativeWebView?.postMessage(1) window?.ReactNativeWebView?.postMessage(1)
}) })
@ -244,6 +251,10 @@
$('.box-list').html(`<div>${fontAnimationList[0]}</div><div>${fontAnimationList[1]}</div>`) $('.box-list').html(`<div>${fontAnimationList[0]}</div><div>${fontAnimationList[1]}</div>`)
$('.toList').each(function () { $('.toList').each(function () {
$(this).click(() => { $(this).click(() => {
renderBillingDom([])
setTimeout(() => {
renderBillingDom(nearlyWeek)
}, 500)
isClickToLost = true isClickToLost = true
$('.my-account ').addClass('moveRight') $('.my-account ').addClass('moveRight')
console.log($(this).attr('data-index'), 'wwww') console.log($(this).attr('data-index'), 'wwww')

Loading…
Cancel
Save