@@ -64,8 +64,9 @@
"choose": "选集"
},
"empty": "暂无记录",
- "wallet":{
- "buySeries":"购买《{title}》",
- "buyEpisode":"购买第{num}集"
- }
+ "wallet": {
+ "buySeries": "购买《{title}》",
+ "buyEpisode": "购买第{num}集"
+ },
+ "wait": "敬請期待"
}
@@ -121,7 +121,7 @@ import { onIonViewWillEnter } from '@ionic/vue'
const buyPageRef = ref(null)
function buy() {
- toast('敬請期待')
+ toast(t('wait'))
// buyPageRef.value.changeShow(true)