yaofang/pages/article/detail.wxml

22 lines
1.2 KiB
Plaintext

<view wx:if="{{isProduct}}">
<view class="_div bookPage body xk_main_page" style="padding:10px;">
<view style="color:#94674b;font-weight:bold;margin:10px 0px;">{{item.title}}</view>
<view>
<rich-text class="x_font_16 x-center" nodes="{{item.content}}" wx:if="{{item.content}}"></rich-text>
</view>
<!-- <xad bind:__l="__l" vueId="58187223-1" x_common_ad="{{item_ad}}" x_cp_ad="{{$root.a0}}"></xad> -->
<view style="font-weight:bold;color:#94674b;">推荐阅读</view>
<view>
<view wx:for="{{recommendList}}" wx:for-index="__i0__" wx:for-item="recommend">
<view bindtap="__e" data-event-opts="{{[ [ 'tap',[ [ 'x_redirect',['/pages/article/detail?id='+recommend.id] ] ] ] ]}}" style="color:#94674b;" wx:if="{{!recommend.ad_id}}">{{recommend.title}}</view>
</view>
</view>
<xpop bind:__l="__l" class="vue-ref" data-ref="xpop" vueId="58187223-2"></xpop>
<view style="height:100px;"></view>
<boot-nav bind:__l="__l" nav="article" vueId="58187223-3"></boot-nav>
</view>
<view class="xk_ad_0">
<xad bind:__l="__l" vueId="58187223-4" x_common_ad="{{common_ad}}" x_cp_ad="{{cp_ad}}"></xad>
</view>
</view>