Diff
checker
टेक्स्ट
टेक्स्ट
छवियां
दस्तावेज़
Excel
फ़ोल्डर्स
Legal
Enterprise
डेस्कटॉप
मूल्य
साइन इन करें
Diffchecker डेस्कटॉप डाउनलोड करें
टेक्स्ट की तुलना करें
दो टेक्स्ट फ़ाइलों के बीच अंतर ढूंढें
उपकरण
इतिहास
रियल-टाइम एडिटर
अपरिवर्तित संक्षिप्त करें
लाइन रैप बंद
लेआउट
विभाजित
संयुक्त
परिवर्तन हाइलाइट करें
स्मार्ट
शब्द
अक्षर
सिंटैक्स हाइलाइटिंग
सिंटैक्स चुनें
अनदेखा करें
टेक्स्ट बदलें
पहले अंतर पर जाएँ
इनपुट संपादित करें
Diffchecker Desktop
Diffchecker चलाने का सबसे सुरक्षित तरीका। Diffchecker Desktop ऐप पाएं: आपके diffs कभी आपके कंप्यूटर से बाहर नहीं जाते!
Desktop पाएं
Untitled diff
बनाया गया
8 वर्ष पहले
Diff कभी समाप्त नहीं होता
साफ़
निर्यात करें
शेयर करें
समझाएं
1 हटाया गया
लाइनें
कुल
हटाया गया
अक्षर
कुल
हटाया गया
इस सुविधा का उपयोग जारी रखने के लिए, अपग्रेड करें
Diff
checker
Pro
मूल्य देखें
214 लाइनें
सभी को कॉपी करें
4 जोड़े गए
लाइनें
कुल
जोड़ा गया
अक्षर
कुल
जोड़ा गया
इस सुविधा का उपयोग जारी रखने के लिए, अपग्रेड करें
Diff
checker
Pro
मूल्य देखें
215 लाइनें
सभी को कॉपी करें
कॉपी
कॉपी हुआ
कॉपी
कॉपी हुआ
<!
--detail
.wxml-->
<!
childComment
.wxml-->
<import src="../../wxParse/wxParse.wxml"/>
<import src="../../wxParse/wxParse.wxml"/>
<view class="detail-main" hidden ="{{!hidden}}">
<view class="detail-main" hidden ="{{!hidden}}">
कॉपी
कॉपी हुआ
कॉपी
कॉपी हुआ
<text class='view-full-content' bindtap='viewFullContent'>Click to view full content</text>
<view class="detail-post">
<view class="detail-post">
<view class="detail-post-header">
<view class="detail-post-header">
<view class="detail-post-title">{{ detail.title }}</view>
<view class="detail-post-title">{{ detail.title }}</view>
</view>
</view>
<view class="detail-post-meta">
<view class="detail-post-meta">
<view class="detail-post-avatar">
<view class="detail-post-avatar">
<image class="detail-post-avatar-img" mode="scaleToFill" src="{{ detail.avatar }}"></image>
<image class="detail-post-avatar-img" mode="scaleToFill" src="{{ detail.avatar }}"></image>
</view>
</view>
<view class="detail-post-info">
<view class="detail-post-info">
<view class="detail-post-author-name">
<view class="detail-post-author-name">
{{ detail.author }}<text class="detail-post-reputation">({{ detail.reputation }})</text>
{{ detail.author }}<text class="detail-post-reputation">({{ detail.reputation }})</text>
</view>
</view>
<view class="detail-post-time">在 {{detail.category}} •{{ detail.time }}</view>
<view class="detail-post-time">在 {{detail.category}} •{{ detail.time }}</view>
</view>
</view>
</view>
</view>
<view class="detail-post-content">
<view class="detail-post-content">
<template is="wxParse" data="{{wxParseData:content.nodes}}"/>
<template is="wxParse" data="{{wxParseData:content.nodes}}"/>
<view class="tags">
<view class="tags">
<view wx:for="{{tags}}" wx:for-item="tag" wx:key="tag">
<view wx:for="{{tags}}" wx:for-item="tag" wx:key="tag">
<view class="tag">
<view class="tag">
<text decode="true" class="tag-text"> {{tag}} </text>
<text decode="true" class="tag-text"> {{tag}} </text>
</view>
</view>
</view>
</view>
</view>
</view>
<view class= "foot-data">
<view class= "foot-data">
<view class="post-like">
<view class="post-like">
<!-- <icon type="success_circle" size="18"/> -->
<!-- <icon type="success_circle" size="18"/> -->
<image mode="aspectFill" class="icon" src="../../images/icon/good.png"></image>
<image mode="aspectFill" class="icon" src="../../images/icon/good.png"></image>
<!-- <icon type="success" size="18"/> -->
<!-- <icon type="success" size="18"/> -->
<text class="post-like-font" bindtap="showPayout" data-statu="open" data-detail="{{detail}}"> {{detail.pending_payout_value}}</text>
<text class="post-like-font" bindtap="showPayout" data-statu="open" data-detail="{{detail}}"> {{detail.pending_payout_value}}</text>
</view>
</view>
<view class="like-num">
<view class="like-num">
<image mode="aspectFill" class="icon" src="../../images/icon/selected.png"></image>
<image mode="aspectFill" class="icon" src="../../images/icon/selected.png"></image>
<text class="like-num-font" bindtap="showVoters" data-statu="open" data-detail="{{detail}}">{{detail.like_num}}</text>
<text class="like-num-font" bindtap="showVoters" data-statu="open" data-detail="{{detail}}">{{detail.like_num}}</text>
</view>
</view>
<view class="comment-num">
<view class="comment-num">
<image mode="aspectFill" bindtap='showCommentBox' data-statu="open" data-detail="{{detail}}" class="icon" src="../../images/icon/comments.png"></image>
<image mode="aspectFill" bindtap='showCommentBox' data-statu="open" data-detail="{{detail}}" class="icon" src="../../images/icon/comments.png"></image>
<text class="comment-num-font">{{detail.comment_num}}</text>
<text class="comment-num-font">{{detail.comment_num}}</text>
</view>
</view>
<view class="share">
<view class="share">
<button class="share-button" open-type='share'>
<button class="share-button" open-type='share'>
<image mode="aspectFill" class="share-icon" src="../../images/icon/share.png"></image>
<image mode="aspectFill" class="share-icon" src="../../images/icon/share.png"></image>
</button>
</button>
</view>
</view>
</view>
</view>
</view>
</view>
<view class="detail-post-comment">
<view class="detail-post-comment">
<view class="comment_title">
<view class="comment_title">
<view class="detail-post-comment-title">评论</view>
<view class="detail-post-comment-title">评论</view>
<button class= "comment-button" type="default" size="mini" bindtap='showComment' data-type="up" disabled="{{commentShowState}}">{{showState}}</button>
<button class= "comment-button" type="default" size="mini" bindtap='showComment' data-type="up" disabled="{{commentShowState}}">{{showState}}</button>
</view>
</view>
<view class="detail-post-comment-list" wx:for="{{ comments }}" wx:for-index="idx" wx:for-item="comment">
<view class="detail-post-comment-list" wx:for="{{ comments }}" wx:for-index="idx" wx:for-item="comment">
<view class="detail-post-comment-avatar">
<view class="detail-post-comment-avatar">
<image class="detail-post-comment-avatar-img" mode="scaleToFill" src="{{ comment.avatar }}"></image>
<image class="detail-post-comment-avatar-img" mode="scaleToFill" src="{{ comment.avatar }}"></image>
</view>
</view>
<view class="detail-post-comment-info">
<view class="detail-post-comment-info">
<view class="detail-post-comment-author-name">{{ comment.author }}<text class="detail-post-comment-reputation">({{ comment.reputation }})</text>
<view class="detail-post-comment-author-name">{{ comment.author }}<text class="detail-post-comment-reputation">({{ comment.reputation }})</text>
</view>
</view>
</view>
</view>
<view class="detail-post-comment-time"> 发表于{{comment.time }}</view>
<view class="detail-post-comment-time"> 发表于{{comment.time }}</view>
<block wx:for="{{ replyTemArray }}" wx:for-index="jdx" wx:for-item="j">
<block wx:for="{{ replyTemArray }}" wx:for-index="jdx" wx:for-item="j">
<block wx:if="{{j.length>0}}">
<block wx:if="{{j.length>0}}">
<block wx:if="{{idx == jdx}}" class="detail-comment-content">
<block wx:if="{{idx == jdx}}" class="detail-comment-content">
<view class="detail-post-comment-item">
<view class="detail-post-comment-item">
<template is="wxParse" data="{{wxParseData:j}}"/>
<template is="wxParse" data="{{wxParseData:j}}"/>
<view class= "comment-foot-data">
<view class= "comment-foot-data">
<view class="comment-post-like">
<view class="comment-post-like">
<!-- <icon type="success_circle" size="18"/> -->
<!-- <icon type="success_circle" size="18"/> -->
<image mode="aspectFill" class="icon" src="../../images/icon/good.png"></image>
<image mode="aspectFill" class="icon" src="../../images/icon/good.png"></image>
<!-- <icon type="success" size="18"/> -->
<!-- <icon type="success" size="18"/> -->
<text class="comment-post-like-font"> {{comment.pending_payout_value}}</text>
<text class="comment-post-like-font"> {{comment.pending_payout_value}}</text>
</view>
</view>
<view class="comment-like-num">
<view class="comment-like-num">
<image mode="aspectFill" class="icon" src="../../images/icon/selected.png"></image>
<image mode="aspectFill" class="icon" src="../../images/icon/selected.png"></image>
<text class="comment-like-num-font">{{comment.like_num}}</text>
<text class="comment-like-num-font">{{comment.like_num}}</text>
</view>
</view>
<view class="comment-comment-num" data-idx="{{idx}}" data-originidx="{{idx}}" data-item="{{comment}}" bindtap='loadChildComment'>
<view class="comment-comment-num" data-idx="{{idx}}" data-originidx="{{idx}}" data-item="{{comment}}" bindtap='loadChildComment'>
कॉपी
कॉपी हुआ
कॉपी
कॉपी हुआ
<image mode="aspectFill
" class="icon" src="../../images/icon/comments.png"></image>
<image mode="aspectFill
" bindtap='showCommentBox' data-statu="open" data-detail="{{comment}}
" class="icon" src="../../images/icon/comments.png"></image>
<text class="comment-comment-num-font">{{comment.comment_num}}</text>
<text class="comment-comment-num-font">{{comment.comment_num}}</text>
</view>
</view>
</view>
</view>
<view class="childComments ">
<view class="childComments ">
<!-- <view class="child-comments-title">Comments</view> -->
<!-- <view class="child-comments-title">Comments</view> -->
<!-- <block wx:if="{{comment.child}}"> -->
<!-- <block wx:if="{{comment.child}}"> -->
<block wx:for="{{comment.children}}" wx:for-index="child" wx:for-item="childComment">
<block wx:for="{{comment.children}}" wx:for-index="child" wx:for-item="childComment">
<!-- <block wx:if="{{childComment.length>0}}"> -->
<!-- <block wx:if="{{childComment.length>0}}"> -->
<view class="childComment depth-{{childComment.depth}}">
<view class="childComment depth-{{childComment.depth}}">
<view class="dot-child-com">
<view class="dot-child-com">
<view wx:for="{{childComment.depth-1}}">
<view wx:for="{{childComment.depth-1}}">
<view class ="dot"></view>
<view class ="dot"></view>
</view>
</view>
<view class="detail-child-comment-avatar">
<view class="detail-child-comment-avatar">
<image class="detail-child-comment-avatar-img" mode="scaleToFill" src="{{ childComment.avatar }}"></image>
<image class="detail-child-comment-avatar-img" mode="scaleToFill" src="{{ childComment.avatar }}"></image>
</view>
</view>
<view class="child-com-author-info">
<view class="child-com-author-info">
<view class="detail-child-comment-info">
<view class="detail-child-comment-info">
<view class="detail-child-comment-author-name">{{ childComment.author }}<text class="detail-child-comment-reputation">({{ childComment.reputation }})</text>
<view class="detail-child-comment-author-name">{{ childComment.author }}<text class="detail-child-comment-reputation">({{ childComment.reputation }})</text>
</view>
</view>
</view>
</view>
<view class="detail-child-comment-time"> 发表于{{childComment.time }}</view>
<view class="detail-child-comment-time"> 发表于{{childComment.time }}</view>
</view>
</view>
</view>
</view>
<!-- <view class="child-cmoment-body">{{childComment.body}}</view> -->
<!-- <view class="child-cmoment-body">{{childComment.body}}</view> -->
<view class="detail-child-comment-item">
<view class="detail-child-comment-item">
<!-- <template is="wxParse" data="{{ChildReplyArray:child}}"/> -->
<!-- <template is="wxParse" data="{{ChildReplyArray:child}}"/> -->
<text> {{childComment.body}}</text>
<text> {{childComment.body}}</text>
<view class= "comment-foot-data">
<view class= "comment-foot-data">
<view class="comment-post-like">
<view class="comment-post-like">
<!-- <icon type="success_circle" size="18"/> -->
<!-- <icon type="success_circle" size="18"/> -->
<image mode="aspectFill" class="icon" src="../../images/icon/good.png"></image>
<image mode="aspectFill" class="icon" src="../../images/icon/good.png"></image>
<!-- <icon type="success" size="18"/> -->
<!-- <icon type="success" size="18"/> -->
<text class="comment-post-like-font"> {{childComment.pending_payout_value}}</text>
<text class="comment-post-like-font"> {{childComment.pending_payout_value}}</text>
</view>
</view>
<view class="comment-like-num">
<view class="comment-like-num">
<image mode="aspectFill" class="icon" src="../../images/icon/selected.png"></image>
<image mode="aspectFill" class="icon" src="../../images/icon/selected.png"></image>
<text class="comment-like-num-font">{{childComment.like_num}}</text>
<text class="comment-like-num-font">{{childComment.like_num}}</text>
</view>
</view>
<view class="comment-comment-num" data-idx="{{child}}" data-originidx="{{idx}}" data-item="{{childComment}}" bindtap='loadChildComment'>
<view class="comment-comment-num" data-idx="{{child}}" data-originidx="{{idx}}" data-item="{{childComment}}" bindtap='loadChildComment'>
कॉपी
कॉपी हुआ
कॉपी
कॉपी हुआ
<image mode="aspectFill
" class="icon" src="../../images/icon/comments.png"></image>
<image mode="aspectFill
" bindtap='showCommentBox' data-statu="open" data-detail="{{childComment}}
" class="icon" src="../../images/icon/comments.png"></image>
<text class="comment-comment-num-font">{{childComment.comment_num}}</text>
<text class="comment-comment-num-font">{{childComment.comment_num}}</text>
</view>
</view>
</view>
</view>
</view>
</view>
</view>
</view>
<!-- </block> -->
<!-- </block> -->
</block>
</block>
<!-- </block> -->
<!-- </block> -->
</view>
</view>
</view>
</view>
</block>
</block>
</block>
</block>
</block>
</block>
</view>
</view>
</view>
</view>
</view>
</view>
<!--mask-->
<!--mask-->
<view class="drawer_screen" bindtap="showPayout" data-statu="close" wx:if="{{showModalStatus}}"></view>
<view class="drawer_screen" bindtap="showPayout" data-statu="close" wx:if="{{showModalStatus}}"></view>
<!--content-->
<!--content-->
<!--Use the animation attribute to specify the animation that needs to be executed.-->
<!--Use the animation attribute to specify the animation that needs to be executed.-->
<view animation="{{animationData}}" class="drawer_box" wx:if="{{showModalStatus}}">
<view animation="{{animationData}}" class="drawer_box" wx:if="{{showModalStatus}}">
<!--drawer content-->
<!--drawer content-->
<view class="drawer_title">Total payout</view>
<view class="drawer_title">Total payout</view>
<view class="drawer_content">
<view class="drawer_content">
<view class="top grid">
<view class="top grid">
<text class="payout-type">Potential Payout</text>
<text class="payout-type">Potential Payout</text>
<text class="payout-text">{{PotentialPayout}}</text>
<text class="payout-text">{{PotentialPayout}}</text>
</view>
</view>
<view class="top grid">
<view class="top grid">
<text class="payout-type">Promoted</text>
<text class="payout-type">Promoted</text>
<text class="payout-text">{{PromotedPayout}}</text>
<text class="payout-text">{{PromotedPayout}}</text>
</view>
</view>
<view class="top grid">
<view class="top grid">
<text class="payout-type">Author Payout</text>
<text class="payout-type">Author Payout</text>
<text class="payout-text">{{AuthorPayout}}</text>
<text class="payout-text">{{AuthorPayout}}</text>
</view>
</view>
<view class="top grid">
<view class="top grid">
<text class="payout-type">Curation Payout</text>
<text class="payout-type">Curation Payout</text>
<text class="payout-text">{{CurationPayout}}</text>
<text class="payout-text">{{CurationPayout}}</text>
</view>
</view>
<view class="top bottom grid">
<view class="top bottom grid">
<text class="payout-type">Payout</text>
<text class="payout-type">Payout</text>
<text class="payout-text">{{Payout}}</text>
<text class="payout-text">{{Payout}}</text>
</view>
</view>
</view>
</view>
<view class="btn_ok" bindtap="showPayout" data-statu="close">OK</view>
<view class="btn_ok" bindtap="showPayout" data-statu="close">OK</view>
</view>
</view>
<view animation="{{voterListAnimationData}}" class="voterList-drawer_box" wx:if="{{voterListShowModalStatus}}">
<view animation="{{voterListAnimationData}}" class="voterList-drawer_box" wx:if="{{voterListShowModalStatus}}">
<scroll-view scroll-y="true" style="height: 400px">
<scroll-view scroll-y="true" style="height: 400px">
<view class="voterList-drawer_title">Voters List</view>
<view class="voterList-drawer_title">Voters List</view>
<view class="voters-list">
<view class="voters-list">
<block wx:for="{{voterLists}}" wx:for-item="voterList">
<block wx:for="{{voterLists}}" wx:for-item="voterList">
<view class="voters-item">
<view class="voters-item">
<view class="item">
<view class="item">
<view class="voter-dot"></view>
<view class="voter-dot"></view>
<text class="voterList-voter">{{voterList.voter}}({{voterList.reputation}})</text>
<text class="voterList-voter">{{voterList.voter}}({{voterList.reputation}})</text>
<text class="voterList-percent">{{voterList.percent}}</text>
<text class="voterList-percent">{{voterList.percent}}</text>
<text class="voterList-time">{{voterList.time}}</text>
<text class="voterList-time">{{voterList.time}}</text>
</view>
</view>
</view>
</view>
</block>
</block>
</view>
</view>
<view class="btn_ok" bindtap="showVoters" data-statu="close">OK</view>
<view class="btn_ok" bindtap="showVoters" data-statu="close">OK</view>
</scroll-view>
</scroll-view>
</view>
</view>
<view class="drawer_screen" bindtap="showVoters" data-statu="close" wx:if="{{voterListShowModalStatus}}"></view>
<view class="drawer_screen" bindtap="showVoters" data-statu="close" wx:if="{{voterListShowModalStatus}}"></view>
<view animation="{{commentAnimationData}}" class="comment-drawer_box" wx:if="{{commentShowModalStatus}}">
<view animation="{{commentAnimationData}}" class="comment-drawer_box" wx:if="{{commentShowModalStatus}}">
<view class="textarea">
<view class="textarea">
<textarea class="content" placeholder="Input comment to reply" auto-focus bindinput="inputComment" value="{{commentBoxContent}}" maxlength="-1"></textarea>
<textarea class="content" placeholder="Input comment to reply" auto-focus bindinput="inputComment" value="{{commentBoxContent}}" maxlength="-1"></textarea>
</view>
</view>
<view class="commentButton">
<view class="commentButton">
<button class="submitButton" bindtap="submitComment" disabled='{{commentSubmitButton}}'>提交</button>
<button class="submitButton" bindtap="submitComment" disabled='{{commentSubmitButton}}'>提交</button>
<button class="cancelButton" bindtap="cancelComment">取消</button>
<button class="cancelButton" bindtap="cancelComment">取消</button>
</view>
</view>
<view class="preview">
<view class="preview">
<text class="preview-title">Preview:</text>
<text class="preview-title">Preview:</text>
<scroll-view scroll-y class="preview-content">
<scroll-view scroll-y class="preview-content">
<template is="wxParse" data="{{wxParseData:commentPreview.nodes}}"/>
<template is="wxParse" data="{{wxParseData:commentPreview.nodes}}"/>
</scroll-view>
</scroll-view>
</view>
</view>
</view>
</view>
<view class="drawer_screen" bindtap="showCommentBox" data-statu="close" wx:if="{{commentShowModalStatus}}"></view>
<view class="drawer_screen" bindtap="showCommentBox" data-statu="close" wx:if="{{commentShowModalStatus}}"></view>
</view>
</view>
<loading hidden="{{hidden}}">
<loading hidden="{{hidden}}">
Loading...
Loading...
</loading>
</loading>
सेव किए गए Diffs
ऑरिजनल टेक्स्ट
फ़ाइल खोलें
<!--detail.wxml--> <import src="../../wxParse/wxParse.wxml"/> <view class="detail-main" hidden ="{{!hidden}}"> <view class="detail-post"> <view class="detail-post-header"> <view class="detail-post-title">{{ detail.title }}</view> </view> <view class="detail-post-meta"> <view class="detail-post-avatar"> <image class="detail-post-avatar-img" mode="scaleToFill" src="{{ detail.avatar }}"></image> </view> <view class="detail-post-info"> <view class="detail-post-author-name"> {{ detail.author }}<text class="detail-post-reputation">({{ detail.reputation }})</text> </view> <view class="detail-post-time">在 {{detail.category}} •{{ detail.time }}</view> </view> </view> <view class="detail-post-content"> <template is="wxParse" data="{{wxParseData:content.nodes}}"/> <view class="tags"> <view wx:for="{{tags}}" wx:for-item="tag" wx:key="tag"> <view class="tag"> <text decode="true" class="tag-text"> {{tag}} </text> </view> </view> </view> <view class= "foot-data"> <view class="post-like"> <!-- <icon type="success_circle" size="18"/> --> <image mode="aspectFill" class="icon" src="../../images/icon/good.png"></image> <!-- <icon type="success" size="18"/> --> <text class="post-like-font" bindtap="showPayout" data-statu="open" data-detail="{{detail}}"> {{detail.pending_payout_value}}</text> </view> <view class="like-num"> <image mode="aspectFill" class="icon" src="../../images/icon/selected.png"></image> <text class="like-num-font" bindtap="showVoters" data-statu="open" data-detail="{{detail}}">{{detail.like_num}}</text> </view> <view class="comment-num"> <image mode="aspectFill" bindtap='showCommentBox' data-statu="open" data-detail="{{detail}}" class="icon" src="../../images/icon/comments.png"></image> <text class="comment-num-font">{{detail.comment_num}}</text> </view> <view class="share"> <button class="share-button" open-type='share'> <image mode="aspectFill" class="share-icon" src="../../images/icon/share.png"></image> </button> </view> </view> </view> <view class="detail-post-comment"> <view class="comment_title"> <view class="detail-post-comment-title">评论</view> <button class= "comment-button" type="default" size="mini" bindtap='showComment' data-type="up" disabled="{{commentShowState}}">{{showState}}</button> </view> <view class="detail-post-comment-list" wx:for="{{ comments }}" wx:for-index="idx" wx:for-item="comment"> <view class="detail-post-comment-avatar"> <image class="detail-post-comment-avatar-img" mode="scaleToFill" src="{{ comment.avatar }}"></image> </view> <view class="detail-post-comment-info"> <view class="detail-post-comment-author-name">{{ comment.author }}<text class="detail-post-comment-reputation">({{ comment.reputation }})</text> </view> </view> <view class="detail-post-comment-time"> 发表于{{comment.time }}</view> <block wx:for="{{ replyTemArray }}" wx:for-index="jdx" wx:for-item="j"> <block wx:if="{{j.length>0}}"> <block wx:if="{{idx == jdx}}" class="detail-comment-content"> <view class="detail-post-comment-item"> <template is="wxParse" data="{{wxParseData:j}}"/> <view class= "comment-foot-data"> <view class="comment-post-like"> <!-- <icon type="success_circle" size="18"/> --> <image mode="aspectFill" class="icon" src="../../images/icon/good.png"></image> <!-- <icon type="success" size="18"/> --> <text class="comment-post-like-font"> {{comment.pending_payout_value}}</text> </view> <view class="comment-like-num"> <image mode="aspectFill" class="icon" src="../../images/icon/selected.png"></image> <text class="comment-like-num-font">{{comment.like_num}}</text> </view> <view class="comment-comment-num" data-idx="{{idx}}" data-originidx="{{idx}}" data-item="{{comment}}" bindtap='loadChildComment'> <image mode="aspectFill" class="icon" src="../../images/icon/comments.png"></image> <text class="comment-comment-num-font">{{comment.comment_num}}</text> </view> </view> <view class="childComments "> <!-- <view class="child-comments-title">Comments</view> --> <!-- <block wx:if="{{comment.child}}"> --> <block wx:for="{{comment.children}}" wx:for-index="child" wx:for-item="childComment"> <!-- <block wx:if="{{childComment.length>0}}"> --> <view class="childComment depth-{{childComment.depth}}"> <view class="dot-child-com"> <view wx:for="{{childComment.depth-1}}"> <view class ="dot"></view> </view> <view class="detail-child-comment-avatar"> <image class="detail-child-comment-avatar-img" mode="scaleToFill" src="{{ childComment.avatar }}"></image> </view> <view class="child-com-author-info"> <view class="detail-child-comment-info"> <view class="detail-child-comment-author-name">{{ childComment.author }}<text class="detail-child-comment-reputation">({{ childComment.reputation }})</text> </view> </view> <view class="detail-child-comment-time"> 发表于{{childComment.time }}</view> </view> </view> <!-- <view class="child-cmoment-body">{{childComment.body}}</view> --> <view class="detail-child-comment-item"> <!-- <template is="wxParse" data="{{ChildReplyArray:child}}"/> --> <text> {{childComment.body}}</text> <view class= "comment-foot-data"> <view class="comment-post-like"> <!-- <icon type="success_circle" size="18"/> --> <image mode="aspectFill" class="icon" src="../../images/icon/good.png"></image> <!-- <icon type="success" size="18"/> --> <text class="comment-post-like-font"> {{childComment.pending_payout_value}}</text> </view> <view class="comment-like-num"> <image mode="aspectFill" class="icon" src="../../images/icon/selected.png"></image> <text class="comment-like-num-font">{{childComment.like_num}}</text> </view> <view class="comment-comment-num" data-idx="{{child}}" data-originidx="{{idx}}" data-item="{{childComment}}" bindtap='loadChildComment'> <image mode="aspectFill" class="icon" src="../../images/icon/comments.png"></image> <text class="comment-comment-num-font">{{childComment.comment_num}}</text> </view> </view> </view> </view> <!-- </block> --> </block> <!-- </block> --> </view> </view> </block> </block> </block> </view> </view> </view> <!--mask--> <view class="drawer_screen" bindtap="showPayout" data-statu="close" wx:if="{{showModalStatus}}"></view> <!--content--> <!--Use the animation attribute to specify the animation that needs to be executed.--> <view animation="{{animationData}}" class="drawer_box" wx:if="{{showModalStatus}}"> <!--drawer content--> <view class="drawer_title">Total payout</view> <view class="drawer_content"> <view class="top grid"> <text class="payout-type">Potential Payout</text> <text class="payout-text">{{PotentialPayout}}</text> </view> <view class="top grid"> <text class="payout-type">Promoted</text> <text class="payout-text">{{PromotedPayout}}</text> </view> <view class="top grid"> <text class="payout-type">Author Payout</text> <text class="payout-text">{{AuthorPayout}}</text> </view> <view class="top grid"> <text class="payout-type">Curation Payout</text> <text class="payout-text">{{CurationPayout}}</text> </view> <view class="top bottom grid"> <text class="payout-type">Payout</text> <text class="payout-text">{{Payout}}</text> </view> </view> <view class="btn_ok" bindtap="showPayout" data-statu="close">OK</view> </view> <view animation="{{voterListAnimationData}}" class="voterList-drawer_box" wx:if="{{voterListShowModalStatus}}"> <scroll-view scroll-y="true" style="height: 400px"> <view class="voterList-drawer_title">Voters List</view> <view class="voters-list"> <block wx:for="{{voterLists}}" wx:for-item="voterList"> <view class="voters-item"> <view class="item"> <view class="voter-dot"></view> <text class="voterList-voter">{{voterList.voter}}({{voterList.reputation}})</text> <text class="voterList-percent">{{voterList.percent}}</text> <text class="voterList-time">{{voterList.time}}</text> </view> </view> </block> </view> <view class="btn_ok" bindtap="showVoters" data-statu="close">OK</view> </scroll-view> </view> <view class="drawer_screen" bindtap="showVoters" data-statu="close" wx:if="{{voterListShowModalStatus}}"></view> <view animation="{{commentAnimationData}}" class="comment-drawer_box" wx:if="{{commentShowModalStatus}}"> <view class="textarea"> <textarea class="content" placeholder="Input comment to reply" auto-focus bindinput="inputComment" value="{{commentBoxContent}}" maxlength="-1"></textarea> </view> <view class="commentButton"> <button class="submitButton" bindtap="submitComment" disabled='{{commentSubmitButton}}'>提交</button> <button class="cancelButton" bindtap="cancelComment">取消</button> </view> <view class="preview"> <text class="preview-title">Preview:</text> <scroll-view scroll-y class="preview-content"> <template is="wxParse" data="{{wxParseData:commentPreview.nodes}}"/> </scroll-view> </view> </view> <view class="drawer_screen" bindtap="showCommentBox" data-statu="close" wx:if="{{commentShowModalStatus}}"></view> </view> <loading hidden="{{hidden}}"> Loading... </loading>
परिवर्तित टेक्स्ट
फ़ाइल खोलें
<!childComment.wxml--> <import src="../../wxParse/wxParse.wxml"/> <view class="detail-main" hidden ="{{!hidden}}"> <text class='view-full-content' bindtap='viewFullContent'>Click to view full content</text> <view class="detail-post"> <view class="detail-post-header"> <view class="detail-post-title">{{ detail.title }}</view> </view> <view class="detail-post-meta"> <view class="detail-post-avatar"> <image class="detail-post-avatar-img" mode="scaleToFill" src="{{ detail.avatar }}"></image> </view> <view class="detail-post-info"> <view class="detail-post-author-name"> {{ detail.author }}<text class="detail-post-reputation">({{ detail.reputation }})</text> </view> <view class="detail-post-time">在 {{detail.category}} •{{ detail.time }}</view> </view> </view> <view class="detail-post-content"> <template is="wxParse" data="{{wxParseData:content.nodes}}"/> <view class="tags"> <view wx:for="{{tags}}" wx:for-item="tag" wx:key="tag"> <view class="tag"> <text decode="true" class="tag-text"> {{tag}} </text> </view> </view> </view> <view class= "foot-data"> <view class="post-like"> <!-- <icon type="success_circle" size="18"/> --> <image mode="aspectFill" class="icon" src="../../images/icon/good.png"></image> <!-- <icon type="success" size="18"/> --> <text class="post-like-font" bindtap="showPayout" data-statu="open" data-detail="{{detail}}"> {{detail.pending_payout_value}}</text> </view> <view class="like-num"> <image mode="aspectFill" class="icon" src="../../images/icon/selected.png"></image> <text class="like-num-font" bindtap="showVoters" data-statu="open" data-detail="{{detail}}">{{detail.like_num}}</text> </view> <view class="comment-num"> <image mode="aspectFill" bindtap='showCommentBox' data-statu="open" data-detail="{{detail}}" class="icon" src="../../images/icon/comments.png"></image> <text class="comment-num-font">{{detail.comment_num}}</text> </view> <view class="share"> <button class="share-button" open-type='share'> <image mode="aspectFill" class="share-icon" src="../../images/icon/share.png"></image> </button> </view> </view> </view> <view class="detail-post-comment"> <view class="comment_title"> <view class="detail-post-comment-title">评论</view> <button class= "comment-button" type="default" size="mini" bindtap='showComment' data-type="up" disabled="{{commentShowState}}">{{showState}}</button> </view> <view class="detail-post-comment-list" wx:for="{{ comments }}" wx:for-index="idx" wx:for-item="comment"> <view class="detail-post-comment-avatar"> <image class="detail-post-comment-avatar-img" mode="scaleToFill" src="{{ comment.avatar }}"></image> </view> <view class="detail-post-comment-info"> <view class="detail-post-comment-author-name">{{ comment.author }}<text class="detail-post-comment-reputation">({{ comment.reputation }})</text> </view> </view> <view class="detail-post-comment-time"> 发表于{{comment.time }}</view> <block wx:for="{{ replyTemArray }}" wx:for-index="jdx" wx:for-item="j"> <block wx:if="{{j.length>0}}"> <block wx:if="{{idx == jdx}}" class="detail-comment-content"> <view class="detail-post-comment-item"> <template is="wxParse" data="{{wxParseData:j}}"/> <view class= "comment-foot-data"> <view class="comment-post-like"> <!-- <icon type="success_circle" size="18"/> --> <image mode="aspectFill" class="icon" src="../../images/icon/good.png"></image> <!-- <icon type="success" size="18"/> --> <text class="comment-post-like-font"> {{comment.pending_payout_value}}</text> </view> <view class="comment-like-num"> <image mode="aspectFill" class="icon" src="../../images/icon/selected.png"></image> <text class="comment-like-num-font">{{comment.like_num}}</text> </view> <view class="comment-comment-num" data-idx="{{idx}}" data-originidx="{{idx}}" data-item="{{comment}}" bindtap='loadChildComment'> <image mode="aspectFill" bindtap='showCommentBox' data-statu="open" data-detail="{{comment}}" class="icon" src="../../images/icon/comments.png"></image> <text class="comment-comment-num-font">{{comment.comment_num}}</text> </view> </view> <view class="childComments "> <!-- <view class="child-comments-title">Comments</view> --> <!-- <block wx:if="{{comment.child}}"> --> <block wx:for="{{comment.children}}" wx:for-index="child" wx:for-item="childComment"> <!-- <block wx:if="{{childComment.length>0}}"> --> <view class="childComment depth-{{childComment.depth}}"> <view class="dot-child-com"> <view wx:for="{{childComment.depth-1}}"> <view class ="dot"></view> </view> <view class="detail-child-comment-avatar"> <image class="detail-child-comment-avatar-img" mode="scaleToFill" src="{{ childComment.avatar }}"></image> </view> <view class="child-com-author-info"> <view class="detail-child-comment-info"> <view class="detail-child-comment-author-name">{{ childComment.author }}<text class="detail-child-comment-reputation">({{ childComment.reputation }})</text> </view> </view> <view class="detail-child-comment-time"> 发表于{{childComment.time }}</view> </view> </view> <!-- <view class="child-cmoment-body">{{childComment.body}}</view> --> <view class="detail-child-comment-item"> <!-- <template is="wxParse" data="{{ChildReplyArray:child}}"/> --> <text> {{childComment.body}}</text> <view class= "comment-foot-data"> <view class="comment-post-like"> <!-- <icon type="success_circle" size="18"/> --> <image mode="aspectFill" class="icon" src="../../images/icon/good.png"></image> <!-- <icon type="success" size="18"/> --> <text class="comment-post-like-font"> {{childComment.pending_payout_value}}</text> </view> <view class="comment-like-num"> <image mode="aspectFill" class="icon" src="../../images/icon/selected.png"></image> <text class="comment-like-num-font">{{childComment.like_num}}</text> </view> <view class="comment-comment-num" data-idx="{{child}}" data-originidx="{{idx}}" data-item="{{childComment}}" bindtap='loadChildComment'> <image mode="aspectFill" bindtap='showCommentBox' data-statu="open" data-detail="{{childComment}}" class="icon" src="../../images/icon/comments.png"></image> <text class="comment-comment-num-font">{{childComment.comment_num}}</text> </view> </view> </view> </view> <!-- </block> --> </block> <!-- </block> --> </view> </view> </block> </block> </block> </view> </view> </view> <!--mask--> <view class="drawer_screen" bindtap="showPayout" data-statu="close" wx:if="{{showModalStatus}}"></view> <!--content--> <!--Use the animation attribute to specify the animation that needs to be executed.--> <view animation="{{animationData}}" class="drawer_box" wx:if="{{showModalStatus}}"> <!--drawer content--> <view class="drawer_title">Total payout</view> <view class="drawer_content"> <view class="top grid"> <text class="payout-type">Potential Payout</text> <text class="payout-text">{{PotentialPayout}}</text> </view> <view class="top grid"> <text class="payout-type">Promoted</text> <text class="payout-text">{{PromotedPayout}}</text> </view> <view class="top grid"> <text class="payout-type">Author Payout</text> <text class="payout-text">{{AuthorPayout}}</text> </view> <view class="top grid"> <text class="payout-type">Curation Payout</text> <text class="payout-text">{{CurationPayout}}</text> </view> <view class="top bottom grid"> <text class="payout-type">Payout</text> <text class="payout-text">{{Payout}}</text> </view> </view> <view class="btn_ok" bindtap="showPayout" data-statu="close">OK</view> </view> <view animation="{{voterListAnimationData}}" class="voterList-drawer_box" wx:if="{{voterListShowModalStatus}}"> <scroll-view scroll-y="true" style="height: 400px"> <view class="voterList-drawer_title">Voters List</view> <view class="voters-list"> <block wx:for="{{voterLists}}" wx:for-item="voterList"> <view class="voters-item"> <view class="item"> <view class="voter-dot"></view> <text class="voterList-voter">{{voterList.voter}}({{voterList.reputation}})</text> <text class="voterList-percent">{{voterList.percent}}</text> <text class="voterList-time">{{voterList.time}}</text> </view> </view> </block> </view> <view class="btn_ok" bindtap="showVoters" data-statu="close">OK</view> </scroll-view> </view> <view class="drawer_screen" bindtap="showVoters" data-statu="close" wx:if="{{voterListShowModalStatus}}"></view> <view animation="{{commentAnimationData}}" class="comment-drawer_box" wx:if="{{commentShowModalStatus}}"> <view class="textarea"> <textarea class="content" placeholder="Input comment to reply" auto-focus bindinput="inputComment" value="{{commentBoxContent}}" maxlength="-1"></textarea> </view> <view class="commentButton"> <button class="submitButton" bindtap="submitComment" disabled='{{commentSubmitButton}}'>提交</button> <button class="cancelButton" bindtap="cancelComment">取消</button> </view> <view class="preview"> <text class="preview-title">Preview:</text> <scroll-view scroll-y class="preview-content"> <template is="wxParse" data="{{wxParseData:commentPreview.nodes}}"/> </scroll-view> </view> </view> <view class="drawer_screen" bindtap="showCommentBox" data-statu="close" wx:if="{{commentShowModalStatus}}"></view> </view> <loading hidden="{{hidden}}"> Loading... </loading>
अंतर खोजें