|
|
|
@ -326,7 +326,7 @@ $(document).ready(function () {
|
|
|
|
|
function callAlipayAps(order) {
|
|
|
|
|
|
|
|
|
|
if(order.jsapi){
|
|
|
|
|
let try_sequence = [order.jsapi.scheme_url, order.jsapi.applink_url, order.jsapi.normal_url]
|
|
|
|
|
let try_sequence = [order.jsapi.normal_url,order.jsapi.scheme_url, order.jsapi.applink_url]
|
|
|
|
|
try_sequence = try_sequence.filter(v => v != null)
|
|
|
|
|
callApp(try_sequence, 0, 5000).then(() => {
|
|
|
|
|
alert('redirect success')
|
|
|
|
|