diff --git a/README.md b/README.md index 9a325ee..485f3f5 100644 --- a/README.md +++ b/README.md @@ -393,4 +393,10 @@ update `2023.4.27` update - packageBuy - - 修改 加油包 下单接口 productId 参数,从原来 packagesId 变成 payTypeList[0].productId 即收单系统id \ No newline at end of file + - 修改 加油包 下单接口 productId 参数,从原来 packagesId 变成 payTypeList[0].productId 即收单系统id + +## v1.0.47 +`2023.4.28` +fix +- buyRecord + - 修复 购买记录时间格式转换异常导致数据显示不出来的问题 \ No newline at end of file diff --git a/src/config/models.js b/src/config/models.js index f246cff..0b05466 100644 --- a/src/config/models.js +++ b/src/config/models.js @@ -1,11 +1,11 @@ /* * @Date: 2021-11-20 10:26:39 * @LastEditors: JinxChen - * @LastEditTime: 2023-04-27 14:37:31 + * @LastEditTime: 2023-04-28 09:18:52 * @FilePath: \TelpoH5FrontendWeb\src\config\models.js * @description: */ -export const VERSION_MODEL = '1.0.46F'; //版本号 +export const VERSION_MODEL = '1.0.47F'; //版本号 export const IMAGE_URL = { production: 'http://zfb.ssjlai.com/web/', test: 'http://zfb.ssjlai.com/web/', diff --git a/src/views/buy-record/index.vue b/src/views/buy-record/index.vue index a44f111..61255f8 100644 --- a/src/views/buy-record/index.vue +++ b/src/views/buy-record/index.vue @@ -1,7 +1,7 @@ @@ -20,7 +20,7 @@

{{item.packageName}}

-
{{new Date(item.orderTime).Format("yyyy-MM-dd hh:mm")}}
+
{{item.orderTime}}
{{item.packagePrice}}
@@ -156,6 +156,7 @@ export default { } } .name { + text-align: left; margin-top: 20px; } .bottom {