|
@@ -1,6 +1,6 @@
|
|
|
<!--pages/knowledge/knowledge.wxml-->
|
|
<!--pages/knowledge/knowledge.wxml-->
|
|
|
<view class="search">
|
|
<view class="search">
|
|
|
- <input placeholder-style='color:#C8C8C8;' placeholder="输入名称/关键字搜索"></input>
|
|
|
|
|
|
|
+ <input bindinput='search' placeholder-style='color:#C8C8C8;' placeholder="输入名称/关键字搜索"></input>
|
|
|
<image mode="widthFix" src="../images/search.png"></image>
|
|
<image mode="widthFix" src="../images/search.png"></image>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
@@ -25,7 +25,7 @@
|
|
|
<swiper circular="{{true}}" style="height:83vh;" bindchange='swchange' current='{{act}}' autoplay="{{false}}">
|
|
<swiper circular="{{true}}" style="height:83vh;" bindchange='swchange' current='{{act}}' autoplay="{{false}}">
|
|
|
<swiper-item>
|
|
<swiper-item>
|
|
|
<scroll-view scroll-y="true" scroll-into-view="{{scroll}}" class="content">
|
|
<scroll-view scroll-y="true" scroll-into-view="{{scroll}}" class="content">
|
|
|
- <navigator url="../journalDetail/journalDetail" class="list" wx:for='{{list}}' wx:key="journals{{index}}">
|
|
|
|
|
|
|
+ <navigator url="../actDetail/actDetail?id={{item.id}}" class="list" wx:for='{{list}}' wx:key="journals{{index}}">
|
|
|
<image src="{{item.img}}"></image>
|
|
<image src="{{item.img}}"></image>
|
|
|
<view>
|
|
<view>
|
|
|
<view class="title">{{item.name}}</view>
|
|
<view class="title">{{item.name}}</view>
|