瀏覽代碼

修复 iccid获取错误的问题

feat
JinxChen 1 年之前
父節點
當前提交
764565b840
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      src/views/package-home/index.vue

+ 2
- 2
src/views/package-home/index.vue 查看文件

@@ -1,7 +1,7 @@
<!--
* @Date: 2023-02-24 14:18:25
* @LastEditors: JinxChen
* @LastEditTime: 2023-03-02 01:30:58
* @LastEditTime: 2023-03-03 17:05:44
* @FilePath: \TelpoH5FrontendWeb\src\views\package-home\index.vue
* @description:
-->
@@ -37,7 +37,7 @@ export default {
checkImei() {
let reqBody = {
imei: this.params.imei,
iccid: this.params.imei || ''
iccid: this.params.iccid || ''
};
APIWx.CheckImei(reqBody).then(res =>{
console.log("checkImei", res);


Loading…
取消
儲存