|
@ -98,6 +98,10 @@ |
|
|
$('#my_account_rn,#mx_rn').on('click', () => { |
|
|
$('#my_account_rn,#mx_rn').on('click', () => { |
|
|
window?.ReactNativeWebView?.postMessage(1) |
|
|
window?.ReactNativeWebView?.postMessage(1) |
|
|
}) |
|
|
}) |
|
|
|
|
|
$('.account-back').on('click', () => { |
|
|
|
|
|
window?.ReactNativeWebView?.postMessage(0) |
|
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$("#m1").each(function () { |
|
|
$("#m1").each(function () { |
|
|
if (this.complete) { |
|
|
if (this.complete) { |
|
|