fix(specialArea): 类型转换
This commit is contained in:
parent
7d4f09cb9c
commit
499d8abec3
|
@ -121,7 +121,7 @@
|
||||||
v-if="
|
v-if="
|
||||||
item.useRatio &&
|
item.useRatio &&
|
||||||
item.inventory !== undefined &&
|
item.inventory !== undefined &&
|
||||||
specialArea === 14
|
specialArea == 14
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
<view class="inventory-progress-bar">
|
<view class="inventory-progress-bar">
|
||||||
|
|
Loading…
Reference in New Issue