|
|
@ -33,7 +33,7 @@ $(function () {
|
|
|
|
function loadEncourage() {
|
|
|
|
function loadEncourage() {
|
|
|
|
$.ajax({
|
|
|
|
$.ajax({
|
|
|
|
url: '/act/encourage_money/orders/' + window.order_id,
|
|
|
|
url: '/act/encourage_money/orders/' + window.order_id,
|
|
|
|
method: 'PUT',
|
|
|
|
method: 'GET',
|
|
|
|
dataType: 'json',
|
|
|
|
dataType: 'json',
|
|
|
|
success: function (encourage) {
|
|
|
|
success: function (encourage) {
|
|
|
|
if (encourage.access_amount) {
|
|
|
|
if (encourage.access_amount) {
|
|
|
|