Commit 624e6db1 authored by Xuguangxing's avatar Xuguangxing

fix

parent 60e6f12b
......@@ -108,8 +108,7 @@ function payByALIH5(info) {
*/
function payByThirdPartyCashier(info) {
if (!info.url) return;
const orderNo = cookies.get('orderNo')?.orderNo;
alert('bbbb-' + orderNo)
const orderNo = cookies.get('orderNo');
info.params.third = 1;
info.params.orderNo = orderNo;
const currentPath = encodeURIComponent(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment