示例#1
0
 .then((goods) => {
   let ids = goods.map((item) => {
     return item.id
   })
   if(getMiDouToken()){
     this.freshCollectionBtnState(ids)
   }
 })
示例#2
0
文件: Show.js 项目: yogjiao/midou
 .then((ids) => {
   if (getMiDouToken()) {
     this.freshCollectionBtnState(ids)
   }
 })