Browse Source

refactor(api): 优化用户协议接口

- 将 userAgreement 函数直接导出,简化模块结构
- 删除多余的空行,提高代码可读性
master
liutong 1 year ago
parent
commit
ee586b3c8c
  1. 14
      pages/market/clue/add_clues.vue

14
pages/market/clue/add_clues.vue

@ -1,3 +1,4 @@
<!--添加线索-->
<template> <template>
<view class="assemble"> <view class="assemble">
<view class="search_box"> <view class="search_box">
@ -199,8 +200,9 @@ export default {
return { return {
switchChange_type: 1, switchChange_type: 1,
rules, rules,
formData: {
//
formData: {
student_name: '',//* student_name: '',//*
student_phone: '',//* student_phone: '',//*
age: '',//* age: '',//*
@ -217,7 +219,17 @@ export default {
community_name: '',// community_name: '',//
customer_tags_name: '',//,, customer_tags_name: '',//,,
customer_tags: ['2', '3'],// customer_tags: ['2', '3'],//
is_follow:'1',// 1 2
follow_up_time:'',//*
follow_up_content:'',//
staff_id:'',//id*
is_warn:'2',// 1 2
reminder_method:'',//1=,2=,3=
}, },
show_date: false, show_date: false,
result_date: '', result_date: '',
result_leixing: '', result_leixing: '',

Loading…
Cancel
Save