|
@@ -2,9 +2,10 @@
|
|
<image src="/static/phb.png" class="ranking" />
|
|
<image src="/static/phb.png" class="ranking" />
|
|
<image src="/static/yqgl.png" class="strategy" />
|
|
<image src="/static/yqgl.png" class="strategy" />
|
|
<view class="body">
|
|
<view class="body">
|
|
- <view class="pennant">
|
|
+ <view class="pennant" wx:for="{{list}}" wx:key="num" id="p{{item.num}}"
|
|
|
|
+ style="top:{{item.top}}rpx;left:{{item.left}}rpx">
|
|
<image src="/static/pennant.png" class='icon' />
|
|
<image src="/static/pennant.png" class='icon' />
|
|
- <view class="num">邀1人</view>
|
|
+ <view class="num">邀{{item.num}}人</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|