@@ -370,6 +370,8 @@ export default {
}).then((res) => {
if (res.code === 0) {
this.form = res.data;
+ this.contentVipPlatformList = this.form.contentVipPlatformList;
+ this.isShowPlatform = this.form.contentVipPlatformList.length > 0;
this.form.typeList.map((i) => {
this.devModeOptions[i.type - 1].disabled = true;
});