新增 删除 衣服
This commit is contained in:
@@ -237,16 +237,12 @@ export default defineComponent({
|
||||
});
|
||||
let str
|
||||
if(numTop >= 8){
|
||||
console.log(1);
|
||||
str = `top ${topStr.join(' and ')}`
|
||||
return this.isPin(str)
|
||||
}else if(numBottom >= 8){
|
||||
console.log(2);
|
||||
str = `bottom ${bottomStr.join(' and ')}`
|
||||
return this.isPin(str)
|
||||
}else{
|
||||
console.log(3);
|
||||
|
||||
return true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user