()
| 75 | }) |
| 76 | |
| 77 | async function jdUnsubscribe() { |
| 78 | await Promise.all([ |
| 79 | goodsMain(), |
| 80 | shopMain() |
| 81 | ]) |
| 82 | //再次获取还有多少已关注的店铺与商品 |
| 83 | await Promise.all([ |
| 84 | getFollowGoods(), |
| 85 | getFollowShops() |
| 86 | ]) |
| 87 | } |
| 88 | |
| 89 | function showMsg() { |
| 90 | if (!jdNotify || jdNotify === 'false') { |
no test coverage detected