瀏覽代碼

用户注销协议

15376779826 2 天之前
父節點
當前提交
3ec1b15e0e
共有 1 個文件被更改,包括 3 次插入0 次删除
  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>