|
@@ -1,7 +1,10 @@
|
1
|
1
|
<!--index.wxml-->
|
2
|
2
|
<view class="container">
|
3
|
3
|
<view class="container" style="z-index: 1;">
|
4
|
|
- <web-view wx:if="{{Type === 1}}" src="{{ActivityDetail.Content}}"></web-view>
|
|
4
|
+ <!-- <web-view wx:if="{{Type === 1}}" src="{{ActivityDetail.Content}}"></web-view> -->
|
|
5
|
+ <view class="scrollPage" wx:if="{{Type === 1}}" style="padding: 0 40rpx;position: relative;">
|
|
6
|
+ <rich-text nodes="{{ActivityDetail.Content}}"></rich-text>
|
|
7
|
+ </view>
|
5
|
8
|
<view class="MainPage" wx:if="{{Type === 2}}">
|
6
|
9
|
|
7
|
10
|
<!-- 文章主体 -->
|