mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-22 02:45:55 +08:00
添加注释,删除无用代码
This commit is contained in:
@@ -184,9 +184,9 @@ export default {
|
||||
},
|
||||
data () {
|
||||
return {
|
||||
showModal:false,
|
||||
selected:{},
|
||||
picModelFlag: false
|
||||
showModal:false, // modal显隐
|
||||
selected:{}, // 已选数据
|
||||
picModelFlag: false // 图片选择器
|
||||
}
|
||||
},
|
||||
mounted () {
|
||||
|
||||
Reference in New Issue
Block a user