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.

12 lines
270 B

  1. <view class='rule'>
  2. <view>
  3. <text>购买须知</text>
  4. </view>
  5. <view wx:if="{{contentType==0}}">
  6. <text><text class='spot'></text>{{remark}}</text>
  7. </view>
  8. <view wx:if="{{contentType==1}}">
  9. <rich-text nodes="{{remark}}"></rich-text>
  10. </view>
  11. </view>