|
|
@ -38,7 +38,7 @@ |
|
|
|
<div class="flex-wrap"> |
|
|
|
<div class="flex-left"> |
|
|
|
<p class="flex-left-desc">旺旺客服</p> |
|
|
|
<GuipInput ref="GuipInput" class="mt12 mb24" width="100%" |
|
|
|
<GuipInput ref="GuipInput" class="mt12 mb24" width="98%" |
|
|
|
v-model="personalForm8.checkNum" placeholder="请填写账号"> |
|
|
|
</GuipInput> |
|
|
|
<p class="flex-left-desc">QQ客服</p> |
|
|
@ -120,7 +120,11 @@ |
|
|
|
<div class="left-pay-list mb24"> |
|
|
|
<div class="left-pay-item "> |
|
|
|
<div class="flex-between"> |
|
|
|
<span>服务列表页价格 <img src="@/assets/site/form_qua_ic.svg" alt=""></span> |
|
|
|
<span class="flex">服务列表页价格 |
|
|
|
<GuipToolTip content="----居中----"> |
|
|
|
<img style="margin-left: 13px;" src="@/assets/site/form_qua_ic.svg" alt=""> |
|
|
|
</GuipToolTip> |
|
|
|
</span> |
|
|
|
<GuipSwitch :modelValue="personalForm3.weixinFlag1" activeText="显示" |
|
|
|
inactiveText="隐藏" @change="onSwitchChange"> |
|
|
|
</GuipSwitch> |
|
|
@ -128,7 +132,11 @@ |
|
|
|
</div> |
|
|
|
<div class="left-pay-item "> |
|
|
|
<div class="flex-between"> |
|
|
|
<span>服务提交页价格 <img src="@/assets/site/form_qua_ic.svg" alt=""></span> |
|
|
|
<span class="flex">服务提交页价格 |
|
|
|
<GuipToolTip content="----居中----"> |
|
|
|
<img style="margin-left: 13px;" src="@/assets/site/form_qua_ic.svg" alt=""> |
|
|
|
</GuipToolTip> |
|
|
|
</span> |
|
|
|
<GuipSwitch :modelValue="personalForm3.weixinFlag2" activeText="显示" |
|
|
|
inactiveText="隐藏" @change="onSwitchChange"> |
|
|
|
</GuipSwitch> |
|
|
@ -142,7 +150,11 @@ |
|
|
|
<div class="left-pay-list mb24"> |
|
|
|
<div class="left-pay-item "> |
|
|
|
<div class="flex-between"> |
|
|
|
<span>服务列表页价格 <img src="@/assets/site/form_qua_ic.svg" alt=""></span> |
|
|
|
<span class="flex">服务列表页价格 |
|
|
|
<GuipToolTip content="----居中----"> |
|
|
|
<img style="margin-left: 13px;" src="@/assets/site/form_qua_ic.svg" alt=""> |
|
|
|
</GuipToolTip> |
|
|
|
</span> |
|
|
|
<GuipSwitch :modelValue="personalForm3.weixinFlag3" activeText="显示" |
|
|
|
inactiveText="隐藏" @change="onSwitchChange"> |
|
|
|
</GuipSwitch> |
|
|
@ -150,7 +162,11 @@ |
|
|
|
</div> |
|
|
|
<div class="left-pay-item "> |
|
|
|
<div class="flex-between"> |
|
|
|
<span>服务提交页价格 <img src="@/assets/site/form_qua_ic.svg" alt=""></span> |
|
|
|
<span class="flex">服务提交页价格 |
|
|
|
<GuipToolTip content="----居中----"> |
|
|
|
<img style="margin-left: 13px;" src="@/assets/site/form_qua_ic.svg" alt=""> |
|
|
|
</GuipToolTip> |
|
|
|
</span> |
|
|
|
<GuipSwitch :modelValue="personalForm3.weixinFlag4" activeText="显示" |
|
|
|
inactiveText="隐藏" @change="onSwitchChange"> |
|
|
|
</GuipSwitch> |
|
|
@ -171,7 +187,7 @@ |
|
|
|
<div class="left-pay-list mb24"> |
|
|
|
<div class="left-pay-item "> |
|
|
|
<div class="flex-between"> |
|
|
|
<span>60分钟内不可提交重复内容 <img src="@/assets/site/form_qua_ic.svg" alt=""></span> |
|
|
|
<span>60分钟内不可提交重复内容</span> |
|
|
|
<GuipSwitch :modelValue="personalForm3.weixinFlag1" activeText="显示" |
|
|
|
inactiveText="隐藏" @change="onSwitchChange"> |
|
|
|
</GuipSwitch> |
|
|
@ -190,7 +206,7 @@ |
|
|
|
<div class="left-pay-list mb24"> |
|
|
|
<div class="left-pay-item "> |
|
|
|
<div class="flex-between"> |
|
|
|
<span>3分钟内不可提交重复内容 <img src="@/assets/site/form_qua_ic.svg" alt=""></span> |
|
|
|
<span>3分钟内不可提交重复内容</span> |
|
|
|
<GuipSwitch :modelValue="personalForm3.weixinFlag3" activeText="显示" |
|
|
|
inactiveText="隐藏" @change="onSwitchChange"> |
|
|
|
</GuipSwitch> |
|
|
@ -228,6 +244,7 @@ import GuipInput from '@/components/GuipInput.vue'; |
|
|
|
import { mapState } from 'vuex'; |
|
|
|
import store from '../store'; |
|
|
|
import GuipSwitch from '@/components/GuipSwitch.vue'; |
|
|
|
import GuipToolTip from '@/components/GuipToolTip.vue'; |
|
|
|
import GuipButton from '@/components/GuipButton.vue'; |
|
|
|
import GroupFormBtns from '@/components/GroupFormBtns.vue'; |
|
|
|
|
|
|
@ -239,6 +256,7 @@ export default { |
|
|
|
GuipInput, |
|
|
|
GuipButton, |
|
|
|
GuipSwitch, |
|
|
|
GuipToolTip, |
|
|
|
GroupFormBtns |
|
|
|
}, |
|
|
|
data() { |
|
|
|