|
@@ -116,7 +116,7 @@ export default defineComponent({
|
|
|
if (!browser().isApp) {
|
|
|
Dialog.alert({
|
|
|
title: '提示',
|
|
|
- message: '该专辑不可购买',
|
|
|
+ message: '该教程不可购买',
|
|
|
confirmButtonText: '确定',
|
|
|
confirmButtonColor: '#2dc7aa'
|
|
|
}).then(() => {
|
|
@@ -358,7 +358,7 @@ export default defineComponent({
|
|
|
}}
|
|
|
>
|
|
|
<ColResult
|
|
|
- tips="暂无专辑"
|
|
|
+ tips="暂无教程"
|
|
|
classImgSize="SMALL"
|
|
|
btnStatus={false}
|
|
|
/>
|
|
@@ -594,7 +594,7 @@ export default defineComponent({
|
|
|
) : (
|
|
|
!state.loading && (
|
|
|
<ColResult
|
|
|
- tips="暂无曲目" //暂无教程
|
|
|
+ tips="暂无教程"
|
|
|
classImgSize="SMALL"
|
|
|
btnStatus={false}
|
|
|
/>
|