添加提示
This commit is contained in:
@@ -648,6 +648,10 @@
|
||||
|
||||
}).catch(e => {
|
||||
console.log(e, '获取目录数据报错')
|
||||
uni.showToast({
|
||||
title:"获取数据失败",
|
||||
icon:'error'
|
||||
})
|
||||
});
|
||||
|
||||
},
|
||||
@@ -889,6 +893,10 @@
|
||||
|
||||
}).catch(e => {
|
||||
console.log(e, '获取章节列表数据报错')
|
||||
uni.showToast({
|
||||
title:"获取数据失败",
|
||||
icon:'error'
|
||||
})
|
||||
});
|
||||
},
|
||||
// 跳转
|
||||
|
||||
Reference in New Issue
Block a user