|
@@ -190,6 +190,12 @@
|
|
|
<el-form-item label="隐私协议看课APP" prop="userPrivacy2">
|
|
<el-form-item label="隐私协议看课APP" prop="userPrivacy2">
|
|
|
<editor v-model="form3.userPrivacy2" :min-height="292"/>
|
|
<editor v-model="form3.userPrivacy2" :min-height="292"/>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
|
|
+ <el-form-item label="互易享儿童隐私协议" prop="hyxChildPrivacy">
|
|
|
|
|
+ <editor v-model="form3.hyxChildPrivacy" :min-height="292"/>
|
|
|
|
|
+ </el-form-item>
|
|
|
|
|
+ <el-form-item label="鸿良儿童隐私协议" prop="hlChildPrivacy">
|
|
|
|
|
+ <editor v-model="form3.hlChildPrivacy" :min-height="292"/>
|
|
|
|
|
+ </el-form-item>
|
|
|
<el-form-item label="健康客服协议" prop="userHealth">
|
|
<el-form-item label="健康客服协议" prop="userHealth">
|
|
|
<editor v-model="form3.userHealth" :min-height="292"/>
|
|
<editor v-model="form3.userHealth" :min-height="292"/>
|
|
|
</el-form-item>
|
|
</el-form-item>
|