|
@@ -69,7 +69,7 @@
|
|
|
|
|
|
<view class="flex settlement-freight">
|
|
|
<text style="margin-right: 30rpx;">留言</text>
|
|
|
- <u-input placeholder="请输入留言" clearable inputAlign="right" border="none" />
|
|
|
+ <u-input v-model="info.memo" placeholder="请输入留言" clearable inputAlign="right" border="none" />
|
|
|
</view>
|
|
|
<view class="flex settlement-freight">
|
|
|
<text>运费</text>
|
|
@@ -157,10 +157,11 @@
|
|
|
uni.showLoading({
|
|
|
title: '加载中'
|
|
|
});
|
|
|
- $http.post('/api/v1/mp/user/deliver/order/submit', {}).then(res => {
|
|
|
+ $http.post('/api/v1/mp/user/deliver/order/submit', this.info).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,
|