diff --git a/sourcecode/alipay/pages/answer-list/answer-list.axml b/sourcecode/alipay/pages/answer-list/answer-list.axml index 1480f71ca..e2d934187 100755 --- a/sourcecode/alipay/pages/answer-list/answer-list.axml +++ b/sourcecode/alipay/pages/answer-list/answer-list.axml @@ -5,7 +5,7 @@ {{item.content}} - {{item.add_time}} + {{item.add_time_time}} diff --git a/sourcecode/alipay/pages/user-answer-list/user-answer-list.axml b/sourcecode/alipay/pages/user-answer-list/user-answer-list.axml index 9f74b4eb8..c6cf90bef 100755 --- a/sourcecode/alipay/pages/user-answer-list/user-answer-list.axml +++ b/sourcecode/alipay/pages/user-answer-list/user-answer-list.axml @@ -2,7 +2,7 @@ {{item.name}} - {{item.add_time}} + {{item.add_time_time}} {{item.content}} diff --git a/sourcecode/baidu/pages/answer-list/answer-list.swan b/sourcecode/baidu/pages/answer-list/answer-list.swan index 788b09ef7..6e3894a1f 100755 --- a/sourcecode/baidu/pages/answer-list/answer-list.swan +++ b/sourcecode/baidu/pages/answer-list/answer-list.swan @@ -5,7 +5,7 @@ {{item.content}} - {{item.add_time}} + {{item.add_time_time}} diff --git a/sourcecode/baidu/pages/user-answer-list/user-answer-list.swan b/sourcecode/baidu/pages/user-answer-list/user-answer-list.swan index 51ef2eda1..fb4df4b06 100755 --- a/sourcecode/baidu/pages/user-answer-list/user-answer-list.swan +++ b/sourcecode/baidu/pages/user-answer-list/user-answer-list.swan @@ -2,7 +2,7 @@ {{item.name}} - {{item.add_time}} + {{item.add_time_time}} {{item.content}} diff --git a/sourcecode/qq/pages/answer-list/answer-list.qml b/sourcecode/qq/pages/answer-list/answer-list.qml index 4c821a66f..5d3e91963 100755 --- a/sourcecode/qq/pages/answer-list/answer-list.qml +++ b/sourcecode/qq/pages/answer-list/answer-list.qml @@ -5,7 +5,7 @@ {{item.content}} - {{item.add_time}} + {{item.add_time_time}} diff --git a/sourcecode/qq/pages/user-answer-list/user-answer-list.qml b/sourcecode/qq/pages/user-answer-list/user-answer-list.qml index 998025138..a2d2a4ba0 100755 --- a/sourcecode/qq/pages/user-answer-list/user-answer-list.qml +++ b/sourcecode/qq/pages/user-answer-list/user-answer-list.qml @@ -2,7 +2,7 @@ {{item.name}} - {{item.add_time}} + {{item.add_time_time}} {{item.content}} diff --git a/sourcecode/toutiao/pages/answer-list/answer-list.ttml b/sourcecode/toutiao/pages/answer-list/answer-list.ttml index 438e670dd..41e70460f 100755 --- a/sourcecode/toutiao/pages/answer-list/answer-list.ttml +++ b/sourcecode/toutiao/pages/answer-list/answer-list.ttml @@ -5,7 +5,7 @@ {{item.content}} - {{item.add_time}} + {{item.add_time_time}} diff --git a/sourcecode/toutiao/pages/user-answer-list/user-answer-list.ttml b/sourcecode/toutiao/pages/user-answer-list/user-answer-list.ttml index 99d4037e5..2639d78d5 100755 --- a/sourcecode/toutiao/pages/user-answer-list/user-answer-list.ttml +++ b/sourcecode/toutiao/pages/user-answer-list/user-answer-list.ttml @@ -2,7 +2,7 @@ {{item.name}} - {{item.add_time}} + {{item.add_time_time}} {{item.content}} diff --git a/sourcecode/weixin/pages/answer-list/answer-list.wxml b/sourcecode/weixin/pages/answer-list/answer-list.wxml index c7857be32..da749552c 100755 --- a/sourcecode/weixin/pages/answer-list/answer-list.wxml +++ b/sourcecode/weixin/pages/answer-list/answer-list.wxml @@ -5,7 +5,7 @@ {{item.content}} - {{item.add_time}} + {{item.add_time_time}} diff --git a/sourcecode/weixin/pages/user-answer-list/user-answer-list.wxml b/sourcecode/weixin/pages/user-answer-list/user-answer-list.wxml index 19d143148..218f71ffa 100755 --- a/sourcecode/weixin/pages/user-answer-list/user-answer-list.wxml +++ b/sourcecode/weixin/pages/user-answer-list/user-answer-list.wxml @@ -2,7 +2,7 @@ {{item.name}} - {{item.add_time}} + {{item.add_time_time}} {{item.content}}