|
|
@@ -60,17 +60,18 @@
|
|
|
<swiper circular="{{true}}" style="height:60vh;" bindchange='swchange' current='{{act}}' autoplay="{{false}}">
|
|
|
<swiper-item>
|
|
|
<scroll-view scroll-y="true" scroll-into-view="{{scroll}}" class="content">
|
|
|
-
|
|
|
- <view id="a" class="tt">A</view>
|
|
|
- <navigator class="list" wx:for='{{journals}}' wx:key="journals{{index}}">
|
|
|
- <image mode="widthFix" src="{{item.img}}"></image>
|
|
|
- <view>
|
|
|
- <view class="title">{{item.name}}</view>
|
|
|
- <text>微信号:{{item.wxcode}}</text>
|
|
|
- <text>主编:{{item.editor}}</text>
|
|
|
- <text class="">主办单位:{{item.publishingUnit}}</text>
|
|
|
- </view>
|
|
|
- </navigator>
|
|
|
+ <view wx:for='{{journals}}' wx:for='{{journals}}'>
|
|
|
+ <view id="{{item.name}}" class="tt">{{item.name}}</view>
|
|
|
+ <navigator url="../journalDetail/journalDetail" class="list" wx:for='{{item.journals}}' wx:key="journals{{index}}">
|
|
|
+ <image mode="widthFix" src="{{item.img}}"></image>
|
|
|
+ <view>
|
|
|
+ <view class="title">{{item.name}}</view>
|
|
|
+ <text>微信号:{{item.wxcode}}</text>
|
|
|
+ <text>主编:{{item.editor}}</text>
|
|
|
+ <text class="">主办单位:{{item.publishingUnit}}</text>
|
|
|
+ </view>
|
|
|
+ </navigator>
|
|
|
+ </view>
|
|
|
</scroll-view>
|
|
|
</swiper-item>
|
|
|
<swiper-item>
|
|
|
@@ -149,4 +150,4 @@
|
|
|
</swiper-item>
|
|
|
</swiper>
|
|
|
<!-- 当前选择字母提示框 -->
|
|
|
-<view class="hint_bok" hidden="{{hiddenn}}">{{nav_text}}</view>
|
|
|
+<view class="hint_bok" hidden="{{hiddenn}}">{{nav_text}}</view>
|