@@ -1,7 +1,7 @@ | |||
<!-- | |||
* @Date: 2022-08-17 16:19:13 | |||
* @LastEditors: JinxChen | |||
* @LastEditTime: 2023-04-14 10:48:31 | |||
* @LastEditTime: 2023-04-15 12:59:37 | |||
* @FilePath: \TelpoH5FrontendWeb\README.md | |||
* @description: 项目说明 | |||
--> | |||
@@ -360,3 +360,9 @@ update | |||
update | |||
- packageList | |||
- 增加 无法购买套餐时错误提示 | |||
## v1.0.42 | |||
`2023.4.15` | |||
update | |||
- packageHome | |||
- 修改 判断imei函数顺序 |
@@ -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/', | |||
@@ -1,7 +1,7 @@ | |||
<!-- | |||
* @Date: 2023-02-24 14:18:25 | |||
* @LastEditors: JinxChen | |||
* @LastEditTime: 2023-04-08 16:53:10 | |||
* @LastEditTime: 2023-04-15 12:57:35 | |||
* @FilePath: \TelpoH5FrontendWeb\src\views\package-home\index.vue | |||
* @description: | |||
--> | |||
@@ -28,8 +28,8 @@ export default { | |||
created() { | |||
/* this.getToken(); */ | |||
this.getAuth(); | |||
this.checkImei(); | |||
this.getParams(); | |||
this.checkImei(); | |||
}, | |||
methods: { | |||
checkImei() { | |||