Преглед на файлове

Merge branch 'dev' of http://git.ycjcjy.com/SpaceOfCheng/wechat into dev

wangfei преди 6 години
родител
ревизия
6556b88f69
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2
    2
      src/pages/user/placeOrderDetail/index.vue

+ 2
- 2
src/pages/user/placeOrderDetail/index.vue Целия файл

@@ -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 = []