diff --git a/README.md b/README.md index b8b7030..bdb64d7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ @@ -359,4 +359,10 @@ update `2023.4.14` update - packageList - - 增加 无法购买套餐时错误提示 \ No newline at end of file + - 增加 无法购买套餐时错误提示 + +## v1.0.42 +`2023.4.15` +update +- packageHome + - 修改 判断imei函数顺序 \ No newline at end of file diff --git a/src/config/models.js b/src/config/models.js index 551bb4c..80dc59c 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.41F'; //版本号 +export const VERSION_MODEL = '1.0.42F'; //版本号 export const IMAGE_URL = { production: 'http://zfb.ssjlai.com/web/', test: 'http://zfb.ssjlai.com/web/', diff --git a/src/views/package-home/index.vue b/src/views/package-home/index.vue index 6e23630..70d7c7b 100644 --- a/src/views/package-home/index.vue +++ b/src/views/package-home/index.vue @@ -1,7 +1,7 @@ @@ -28,8 +28,8 @@ export default { created() { /* this.getToken(); */ this.getAuth(); - this.checkImei(); this.getParams(); + this.checkImei(); }, methods: { checkImei() {