Browse Source

测试小程序支付

master
lixiaoyu 3 years ago
parent
commit
e4f2847c80
  1. 1
      mobile/source/apps/cart/views/flow_cart.html

1
mobile/source/apps/cart/views/flow_cart.html

@ -289,6 +289,7 @@
}
id = id.substr(0,id.length-1);
$("input[name=cart_value]").val(id);
console.log(12341563);
document.getElementById("formid").submit();
}
//加载

Loading…
Cancel
Save