This commit is contained in:
lxk0301
2020-12-11 16:12:35 +08:00
parent 4d5b036d70
commit 5b60437d6c
3 changed files with 3 additions and 3 deletions

View File

@@ -89,7 +89,7 @@ async function jdPlantBean() {
if ($.plantBeanIndexResult.code === '0') {
const shareUrl = $.plantBeanIndexResult.data.jwordShareInfo.shareUrl
$.myPlantUuid = getParam(shareUrl, 'plantUuid')
console.log(`\n【您的互助码plantUuid${$.myPlantUuid}\n`);
console.log(`\n【您的${$.name}互助码】 ${$.myPlantUuid}\n`);
roundList = $.plantBeanIndexResult.data.roundList;
currentRoundId = roundList[1].roundId;//本期的roundId
lastRoundId = roundList[0].roundId;//上期的roundId