From 364c0f548d16f4cc3f50b53affaefb45dda93966 Mon Sep 17 00:00:00 2001 From: devil Date: Sun, 16 Aug 2020 12:13:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E9=97=AE=E7=AD=94?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sourcecode/alipay/pages/answer-list/answer-list.axml | 2 +- sourcecode/alipay/pages/user-answer-list/user-answer-list.axml | 2 +- sourcecode/baidu/pages/answer-list/answer-list.swan | 2 +- sourcecode/baidu/pages/user-answer-list/user-answer-list.swan | 2 +- sourcecode/qq/pages/answer-list/answer-list.qml | 2 +- sourcecode/qq/pages/user-answer-list/user-answer-list.qml | 2 +- sourcecode/toutiao/pages/answer-list/answer-list.ttml | 2 +- sourcecode/toutiao/pages/user-answer-list/user-answer-list.ttml | 2 +- sourcecode/weixin/pages/answer-list/answer-list.wxml | 2 +- sourcecode/weixin/pages/user-answer-list/user-answer-list.wxml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) 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}}