You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
93 lines
3.1 KiB
93 lines
3.1 KiB
<view class="bg_1">
|
|
<view class="top">
|
|
<view class="topsearch">
|
|
<view class="frame">
|
|
<input
|
|
type="text" confirm-type="search" bindconfirm="onConfirm" placeholder="请搜索"
|
|
value="{{value}}"
|
|
bindinput="search"></input>
|
|
</view>
|
|
<icon color="#040608" type="clear" size="20" bind:tap="onToggle" />
|
|
<text bindtap="getnotes">搜索</text>
|
|
</view>
|
|
</view>
|
|
<!-- <text class="txt111">我的笔记:</text> -->
|
|
<view class="first_tab"
|
|
wx:for="{{list}}"
|
|
wx:key="_id">
|
|
<!-- <navigator class="goods_item"> -->
|
|
<!-- 左侧头像 -->
|
|
<view class="goods_img_wrap" >
|
|
<image wx:if="{{item.type==1}}"class="img_6" mode="widthFix" src="../../images/wenjian0.png"/>
|
|
<image wx:if="{{item.type==2}}"class="img_6" mode="widthFix" src="../../images/wenjian1.png"/>
|
|
</view>
|
|
|
|
<!-- 右侧笔记 -->
|
|
<view class="goods_info_wrap"
|
|
><view bindtap="note"
|
|
data-id="{{item._id}}"
|
|
data-type="{{item.type}}">
|
|
<view class="biaoti_1"> {{item.title}}</view>
|
|
<!-- <view class="neirong_1">
|
|
<rich-text nodes="{{item.text}}">
|
|
</rich-text>
|
|
</view> -->
|
|
<text class="shijian_1">{{item.create_time}}</text>
|
|
</view>
|
|
|
|
<!-- </navigator> -->
|
|
</view>
|
|
<button class="btn_sc" hover-class bindtap="shanchuFs" data-itemid="{{item._id}}" style="width: 70rpx;">
|
|
<image class="image_1" src="../../images/laji.png" ></image>
|
|
|
|
</button>
|
|
</view>
|
|
<!-- <view class="view_content">
|
|
<view class="navigator_content"
|
|
wx:for="{{list}}"
|
|
wx:key="_id"
|
|
|
|
>
|
|
<view class="view_item" bindtap="note"
|
|
data-id="{{item._id}}"
|
|
data-type="{{item.type}}">
|
|
{{item.title}}
|
|
<rich-text nodes="{{item.content}}">
|
|
</rich-text>
|
|
{{item.create_time}}
|
|
</view>
|
|
<button bindtap="shanchuFs" data-itemid="{{item._id}}">删除</button>
|
|
</view>
|
|
</view> -->
|
|
|
|
|
|
|
|
<button
|
|
catchtap='clickPup' class="btn_22"
|
|
style="position: relative; left: 298rpx; top: 856rpx; width: 155rpx; height: 148rpx; display: block; box-sizing: border-box" plain="true">
|
|
<image class="image_22" src="../../images/jiahao1.png" style="width: 134rpx; height: 129rpx; display: block; box-sizing: border-box; left: 610rpx; top: 940rpx"></image>
|
|
</button>
|
|
|
|
<!-- 底部弹窗动画的内容 -->
|
|
<view class='pupContent {{click? "showContent": "hideContent"}} {{option? "open": "close"}}' hover-stop-propagation='true'>
|
|
<view class="view_title">
|
|
<navigator url="../xiebiji/xiebiji" class="navigator_title">
|
|
<image class="xiebj_1" src="../../images/xiebiji.png"></image>
|
|
<text class="txt_66">写笔记</text>
|
|
</navigator>
|
|
<navigator url="../paibiji/paibiji" class="navigator_title">
|
|
<image class="paibj_1" src="../../images/paibiji.png"></image>
|
|
<text class="txt_64">拍笔记</text>
|
|
</navigator>
|
|
<navigator url="../dubiji/dubiji" class="navigator_title">
|
|
<image class="dubj_1" src="../../images/yuying.png"></image>
|
|
<text class="txt_65">读笔记</text>
|
|
</navigator>
|
|
</view>
|
|
</view>
|
|
<!-- 固定的背景 -->
|
|
<view class='pupContentBG {{click?"showBG":"hideBG"}} {{option?"openBG":"closeBG"}}' catchtap='clickPup'>
|
|
</view>
|
|
</view>
|
|
|