Showing
1 changed file
with
3 additions
and
2 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2022-09-26 14:36:57 | 2 | * @Date: 2022-09-26 14:36:57 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2022-10-18 17:59:36 | 4 | + * @LastEditTime: 2022-10-19 17:59:18 |
| 5 | * @FilePath: /swx/src/pages/activityDetail/index.vue | 5 | * @FilePath: /swx/src/pages/activityDetail/index.vue |
| 6 | * @Description: 活动详情页 | 6 | * @Description: 活动详情页 |
| 7 | --> | 7 | --> |
| ... | @@ -102,7 +102,7 @@ | ... | @@ -102,7 +102,7 @@ |
| 102 | </view> | 102 | </view> |
| 103 | </view> | 103 | </view> |
| 104 | <view class="activity-note"> | 104 | <view class="activity-note"> |
| 105 | - <view v-html="activity.note"></view> | 105 | + <view v-html="activity.note" class="taro_html"></view> |
| 106 | </view> | 106 | </view> |
| 107 | </view> | 107 | </view> |
| 108 | <view style="height: 6rem;"></view> | 108 | <view style="height: 6rem;"></view> |
| ... | @@ -456,6 +456,7 @@ import "./index.less"; | ... | @@ -456,6 +456,7 @@ import "./index.less"; |
| 456 | import { activityInfoAPI } from '@/api/Host/index'; | 456 | import { activityInfoAPI } from '@/api/Host/index'; |
| 457 | import { pageQuery } from '@/utils/tools.js' | 457 | import { pageQuery } from '@/utils/tools.js' |
| 458 | import mixin from '@/utils/mixin'; | 458 | import mixin from '@/utils/mixin'; |
| 459 | +require('@tarojs/taro/html.css') | ||
| 459 | 460 | ||
| 460 | export default { | 461 | export default { |
| 461 | name: "activityInfoPage", | 462 | name: "activityInfoPage", | ... | ... |
-
Please register or login to post a comment