|
@@ -92,6 +92,12 @@ export default {
|
|
|
if (val === 'bkfx') imgURL= 'http://icon.honglounews.com/news_bkfx.jpg'
|
|
|
if (val === 'lppc') imgURL= 'http://icon.honglounews.com/news_lppc.jpg'
|
|
|
if (val === 'lpwd') imgURL= 'http://icon.honglounews.com/news_lpwd.jpg'
|
|
|
+
|
|
|
+ if (val === 'hlpd') imgURL= 'http://icon.honglounews.com/news_hlpd.jpg'
|
|
|
+ if (val === 'lszt') imgURL= 'http://icon.honglounews.com/news_lszt.jpg'
|
|
|
+ if (val === 'zcjd') imgURL= 'http://icon.honglounews.com/news_zcjd.jpg'
|
|
|
+ if (val === 'esf') imgURL= 'http://icon.honglounews.com/news_esf.jpg'
|
|
|
+ if (val === 'lsdt') imgURL= 'http://icon.honglounews.com/news_lsdt.jpg'
|
|
|
params.pri_image = imgURL
|
|
|
this.setDefaultValue(params)
|
|
|
},
|