Commit a194ddd9 by TengFengLian

活动详情内容富文本显示

parent ddf48d6b
...@@ -107,7 +107,7 @@ Page({ ...@@ -107,7 +107,7 @@ Page({
date: response.activeDate + ' ' + response.activeTime, date: response.activeDate + ' ' + response.activeTime,
address: response.address, address: response.address,
quota: response.enrollNum, quota: response.enrollNum,
describe: response.summary, describe: response.content,
// contact: response.contact, // contact: response.contact,
} }
}) })
......
...@@ -37,7 +37,8 @@ ...@@ -37,7 +37,8 @@
</view> </view>
</view> </view>
<view class="detail-describe"> <view class="detail-describe">
<text>{{info.describe}}</text> <rich-text nodes="{{info.describe}}"></rich-text>
<!-- <text>{{info.describe}}</text> -->
</view> </view>
</view> </view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment