你们可以告诉我如何从其他服务中检索日期......
我有组件文件夹...里面的组件文件夹里有另一个名为accoun的文件夹...在体育文件夹里面有两个不同的文件夹信息和快照文件夹....每个文件夹都包含单独的文件
在一个服务电话中我在这个位置得到答案,需要在另一个档案中显示这个答案
```的JavaScript
const {answers} = this.props; console.log(“this.props === sports-snapshot-presenter ----->”+ JSON.stringify(this.props));
你的总回报
{
answers.essay.error || answers.essay.light === undefined ||
answers.essay.light === null || answers.essay.light.length === 0?空值 :
(As of ${moment(answers.essay.light, SportsPICTURE.INPUT_PEN_FORMAT)
.format(SportsPICTURE.OUTPUT_PEN_FORMAT)})
}
${this.addSignForNumeral(answers.inception.percentage)}%
}
}
``` 下面的要点中的整个代码 https://gist.github.com/texirv/7bf04112db4e75e5252168cc86eeacc2