|
@@ -219,17 +219,30 @@
|
|
|
this.activityContent=jkdata.activityContent;
|
|
|
this.money=jkdata.money;
|
|
|
this.number=jkdata.number;
|
|
|
- this.music=jkdata.music;
|
|
|
+
|
|
|
this.clWhereString=jkdata.clWhere;
|
|
|
this.clWhereList=this.clWhereString.slice(',');
|
|
|
this.startTime=jkdata.startTime.slice(0,10);
|
|
|
this.endTime=jkdata.endTime.slice(0,10);
|
|
|
- this.payType=jkdata.payType
|
|
|
+ this.payType=jkdata.payType;
|
|
|
+ this.img=res.data.img.img;
|
|
|
if(res.data.imgList){
|
|
|
res.data.imgList.forEach(item=>{
|
|
|
this.imgListArr.push(item.img)
|
|
|
})
|
|
|
}
|
|
|
+ var shopNames=[];
|
|
|
+ var shopList=[];
|
|
|
+ if(res.data.shopList){
|
|
|
+ res.data.shopList.forEach(item=>{
|
|
|
+ shopNames.push(item.shopName)
|
|
|
+ shopList.push(item.shopId)
|
|
|
+ })
|
|
|
+ this.shopNames=shopNames.join(',')
|
|
|
+ this.shopList=shopList.join(',')
|
|
|
+ }
|
|
|
+ this.ckMusic=res.data.selectedMusic
|
|
|
+ this.music=ckMusic.id;
|
|
|
console.log(this.imgListArr)
|
|
|
|
|
|
//this.list=res.data
|