You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <view class='rule'>
- <view>
- <text>购买须知</text>
- </view>
- <view wx:if="{{contentType==0}}">
- <text><text class='spot'></text>{{remark}}</text>
- </view>
- <view wx:if="{{contentType==1}}">
- <rich-text nodes="{{remark}}"></rich-text>
- </view>
- </view>
|