Commit 624e6db1 authored by Xuguangxing's avatar Xuguangxing

fix

parent 60e6f12b
...@@ -108,8 +108,7 @@ function payByALIH5(info) { ...@@ -108,8 +108,7 @@ function payByALIH5(info) {
*/ */
function payByThirdPartyCashier(info) { function payByThirdPartyCashier(info) {
if (!info.url) return; if (!info.url) return;
const orderNo = cookies.get('orderNo')?.orderNo; const orderNo = cookies.get('orderNo');
alert('bbbb-' + orderNo)
info.params.third = 1; info.params.third = 1;
info.params.orderNo = orderNo; info.params.orderNo = orderNo;
const currentPath = encodeURIComponent( 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