newbee-ltd / newbee-mall-vue-app

🔥 🎉Vue2 全家桶 + Vant 搭建大型单页面商城项目。新蜂商城前后端分离版本-前端Vue项目源码

Home Page:https://item.jd.com/13785266.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

img的src可以写的更优雅

kongyijilafumi opened this issue · comments

像这种,可以使用vue的filter来完成. //main.js Vue.filter("prefix", function (src) { if (src) { return 'http:******'+ src } return "" }) //.vue