feat:点击搜索按钮同步重新获取作者/出版社/分类

This commit is contained in:
ShenQiLun 2026-07-01 14:35:10 +08:00
parent 8de408974a
commit bed7f39d56

View File

@ -3006,6 +3006,8 @@ export default {
uni.showToast({ title: '请输入书名', icon: 'none' }) uni.showToast({ title: '请输入书名', icon: 'none' })
return return
} }
//
this.fetchNoIsbnBookData()
// PSI // PSI
this.searchNoIsbnBook(function(hasData) { this.searchNoIsbnBook(function(hasData) {
if (!hasData) { if (!hasData) {