|
@@ -39,7 +39,7 @@
|
39
|
39
|
</div>
|
40
|
40
|
</div>
|
41
|
41
|
</div>
|
42
|
|
- <span>下单人:{{userInfo.CustomerName}} {{userInfo.Phone}}</span>
|
|
42
|
+ <span>下单人:{{userInfo.customer.CustomerName}} {{userInfo.customer.Phone}}</span>
|
43
|
43
|
<div class="bottom">
|
44
|
44
|
<a @click="cancel">取消</a>
|
45
|
45
|
<a @click="toPayer">确定</a>
|
|
@@ -146,7 +146,7 @@ export default {
|
146
|
146
|
toPayer () { // 下单
|
147
|
147
|
this.postData.info.OrgId = this.orgId
|
148
|
148
|
this.postData.info.UserId = this.userInfo.CustomerId
|
149
|
|
- this.postData.info.UserName = this.userInfo.CustomerName
|
|
149
|
+ this.postData.info.UserName = this.userInfo.customer.CustomerName
|
150
|
150
|
this.postData.info.PayType = this.postData.coupon.length ? 'coupon' : 'vip'
|
151
|
151
|
var orderInfo = JSON.parse(this.$route.query.info)
|
152
|
152
|
this.postData.detail = []
|