Merge branch 'develop' of git.yoho.cn:fe/yohoblk-wap into develop
Showing
2 changed files
with
3 additions
and
1 deletions
1 | const Vue = require('vue'); | 1 | const Vue = require('vue'); |
2 | const orderLogistic = require('me/order-logistic.vue'); | 2 | const orderLogistic = require('me/order-logistic.vue'); |
3 | 3 | ||
4 | +require('common/vue-filter')(Vue); | ||
5 | + | ||
4 | new Vue({ | 6 | new Vue({ |
5 | el: '#order-logistic', | 7 | el: '#order-logistic', |
6 | data: { | 8 | data: { |
@@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
3 | <div class="overview"> | 3 | <div class="overview"> |
4 | <div class="left" > | 4 | <div class="left" > |
5 | <a href="{{logisticDate.url}}"> | 5 | <a href="{{logisticDate.url}}"> |
6 | - <img class="icon" v-bind:src="logo" /> | 6 | + <img class="icon" v-bind:src="logo | resize 88 88" /> |
7 | </a> | 7 | </a> |
8 | </div> | 8 | </div> |
9 | <div class="right"> | 9 | <div class="right"> |
-
Please register or login to post a comment