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" : "海亮铜箔", "name" : "海亮铜箔",
"appid" : "__UNI__22404A1", "appid" : "__UNI__22404A1",
"description" : "海亮铜箔手持系统", "description" : "海亮铜箔手持系统",
"versionName" : "1.0.0", "versionName" : "1.0.1",
"versionCode" : "100", "versionCode" : 101,
"transformPx" : false, "transformPx" : false,
/* 5+App */ /* 5+App */
"app-plus" : { "app-plus" : {

View File

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