order.jsapi.normal_url 放在前

master
dalong306 3 years ago
parent 01591f19dd
commit 14cfcd8bff

@ -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')

Loading…
Cancel
Save