Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
沈志敏
2016-08-15 21:25:40 +0800
Commit
038a1d265a8b986088703f04fa52915d1d184cba
2 parents
dd28f03f
78d40701
Merge branch 'develop' of git.yoho.cn:fe/yohoblk-wap into develop
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
public/js/me/order-logistic.page.js
public/vue/me/order-logistic.vue
public/js/me/order-logistic.page.js
View file @
038a1d2
const
Vue
=
require
(
'vue'
);
const
orderLogistic
=
require
(
'me/order-logistic.vue'
);
require
(
'common/vue-filter'
)(
Vue
);
new
Vue
({
el
:
'#order-logistic'
,
data
:
{
...
...
public/vue/me/order-logistic.vue
View file @
038a1d2
...
...
@@ -3,7 +3,7 @@
<div class="overview">
<div class="left" >
<a href="{{logisticDate.url}}">
<img class="icon" v-bind:src="logo" />
<img class="icon" v-bind:src="logo
| resize 88 88
" />
</a>
</div>
<div class="right">
...
...
Please
register
or
login
to post a comment