mirror of
https://github.com/shufflewzc/faker2.git
synced 2025-04-21 18:45:27 +00:00
continue to run if there is no "去浏览精彩会场" items
continue if there is no "去浏览精彩会场" items
This commit is contained in:
parent
af0f12be95
commit
d4c3a78dd0
@ -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']
|
||||
|
Loading…
x
Reference in New Issue
Block a user