修复下单买家留言

master
Eratosici 5 years ago
parent 110a6319a1
commit e30d79b4d9

@ -87,7 +87,7 @@
</view> </view>
<view class="item"> <view class="item">
<text>买家留言</text> <text>买家留言</text>
<input placeholder="给卖家留言"></input> <input v-model="remarks" placeholder="给卖家留言"></input>
</view> </view>
</view> </view>
@ -205,7 +205,7 @@ export default {
totalCount: 0, totalCount: 0,
transfee: 0, transfee: 0,
reduceAmount: 0, reduceAmount: 0,
remark: "", remarks: "",
couponIds: [], couponIds: [],
coupons: {}, coupons: {},
shopReduce: "" shopReduce: ""
@ -384,7 +384,7 @@ export default {
method: "POST", method: "POST",
data: { data: {
orderShopParam: [{ orderShopParam: [{
remarks: this.remark, remarks: this.remarks,
shopId: 1 shopId: 1
}] }]
}, },

Loading…
Cancel
Save