Variable is undefined after async IIFE

后端 未结 0 1337
野的像风
野的像风 2020-12-19 12:07
  let groupedWishlistProducts;

  (async function () {
      groupedWishlistProducts = await fetchGroupedWishlistProducts();
          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题