Showing
2 changed files
with
4 additions
and
3 deletions
@@ -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 | } |
-
Please register or login to post a comment