|
@@ -157,11 +157,10 @@
|
|
|
uni.showLoading({
|
|
|
title: '加载中'
|
|
|
});
|
|
|
- $http.post('/api/v1/mp/user/deliver/order/submit', this.info).then(res => {
|
|
|
+ $http.post('/api/v1/mp/user/deliver/order/submit', {memo:this.info.memo}).then(res => {
|
|
|
payIng = true
|
|
|
uni.hideLoading();
|
|
|
if (res.code == 0) {
|
|
|
- console.log(res)
|
|
|
if (res.data.needPay == 1) {
|
|
|
$http.post('/api/v1/mp/user/deliver/order/pay', {
|
|
|
orderId: res.data.orderId,
|