|
@@ -1,14 +1,14 @@
|
|
<!--pages/news/news.wxml-->
|
|
<!--pages/news/news.wxml-->
|
|
<view class="news-detail-container">
|
|
<view class="news-detail-container">
|
|
- <!-- <image class="head-img" src="../{{ currentNews.image }}"></image> -->
|
|
|
|
<text class="title">{{ currentNews.title }}</text>
|
|
<text class="title">{{ currentNews.title }}</text>
|
|
<view class="author-time">
|
|
<view class="author-time">
|
|
<!-- <image class="author-avatar" src="../{{currentNews.icon}}"></image> -->
|
|
<!-- <image class="author-avatar" src="../{{currentNews.icon}}"></image> -->
|
|
<text class="author-name">{{ currentNews.author }}</text>
|
|
<text class="author-name">{{ currentNews.author }}</text>
|
|
- <!-- <text class="const-text">发表于</text> -->
|
|
|
|
|
|
+ <text class="const-text">发表于</text>
|
|
<text class="time">{{ currentNews.time }}</text>
|
|
<text class="time">{{ currentNews.time }}</text>
|
|
</view>
|
|
</view>
|
|
- <view class="horizon"></view>
|
|
|
|
|
|
+ <image class="head-img" src="../{{ currentNews.image }}"></image>
|
|
|
|
+ <!-- <view class="horizon"></view> -->
|
|
<view class="tool">
|
|
<view class="tool">
|
|
<!-- <view class="circle-img">
|
|
<!-- <view class="circle-img">
|
|
<image src="../../../image/sch.png" ></image>
|
|
<image src="../../../image/sch.png" ></image>
|