wxyj.js 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. var wxyjData = {
  2. data: {
  3. id: '',
  4. city_code: '',
  5. shebao_type: '',
  6. shebao_charge: '',
  7. shebao_card_charge: '',
  8. fund_charge: '',
  9. package_charge: '',
  10. month: '',
  11. nums: '',
  12. pack: '',
  13. inc_date: '',
  14. fund_buy: '',
  15. fund_buy2: '',
  16. shebao_note: "",
  17. fund_note: "",
  18. added_charge: '',
  19. addeds_num: '',
  20. addedf_num: '',
  21. hk_addr: '',
  22. firstM: '',
  23. sb_wage: '',
  24. working:'',
  25. shebao_desc: "",
  26. fund_desc: "",
  27. shebaos: [],
  28. funds: []
  29. },
  30. province: [],
  31. city: [],
  32. currentCity: { name: '广州', id: '1001' },
  33. type: 1,
  34. hukou: '本地城镇',
  35. detailIndex: 0,
  36. haveYearPay: false,
  37. order: {
  38. sbuId: '',
  39. key: '',
  40. id_card: '',
  41. cid: '',
  42. month: '',
  43. newCard: false,
  44. shebao_card: '',
  45. hukou_type: '',
  46. fund: 0,
  47. pay_channel: 13,
  48. pay_platform:'',
  49. nums: '',
  50. couponuser_id: '',
  51. first_sb: 0,
  52. first_fund: 0,
  53. sb_wage: 0,
  54. working: 0,
  55. buySheBao:'',
  56. // isNeedSalary:false,
  57. // isInOffice:false,
  58. pack:false
  59. },
  60. }
  61. module.exports = {
  62. wxyjData: wxyjData
  63. }