uniapp 使用 picker 的 range-key 不生效問題

暖暖De幸福發表於2024-03-18
<picker @change="bindPickerChange" :range-key="'ProductType'" mode="selector" :value="index" :range="productTypeArray">
	<view class="uni-input">{{productTypeArray[index].ProductType}}</view>
</picker>

range-key 裡面的值需要是變數,或者加上單引號。

相關文章