新增支付宝免输插件,修复一些小问题

This commit is contained in:
技术老胡
2025-03-05 11:28:44 +08:00
parent a59a22fe82
commit 1f98974d5a
5 changed files with 25 additions and 19 deletions

View File

@@ -180,7 +180,7 @@
}
</script>
<script>
const payCode = '<?php echo htmlentities($payUrl); ?>';
const payCode = '<?php echo $payUrl; ?>';
const codeType = '<?php echo htmlentities($code_type); ?>';
const payType = '<?php echo htmlentities($type); ?>';
const order = '<?php echo htmlentities($order_id); ?>';