This commit is contained in:
2020-07-21 17:03:59 +08:00
parent 72f56fe563
commit d04146d479
2 changed files with 23 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ export default {
name:"shop-item",
data(){
return {
xuanzhong:true,
xuanzhong:false,
}
},
props:['image','title','price','num','sid'],