Skip to content

Instantly share code, notes, and snippets.

@Hawksbillcat
Last active February 22, 2019 10:19
Show Gist options
  • Save Hawksbillcat/9809cab07b224af9d42b5b01ba87040e to your computer and use it in GitHub Desktop.
Save Hawksbillcat/9809cab07b224af9d42b5b01ba87040e to your computer and use it in GitHub Desktop.
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