|
@@ -3,19 +3,19 @@
|
|
<!-- pages/me.wxml -->
|
|
<!-- pages/me.wxml -->
|
|
<view class="container">
|
|
<view class="container">
|
|
<h1 class="title">{{ detailInfo.titleName }}</h1>
|
|
<h1 class="title">{{ detailInfo.titleName }}</h1>
|
|
-<!-- <view class="wenzhangLy">-->
|
|
|
|
-<!-- <!– 头像昵称 –>-->
|
|
|
|
-<!-- <view class="txTime">-->
|
|
|
|
|
|
+ <view class="wenzhangLy">
|
|
|
|
+ <!-- 头像昵称 -->
|
|
|
|
+ <view class="txTime">
|
|
<!-- <img-->
|
|
<!-- <img-->
|
|
<!-- class="uni-header-image"-->
|
|
<!-- class="uni-header-image"-->
|
|
<!-- :src="initInfo.headImg == null || initInfo.headImg == '' ? initImgPath : loadImgSrcLocalhost(initInfo.headImg)"-->
|
|
<!-- :src="initInfo.headImg == null || initInfo.headImg == '' ? initImgPath : loadImgSrcLocalhost(initInfo.headImg)"-->
|
|
<!-- />-->
|
|
<!-- />-->
|
|
-<!-- <view class="time">-->
|
|
|
|
|
|
+ <view class="time">
|
|
<!-- <p>{{ initInfo.name == null || initInfo.name == '' ? initInfo.wechatName : initInfo.name }}</p>-->
|
|
<!-- <p>{{ initInfo.name == null || initInfo.name == '' ? initInfo.wechatName : initInfo.name }}</p>-->
|
|
-<!-- <span>{{ fromData.createTime }}</span>-->
|
|
|
|
-<!-- </view>-->
|
|
|
|
-<!-- </view>-->
|
|
|
|
-<!-- </view>-->
|
|
|
|
|
|
+ <span>{{ detailInfo.createTime }}</span>
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
<view class="wenzhangCont article">
|
|
<view class="wenzhangCont article">
|
|
<span v-html="detailInfo.textDetails">
|
|
<span v-html="detailInfo.textDetails">
|
|
</span>
|
|
</span>
|
|
@@ -113,7 +113,7 @@ export default {
|
|
* 生命周期函数--监听页面加载
|
|
* 生命周期函数--监听页面加载
|
|
*/,
|
|
*/,
|
|
onLoad(option) {
|
|
onLoad(option) {
|
|
- let result = JSON.parse(decodeURIComponent(option.data))
|
|
|
|
|
|
+ let result = JSON.parse(decodeURIComponent(option.data))
|
|
this.detailInfo = result
|
|
this.detailInfo = result
|
|
},
|
|
},
|
|
/**
|
|
/**
|