|
|
@ -54,10 +54,10 @@ class MyDetailPage extends LazyRenderable |
|
|
refuse_refund_note: "{$order['refuse_refund_note']}", |
|
|
refuse_refund_note: "{$order['refuse_refund_note']}", |
|
|
total_refund_note: "{$order['total_refund_note']}", |
|
|
total_refund_note: "{$order['total_refund_note']}", |
|
|
address: "{$order['address']}", |
|
|
address: "{$order['address']}", |
|
|
//market_lat:"{$order['market_lat']}",
|
|
|
|
|
|
market_lat:"22.851817", |
|
|
|
|
|
//market_lng:"{$order['market_lng']}",
|
|
|
|
|
|
market_lng:"108.347049", |
|
|
|
|
|
|
|
|
market_lat:"{$order['market_lat']}", |
|
|
|
|
|
//market_lat:"22.851115",
|
|
|
|
|
|
market_lng:"{$order['market_lng']}", |
|
|
|
|
|
//market_lng:"108.346041",
|
|
|
user_lat:"{$order['lat']}", |
|
|
user_lat:"{$order['lat']}", |
|
|
user_lng:"{$order['lng']}", |
|
|
user_lng:"{$order['lng']}", |
|
|
note: "{$order['note']}", |
|
|
note: "{$order['note']}", |
|
|
@ -180,6 +180,7 @@ class MyDetailPage extends LazyRenderable |
|
|
type:"bicycling" |
|
|
type:"bicycling" |
|
|
}, |
|
|
}, |
|
|
success: function (res) { |
|
|
success: function (res) { |
|
|
|
|
|
console.log(res) |
|
|
if (res.status==0){ |
|
|
if (res.status==0){ |
|
|
that.cb(res); |
|
|
that.cb(res); |
|
|
} |
|
|
} |
|
|
|