1 line
904 B
Plaintext
Raw Normal View History

2025-10-29 15:50:14 +08:00
<view class="content"><block wx:if="{{$root.g0>0}}"><view class="problem"><view class="problem_main"><block wx:for="{{list}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['show',[index]]]]]}}" class="li" bindtap="__e"><view class="left frex-start"><view class="zmLable">Q</view><view class="left_2 rightContent">{{item.name}}</view></view><view class="frex-start"><view class="zmLable">A</view><view class="rightContent"><look-more vue-id="{{'1ab86ba4-1-'+index}}" content="{{item.content}}" bind:__l="__l"></look-more></view></view></view></block></view></view></block><uni-load-more vue-id="1ab86ba4-2" status="{{loadmore}}" content-text="{{contentText}}" bind:__l="__l"></uni-load-more><block wx:if="{{$root.g1==0}}"><view class="zanwuimg"><image src="../../static/img/null.png" mode="widthFix"></image><view>暂无相关数据</view></view></block></view>