|
@@ -81,10 +81,10 @@
|
|
|
<view class="hot">
|
|
<view class="hot">
|
|
|
<!-- <view class="tab1">热门持仓</view>
|
|
<!-- <view class="tab1">热门持仓</view>
|
|
|
-->
|
|
-->
|
|
|
- <view class="hot_tab">
|
|
|
|
|
|
|
+ <!-- <view class="hot_tab">
|
|
|
<view bindtap="tabChange1" data-id='0' class="{{hot==0?'act1':''}}">今日热门 <text></text></view>
|
|
<view bindtap="tabChange1" data-id='0' class="{{hot==0?'act1':''}}">今日热门 <text></text></view>
|
|
|
<view bindtap="tabChange1" data-id='1' class="{{hot==1?'act1':''}}">我的自选 <text></text></view>
|
|
<view bindtap="tabChange1" data-id='1' class="{{hot==1?'act1':''}}">我的自选 <text></text></view>
|
|
|
- </view>
|
|
|
|
|
|
|
+ </view> -->
|
|
|
<scroll-view style="padding:0;" scroll-y='{{true}}' style="height:calc(100vh - 377rpx);">
|
|
<scroll-view style="padding:0;" scroll-y='{{true}}' style="height:calc(100vh - 377rpx);">
|
|
|
<view wx:if='{{hot==0}}'>
|
|
<view wx:if='{{hot==0}}'>
|
|
|
<navigator hover-class="none" url="../stock/stock?id={{item.id}}&date={{date}}" class="gp" wx:for='{{hotbuyList}}' wx:if='{{index<10}}'>
|
|
<navigator hover-class="none" url="../stock/stock?id={{item.id}}&date={{date}}" class="gp" wx:for='{{hotbuyList}}' wx:if='{{index<10}}'>
|