Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
swx_weapp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2022-10-19 18:01:09 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d8c8350036d28eec022c1e747b28de0e52f88e2a
d8c83500
1 parent
7f244cba
fix 修复富文本渲染样式问题
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
src/pages/activityDetail/index.vue
src/pages/activityDetail/index.vue
View file @
d8c8350
<!--
* @Date: 2022-09-26 14:36:57
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-10-1
8 17:59:36
* @LastEditTime: 2022-10-1
9 17:59:18
* @FilePath: /swx/src/pages/activityDetail/index.vue
* @Description: 活动详情页
-->
...
...
@@ -102,7 +102,7 @@
</view>
</view>
<view class="activity-note">
<view v-html="activity.note"></view>
<view v-html="activity.note"
class="taro_html"
></view>
</view>
</view>
<view style="height: 6rem;"></view>
...
...
@@ -456,6 +456,7 @@ import "./index.less";
import { activityInfoAPI } from '@/api/Host/index';
import { pageQuery } from '@/utils/tools.js'
import mixin from '@/utils/mixin';
require('@tarojs/taro/html.css')
export default {
name: "activityInfoPage",
...
...
Please
register
or
login
to post a comment