改个bug
This commit is contained in:
parent
db543cfee8
commit
255a93c3d4
@ -95,7 +95,7 @@
|
||||
<view class="item" wx:for="{{ info.tags }}" wx:key="index">{{ item }}</view>
|
||||
</view>
|
||||
|
||||
<view wx:if="{{ info.rankings && info.rankings.length != 0 }}" class="key-ranking block" bind:tap="goPage" data-url="/pages/projectList/projectList">
|
||||
<view wx:if="{{ info.rankings && info.rankings.length != 0 }}" class="key-ranking block">
|
||||
<image class="icon" src="https://app.gter.net/image/miniApp/offer/major-icon.png" mode="widthFix"></image>
|
||||
<view class="list">
|
||||
<view class="item flex1" wx:for="{{ info.rankings }}" wx:key="index" bind:tap="goProjectList" data-index="{{ index }}">
|
||||
|
Loading…
x
Reference in New Issue
Block a user