Authored by 郭成尧

exchange

@@ -44,7 +44,7 @@ const exchange = { @@ -44,7 +44,7 @@ const exchange = {
44 delete data.zip_code; 44 delete data.zip_code;
45 } 45 }
46 46
47 - return api.post('', data); 47 + return api.get('', data);
48 }, 48 },
49 49
50 /** 50 /**
@@ -69,6 +69,8 @@ @@ -69,6 +69,8 @@
69 } 69 }
70 }, 70 },
71 created() { 71 created() {
  72 + this.$submitBtn = $('.yoho-header').find('.nav-btn');
  73 +
72 // 提交表单 74 // 提交表单
73 bus.$on('subExchangeForm', () => { 75 bus.$on('subExchangeForm', () => {
74 this.submit(); 76 this.submit();
@@ -117,8 +119,6 @@ @@ -117,8 +119,6 @@
117 name: '请选择' 119 name: '请选择'
118 }].concat(res.data.exchange_reason); 120 }].concat(res.data.exchange_reason);
119 reasonConfig.specialNotice = res.data.special_notice; 121 reasonConfig.specialNotice = res.data.special_notice;
120 -  
121 - this.reflushDeliveryTpye(this.address.area_code);  
122 } 122 }
123 }); 123 });
124 }, 124 },
@@ -398,6 +398,7 @@ @@ -398,6 +398,7 @@
398 398
399 .icon, 399 .icon,
400 select { 400 select {
  401 + font-size: 28px;
401 line-height: 34px; 402 line-height: 34px;
402 color: #b0b0b0; 403 color: #b0b0b0;
403 } 404 }