From 77349acd21e802b143afa018a1a6eab92de191c3 Mon Sep 17 00:00:00 2001 From: JinxChen <2183691628@qq.com> Date: Mon, 17 Apr 2023 11:20:34 +0800 Subject: [PATCH] =?UTF-8?q?update=20-=20cardInfo=20=20=20=20=20-=20?= =?UTF-8?q?=E4=BC=98=E5=8C=96=20=E8=AF=9D=E8=B4=B9=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=EF=BC=8C=E8=B4=AD=E4=B9=B0=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 ++- src/config/models.js | 2 +- src/views/card-info/index.vue | 46 ++++++++----- src/views/package-buy/index.vue | 114 ++++++++++++++++++++------------ 4 files changed, 108 insertions(+), 64 deletions(-) diff --git a/README.md b/README.md index bdb64d7..5c845e0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ @@ -365,4 +365,10 @@ update `2023.4.15` update - packageHome - - 修改 判断imei函数顺序 \ No newline at end of file + - 修改 判断imei函数顺序 + +## v1.0.43 +`2023.4.17` +update +- cardInfo + - 优化 话费查询,购买功能 \ No newline at end of file diff --git a/src/config/models.js b/src/config/models.js index 80dc59c..91ee43e 100644 --- a/src/config/models.js +++ b/src/config/models.js @@ -5,7 +5,7 @@ * @FilePath: \TelpoH5FrontendWeb\src\config\models.js * @description: */ -export const VERSION_MODEL = '1.0.42F'; //版本号 +export const VERSION_MODEL = '1.0.43F'; //版本号 export const IMAGE_URL = { production: 'http://zfb.ssjlai.com/web/', test: 'http://zfb.ssjlai.com/web/', diff --git a/src/views/card-info/index.vue b/src/views/card-info/index.vue index e49a8ba..13c6508 100644 --- a/src/views/card-info/index.vue +++ b/src/views/card-info/index.vue @@ -1,12 +1,12 @@