|
@@ -254,6 +254,9 @@ export default {
|
|
|
//查看详情
|
|
|
lookInfo(row){
|
|
|
getDetial(row.id).then(response => {
|
|
|
+ for(let i=0;i<response.rows.length;i++){
|
|
|
+ response.rows[i].imgUrl = 'statics'+ response.rows[i].imgUrl.split('statics')[1];
|
|
|
+ }
|
|
|
this.$set(this,'infoIndex',0);
|
|
|
this.$set(this,'infoList',response.rows);
|
|
|
this.$set(this,'infoShadeType',true);
|