拍照查词字典微信小程序源代码
应用介绍
这是一款可用于教育类的小程序,类似步步高词典、小猿搜题等,用户可以用来查字的词典解释。如果看到不怎道怎样查的字或词,还可以直接拍照搜索。


<view class="item" style="margin-bottom:5px" catchtap="Detail" id="{{detail.id}}"> <view class="info"> <!--<image class="avatar" src="{{item.member.avatar_mini}}"></image>--> <text class="searchword" style="margin-top:130px;">{{detail.zi}}</text> <text class="reply" style="color:grey">拼音:</text> <block wx:for="{{detail.pinyins}}" wx:key="*this"> <text class="reply" bindtap="morePyTap" id="{{item}}" style="border-bottom:1px dashed blue;;color:blue">{{item}}</text> </block> <text class="reply"><text style="color:grey;margin-left:10px">五笔:</text>{{detail.wubi}}</text> </view> <view class="info" style="margin-left:70px;margin-top:30rpx;"> <text style="color:grey;" class="reply">部首:</text> <text class="reply" id="{{detail.bushou}}" bindtap="morebushouTap" style="border-bottom:1px dashed blue;;color:blue">{{detail.bushou}}</text> <text class="reply"><text style="color:grey;margin-left:10px;">笔画:</text>{{detail.bihua}}</text> </view> <view class="info" style="margin-left:70px;margin-top:30rpx;"> <text style="color:grey;" class="reply">读音:</text> <text class="reply">{{detail.pinyin}}</text> </view> <!--<view class="titleBox"> <text class="title">{{item.wubi}}</text> </view>--> <!--<view class="node"> <text class="node">{{item.pinyin}}</text> </view>--> </view> <!--<scroll-view scroll-y="true" style="height: 100%;">--> <block wx:if="{{detail.jijie!=null && detail.jijie!=''}}"> <text style = "color:grey">简解:</text> <view style="margin-top:2px;margin-bottom:2px;margin-left:15rpx;line-height:1.3" wx:key="*this" wx:for="{{detail.jijie}}"> <text>{{item}}</text> </view> </block> <block wx:if="{{detail.xiangjie!=null && detail.xiangjie!=''}}"> <view style = "margin-bottom:8px;margin-top:8px;border-bottom: 1px solid #e2e2e2;"></view> <text style = "color:grey">详解:</text> <view style="margin-top:2px;margin-bottom:2px;margin-left:15rpx;line-height:1.3" wx:key="*this" wx:for="{{ detail.xiangjie }}"> {{item}} </view> </block>

©软件著作权归作者所有。本站所有内容均来源于网络,不得违法使用,仅供学习使用,请支持正版!
转载请注明出处: 662P » 拍照查词字典微信小程序源代码
发表评论 取消回复