소스 검색

Merge branch 'master' of ssh://gogs.zfire.top:2222/zfire-front/recycle-mobile

* 'master' of ssh://gogs.zfire.top:2222/zfire-front/recycle-mobile:
  feat:售后
Moss 1 년 전
부모
커밋
a7dc810d56
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/pages/mine/myBuy/return.vue

+ 2 - 0
src/pages/mine/myBuy/return.vue

@@ -182,6 +182,8 @@ export default {
           orderId: this.orderId
         })
         .then(res => {
+          console.log(res);
+          this.formdata.applyNote = res.data.applyNote
           this.form = res.data
           this.fileList = res.data.orderRefundFileList.map(v => v.imgUrl)
           if (['AFTER_WAIT', 'REFUND', 'NO_REFUND'].indexOf(res.data.status) !== -1) {