Ver código fonte

用户注销协议

15376779826 2 dias atrás
pai
commit
3ec1b15e0e
1 arquivos alterados com 3 adições e 0 exclusões
  1. 3 0
      src/views/system/config/config.vue

+ 3 - 0
src/views/system/config/config.vue

@@ -178,6 +178,9 @@
             <el-form-item label="会员自动续费协议" prop="vipAutomaticService">
               <editor v-model="form3.vipAutomaticService" :min-height="292"/>
             </el-form-item>
+            <el-form-item label="用户注销协议" prop="vipAutomaticService">
+              <editor v-model="form3.userRemoveService" :min-height="292"/>
+            </el-form-item>
 
             <div class="footer">
               <el-button type="primary" @click="submitForm3">提  交</el-button>