-
-
Save Hawksbillcat/9809cab07b224af9d42b5b01ba87040e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public async compair_favorite() { | |
const radio_list=await this.add_list(); | |
const favrite_radio_list=await this.storage.get("love") | |
const confirm_playing=await this.playing_song(); | |
const sd=await this.love_song(this.test_three); | |
console.log(radio_list);//can not print | |
} | |
public async compair_favorite() { | |
const radio_list=await this.add_list(); | |
// const favrite_radio_list=await this.storage.get("love") | |
// const confirm_playing=await this.playing_song(); | |
// const sd=await this.love_song(this.test_three); | |
console.log(radio_list);//can be print | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment