|
@@ -272,7 +272,7 @@ export default {
|
|
|
if (this.docsInfo?.freeDownload === 0) {
|
|
|
// 未留资,去留资
|
|
|
try {
|
|
|
- this.$refs.collectRef.noCallApiFn('pc_Library_details_free', true)
|
|
|
+ this.$refs.collectRef.noCallApiFn('pc_library_details_free', true)
|
|
|
} catch (error) {
|
|
|
console.log(error)
|
|
|
}
|
|
@@ -597,6 +597,7 @@ export default {
|
|
|
confirmText: '我知道了'
|
|
|
}
|
|
|
this.buyed = 1
|
|
|
+ this.buyShow()
|
|
|
}
|
|
|
this.dialogInfo = params
|
|
|
}
|