continue to run if there is no "去浏览精彩会场" items

continue if there is no "去浏览精彩会场" items
This commit is contained in:
haohongwei 2022-03-07 12:25:57 +08:00 committed by GitHub
parent af0f12be95
commit d4c3a78dd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,6 +79,9 @@ async function main() {
continue
case '去浏览精彩会场': case '去关注特色频道' :
product_info_vos = task_vos['shopping_activity_vos']
if(!product_info_vos){
continue
}
break
case '去关注优质好店':
product_info_vos = task_vos['follow_shop_vo']