The picker selector is used in the WeChat applet. If the picker is written in a view, the picker style will be displayed in two lines.
<view class="pickergroup">
<picker bindchange="ChooseWolfNumber" value="{{wolfIndex}}" range="{{area_wolf}}">
Number of wolves: {{area_wolf[wolfIndex]}}
</picker>>
</view>
Why do multiple pickers affect each other? For example, if 3 is selected in the first selector, will the remaining selectors start from the 3rd one by default?
This problem will not occur when testing on a mobile phone.
Take a good look at your code. . . . More than one > is good. . .
As mentioned above, you will find the problem if you take a good look at the code style!