uniapp编译成微信小程序后,v-for循环不生效(数据项小于等于2的时候生效,页面渲染;但是大于2的时候,不生效,循环体内的内容没有被渲染)。目前,有这个问题的机型是iPhone 13 pro max,其他的没有发现。 <view v-for="(item, index) in template" :key="index"> <view>zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz<...
'<view v-for="(item,key) in {x:0}" :key="key">{{item}}</view>', '<block wx:for="{{({x:0})}}" wx:for-item="item" wx:for-index="key" wx:key="key"><view>{{item}}</view></block>' ) assertCodegen( '<template v-for="(item, key) in { list1, list2 }"></...
-- 选中待上传的图片 --><viewclass="preImgs"v-for="(val,index) in preImgUrl":key='index'><imagestyle="border-radius: 6px;"mode="":src="val"@click="showImg(val,index)"></image><!-- 删除某张图片 --><viewv-show="isShowDelImgBtn"><imageclass="cuo"mode=""src="/static/delete...
<radio-group class="radio-group" bindchange="radioChange"> <radio value="{{key}}" checked="{{questionList[index].checked}}" /> <text class="margin-left-xs">{{value}}</text> </radio-group> 1. 2. 3. 4. 5. 6. .js // 选中选项事件 radioChange(e){ this.data.chooseValue[t...
<radio value="{{key}}" checked="{{questionList[index].checked}}" /> <text class="margin-left-xs">{{value}}</text> </radio-group> 1. 2. 3. 4. 5. 6. .js // 选中选项事件 radioChange(e){ this.data.chooseValue[this.data.index] = e.detail.value...