市北人才赋能平台 --小程序端
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.
 

26 lines
976 B

<!--pages/resource/detail/index.wxml-->
<view class="title">
<view class="left">
<view class="articleImg">
<image src="{{detail.titlePic ? detail.titlePic : titlePic}}" bindtap="previewImage" mode="widthFix" style="width:100%;"></image>
</view>
<view class="content">
<view class="tit">{{detail.title}}</view>
<view class="r_type">{{detail.typeName}}</view>
</view>
</view>
<view class="right">
<image class="artice_collect" src="{{isCollect ? star : unStar}}" bindtap="onClickCollect"></image>
</view>
</view>
<view class="text">
<rich-text nodes="{{detail.content}}"></rich-text>
</view>
<!-- <web-view src="https://m.qdjqt.com/#/?xihaian=&VNK=e92927fe&source=productList"></web-view> -->
<view class="publish" bindtap="onTap">
<!-- <image src="/images/topic/publish.png"></image> -->
<view><view>我</view><view>赋</view></view>
<view><view>要</view><view>能</view></view>
</view>