Browse Source

线上收款状态修改

zq-1011-paymentSetting
zq 4 days ago
parent
commit
fe2907a69b
  1. 3
      src/views/HosInformation.vue

3
src/views/HosInformation.vue

@ -694,7 +694,6 @@ export default {
freeRegVisible:false,
registrationVisible:false,
hasVisitFee:null,
paySwitch:null,
hasFreeRegisterRule:false,
hasAgainVisitFreeDays:0,
againVisitFreeDays:0,
@ -1038,7 +1037,7 @@ export default {
}
this.departType = (response.data.type || response.data.type === 0 || response.data.type === "0") ? [Number(response.data.type)] : []
this.departIsFixed = response.data.is_fixed == "1" ? true : false
this.paySwitch = response.data.pay_switch
this.onLinePay = response.data.pay_switch
this.hasVisitFee = response.data.has_visit_fee
this.registerMoney = response.data.visit_price

Loading…
Cancel
Save