|
@@ -236,7 +236,7 @@ export default {
|
|
|
selectedIcon:data.SelectedImage,
|
|
|
wordIcon:data.WordsImage,
|
|
|
bgImg:data.EditImgUrl,
|
|
|
- IsShow:data.IsShow==1?true: false
|
|
|
+ IsShow:data.IsShow==0?true: false
|
|
|
}
|
|
|
},
|
|
|
|
|
@@ -249,7 +249,7 @@ export default {
|
|
|
UnselectedImage:this.aeForm.UnselectedIcon,
|
|
|
WordsImage:this.aeForm.wordIcon,
|
|
|
EditImgUrl:this.aeForm.bgImg,
|
|
|
- IsShow:this.aeForm.IsShow?1:0
|
|
|
+ IsShow:this.aeForm.IsShow?0:1
|
|
|
}
|
|
|
editChapterType(params).then(res=>{
|
|
|
if(res.Ret===200){
|