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 @@