mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-19 17:35:53 +08:00
fix: 🐛 修复管理端下架商品传递undefined问题,优化秒杀展示
This commit is contained in:
@@ -386,8 +386,10 @@ export default {
|
||||
// 编辑
|
||||
edit(v) {
|
||||
this.id = v.id;
|
||||
if (v.underMessage != "{}") {
|
||||
if (v.underMessage) {
|
||||
this.underForm.reason = v.underMessage;
|
||||
} else {
|
||||
this.underForm.reason = "";
|
||||
}
|
||||
this.modalVisible = true;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user