|
|
@@ -1,9 +1,10 @@
|
|
|
<template>
|
|
|
- <view class="ezy-ystk-page">
|
|
|
+ <view class="phone-text-page">
|
|
|
<!-- 导航区域 -->
|
|
|
- <customNavbarVue title="个人信息" :show-back-btn="true" @back="handleBack"></customNavbarVue>
|
|
|
- <view>家政学用户协议</view>
|
|
|
- <rich-text :nodes="ystkText"></rich-text>
|
|
|
+ <customNavbarVue title="用户协议" :show-back-btn="true" @back="handleBack"></customNavbarVue>
|
|
|
+ <view class="text-rich-box">
|
|
|
+ <rich-text :nodes="ystkText" class="text-rich-box"></rich-text>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</template>
|
|
|
|