This commit is contained in:
2022-10-15 14:46:43 +08:00
parent 31aebcb278
commit a39eae7339
2 changed files with 4 additions and 4 deletions

View File

@@ -2,8 +2,8 @@
"name" : "海亮铜箔",
"appid" : "__UNI__22404A1",
"description" : "海亮铜箔手持系统",
"versionName" : "1.0.0",
"versionCode" : "100",
"versionName" : "1.0.1",
"versionCode" : 101,
"transformPx" : false,
/* 5+App */
"app-plus" : {

View File

@@ -127,8 +127,8 @@
}
},
toCheck (e) {
this.pkId = this.pkId === point_code ? '' : e.point_code
this.pkObj = this.pkId === point_code ? e : {}
this.pkId = this.pkId === e.point_code ? '' : e.point_code
this.pkObj = this.pkId === e.point_code ? e : {}
}
}
}