From e3fae3c06c86b10e1c73884be8f9daa2d112ec54 Mon Sep 17 00:00:00 2001 From: star Date: Mon, 31 May 2021 20:20:36 +0800 Subject: [PATCH] update --- jd_party_night.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jd_party_night.js b/jd_party_night.js index b00cf6ca..fa36ac33 100644 --- a/jd_party_night.js +++ b/jd_party_night.js @@ -189,7 +189,7 @@ function dealReturn(type, data) { }else if(result.type === 2){ console.log(`获得优惠券:`); }else if(result.type === 3){ - console.log(`获得京东:${result.beanCount}`); + console.log(`获得京豆:${result.beanCount}`); }else{ console.log(JSON.stringify(data)); }