mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-22 19:05:54 +08:00
去除 店铺 申请中状态
This commit is contained in:
@@ -871,7 +871,9 @@
|
||||
this.$set(this, "storeInfo", res.result);
|
||||
//因switch开关需要用到true或者false 所以进行一次格式化
|
||||
this.storeInfo.storeDisable = this.storeInfo.storeDisable === "OPEN" ? true : false
|
||||
this.checkAllGroup = this.storeInfo.goodsManagementCategory.split(",");
|
||||
if(this.storeInfo.goodsManagementCategory != null){
|
||||
this.checkAllGroup = this.storeInfo.goodsManagementCategory.split(",");
|
||||
}
|
||||
this.storeInfo.legalPhoto = this.storeInfo.legalPhoto.split(",");
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user