ISBN页:切换品相自动重新搜索在售商品
This commit is contained in:
parent
70e175c8c6
commit
7e576ac951
@ -1081,10 +1081,16 @@ export default {
|
||||
|
||||
watch: {
|
||||
noIsbnSelectedCondition() {
|
||||
// 品相变化时重新搜索在售商品
|
||||
// 品相变化时重新搜索在售商品(无ISBN页)
|
||||
if (this.noIsbnProductList.length > 0 && this.noIsbnBookName && this.isLoggedIn) {
|
||||
this.searchNoIsbn()
|
||||
}
|
||||
},
|
||||
selectedCondition() {
|
||||
// 品相变化时重新搜索在售商品(ISBN页)
|
||||
if (this.productList.length > 0 && this.isbn && this.isLoggedIn) {
|
||||
this.searchISBN()
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user