This commit is contained in:
唐明明
2022-08-05 10:48:52 +08:00
parent d95db14088
commit 09c8217309
13 changed files with 5481 additions and 4603 deletions

View File

@@ -179,7 +179,7 @@
}
for (var i in this.skus) {
if (this.skus[i].unit === str) {
if (this.skus[i].unit == str) {
this.selectSkusValues = this.skus[i];
break;
}