|
@@ -98,7 +98,8 @@
|
|
|
<scroll-view scroll-y="true" style="background:#fff;">
|
|
|
<view class="picker_sub">
|
|
|
<picker value="{{sub_value}}" range-key='name' bindchange="subChange"
|
|
|
- range="{{sub_list}}">领域期刊:{{sub_list[sub_value].name}}</picker>
|
|
|
+ range="{{sub_list}}">{{sub_list[sub_value].name}}
|
|
|
+ <image class="zk" mode="widthFix" src="../images/zk.png"></image></picker>
|
|
|
</view>
|
|
|
<view class="tab_container">
|
|
|
<view class="tab_item" style="width:{{100/value.length}}%" wx:for="{{value}}"
|
|
@@ -110,12 +111,12 @@
|
|
|
<view class="date">
|
|
|
<view class="day" wx:if='{{select==0}}'>
|
|
|
<picker bindchange="bindDateChange" mode='date' end='{{yestoday}}'
|
|
|
- value="{{yestoday}}">{{yestoday}}</picker>
|
|
|
+ value="{{yestoday}}">{{yestoday}}<image class="zk" mode="widthFix" src="../images/zk.png"></image></picker>
|
|
|
</view>
|
|
|
- <view class="day" bindtap="open" wx:if='{{select==1}}'>{{week}}</view>
|
|
|
+ <view class="day" bindtap="open" wx:if='{{select==1}}'>{{week}}<image class="zk" mode="widthFix" src="../images/zk.png"></image></view>
|
|
|
<view class="day" wx:if='{{select==2}}'>
|
|
|
<picker bindchange="bindDateChange1" mode='date' start='2018-01-01' fields='month'
|
|
|
- value="{{month}}">{{month}}</picker>
|
|
|
+ value="{{month}}">{{month}}<image class="zk" mode="widthFix" src="../images/zk.png"></image></picker>
|
|
|
</view>
|
|
|
</view>
|
|
|
<scroll-view scroll-y="true" scroll-top='{{top_csi}}' bindscrolltolower='next_csi' style="height: calc(100vh - 660rpx);">
|