|
|
@@ -508,6 +508,33 @@
|
|
508
|
508
|
|
|
509
|
509
|
</block>
|
|
510
|
510
|
|
|
|
511
|
+ <!-- 英英翻译 -->
|
|
|
512
|
+ <block wx:if="{{Result.ENG.ParaphraseEng && Result.ENG.ParaphraseEng.length>0}}">
|
|
|
513
|
+ <view class="panelTitle FlexColumn">
|
|
|
514
|
+ <view class="panelTitle1 FlexRow">
|
|
|
515
|
+ <view class="panelTitle11">英英翻译</view>
|
|
|
516
|
+ </view>
|
|
|
517
|
+ <view class="panelTitle2" wx:if="{{Result.CHN}}">翻译结果来自网络,仅供参考,正确程度自行评估</view>
|
|
|
518
|
+ </view>
|
|
|
519
|
+ <view class="panelItem0 FlexRow">
|
|
|
520
|
+ <block wx:for="{{Result.ENG.ParaphraseEng}}" wx:key="ParaphraseList" wx:if="{{item.ParaphraseList}}">
|
|
|
521
|
+ <view class="{{CSS['ENG_ParaphraseEngList_'+index+'_'+indexChild].Css1}} panelItemHeight panelItem FlexRow"
|
|
|
522
|
+ wx:for="{{item.ParaphraseList}}" wx:key="*this" wx:for-item="itemChild" wx:for-index="indexChild"
|
|
|
523
|
+ bindtap='getInputData' data-type="normal" data-content="{{item.PartOfSpeech}} {{itemChild}}"
|
|
|
524
|
+ data-css="ENG_ParaphraseEngList_{{index}}_{{indexChild}}" data-tag="翻译">
|
|
|
525
|
+ <view class="FlexRow">
|
|
|
526
|
+ <view class="{{CSS['ENG_ParaphraseEngList_'+index+'_'+indexChild].Css2}} panelSelect0">
|
|
|
527
|
+ {{CSS['ENG_ParaphraseEngList_'+index+'_'+indexChild].Number}}</view>
|
|
|
528
|
+ <text class="panelItemText2 panelItemText">{{item.PartOfSpeech}} {{itemChild}}</text>
|
|
|
529
|
+ </view>
|
|
|
530
|
+ <view>
|
|
|
531
|
+
|
|
|
532
|
+ </view>
|
|
|
533
|
+ </view>
|
|
|
534
|
+ </block>
|
|
|
535
|
+ </view>
|
|
|
536
|
+ </block>
|
|
|
537
|
+
|
|
511
|
538
|
<!-- 翻译 -->
|
|
512
|
539
|
<block wx:if="{{Result.ENG.Paraphrase && Result.ENG.Paraphrase.length>0}}">
|
|
513
|
540
|
<view class="panelTitle FlexColumn">
|