You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
406 B
Plaintext

2 years ago
<view style="padding:24px 11px;">
<view class="nnTags">
<view class="nnTag" wx:for="{{nickNameArray}}" wx:for-item="item" wx:for-index="idx">
{{item.nickname}}
</view>
</view>
</view>
<view class="bottomQR">
<view class="onlyBtn" style="margin-bottom:24px;">
<button type='primary' class="loginBtn" bindtap="goBack">返回</button>
</view>
</view>