@@ -1,7 +1,7 @@ | |||||
<!-- | <!-- | ||||
* @Date: 2022-08-17 16:19:13 | * @Date: 2022-08-17 16:19:13 | ||||
* @LastEditors: JinxChen | * @LastEditors: JinxChen | ||||
* @LastEditTime: 2023-04-08 15:03:04 | |||||
* @LastEditTime: 2023-04-15 12:59:37 | |||||
* @FilePath: \TelpoH5FrontendWeb\README.md | * @FilePath: \TelpoH5FrontendWeb\README.md | ||||
* @description: 项目说明 | * @description: 项目说明 | ||||
--> | --> | ||||
@@ -359,4 +359,10 @@ update | |||||
`2023.4.14` | `2023.4.14` | ||||
update | update | ||||
- packageList | - packageList | ||||
- 增加 无法购买套餐时错误提示 | |||||
- 增加 无法购买套餐时错误提示 | |||||
## v1.0.42 | |||||
`2023.4.15` | |||||
update | |||||
- packageHome | |||||
- 修改 判断imei函数顺序 |
@@ -5,7 +5,7 @@ | |||||
* @FilePath: \TelpoH5FrontendWeb\src\config\models.js | * @FilePath: \TelpoH5FrontendWeb\src\config\models.js | ||||
* @description: | * @description: | ||||
*/ | */ | ||||
export const VERSION_MODEL = '1.0.41F'; //版本号 | |||||
export const VERSION_MODEL = '1.0.42F'; //版本号 | |||||
export const IMAGE_URL = { | export const IMAGE_URL = { | ||||
production: 'http://zfb.ssjlai.com/web/', | production: 'http://zfb.ssjlai.com/web/', | ||||
test: 'http://zfb.ssjlai.com/web/', | test: 'http://zfb.ssjlai.com/web/', | ||||
@@ -1,7 +1,7 @@ | |||||
<!-- | <!-- | ||||
* @Date: 2023-02-24 14:18:25 | * @Date: 2023-02-24 14:18:25 | ||||
* @LastEditors: JinxChen | * @LastEditors: JinxChen | ||||
* @LastEditTime: 2023-04-08 16:53:10 | |||||
* @LastEditTime: 2023-04-15 12:57:35 | |||||
* @FilePath: \TelpoH5FrontendWeb\src\views\package-home\index.vue | * @FilePath: \TelpoH5FrontendWeb\src\views\package-home\index.vue | ||||
* @description: | * @description: | ||||
--> | --> | ||||
@@ -28,8 +28,8 @@ export default { | |||||
created() { | created() { | ||||
/* this.getToken(); */ | /* this.getToken(); */ | ||||
this.getAuth(); | this.getAuth(); | ||||
this.checkImei(); | |||||
this.getParams(); | this.getParams(); | ||||
this.checkImei(); | |||||
}, | }, | ||||
methods: { | methods: { | ||||
checkImei() { | checkImei() { | ||||