|
@ -479,7 +479,7 @@ |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
<!-- 设置域名弹出框 --> |
|
|
<!-- 设置域名弹出框 --> |
|
|
<GuipDialog :dialogVisible="dialogVisible" :title="dialogTitle" :show-close-button="false" |
|
|
<GuipDialog :dialogVisible="true" :title="dialogTitle" :show-close-button="false" |
|
|
:show-cancel-button="showCancelButton" @confirm="handleConfirm" @cancel="handleCancel" @close="handleClose" |
|
|
:show-cancel-button="showCancelButton" @confirm="handleConfirm" @cancel="handleCancel" @close="handleClose" |
|
|
@dialogVisibleChange="dialogVisibleChange"> |
|
|
@dialogVisibleChange="dialogVisibleChange"> |
|
|
<PaymentMethod :paymentList="paymentList" /> |
|
|
<PaymentMethod :paymentList="paymentList" /> |
|
@ -535,7 +535,6 @@ |
|
|
</div> |
|
|
</div> |
|
|
</el-dialog> |
|
|
</el-dialog> |
|
|
|
|
|
|
|
|
<Footer></Footer> |
|
|
|
|
|
<div class="register-btns"> |
|
|
<div class="register-btns"> |
|
|
<GuipButton type="system" :btnstyle="{ width: '144px', height: '46px' }" @click="jumpCurStep">跳过</GuipButton> |
|
|
<GuipButton type="system" :btnstyle="{ width: '144px', height: '46px' }" @click="jumpCurStep">跳过</GuipButton> |
|
|
<GuipButton type="primary" :btnstyle="{ width: '144px', height: '46px' }" @click="finishCurStep">完成</GuipButton> |
|
|
<GuipButton type="primary" :btnstyle="{ width: '144px', height: '46px' }" @click="finishCurStep">完成</GuipButton> |
|
@ -543,7 +542,6 @@ |
|
|
</div> |
|
|
</div> |
|
|
</template> |
|
|
</template> |
|
|
<script> |
|
|
<script> |
|
|
import Footer from '@/components/Footer.vue'; |
|
|
|
|
|
import GuipButton from '@/components/GuipButton.vue'; |
|
|
import GuipButton from '@/components/GuipButton.vue'; |
|
|
import GuipFormItem from '@/components/GuipFormItem.vue'; |
|
|
import GuipFormItem from '@/components/GuipFormItem.vue'; |
|
|
import GuipInput from '@/components/GuipInput.vue'; |
|
|
import GuipInput from '@/components/GuipInput.vue'; |
|
@ -567,7 +565,6 @@ export default { |
|
|
GuipRadio, |
|
|
GuipRadio, |
|
|
GuipSelect, |
|
|
GuipSelect, |
|
|
SvgIcon, |
|
|
SvgIcon, |
|
|
Footer, |
|
|
|
|
|
GuipSwitch, |
|
|
GuipSwitch, |
|
|
GuipDialog, |
|
|
GuipDialog, |
|
|
PaymentMethod, |
|
|
PaymentMethod, |
|
@ -772,24 +769,28 @@ export default { |
|
|
type: '1', |
|
|
type: '1', |
|
|
name: '小知攻城狮', |
|
|
name: '小知攻城狮', |
|
|
num: '1520574481 (wx1bda8b3d08d169cb)', |
|
|
num: '1520574481 (wx1bda8b3d08d169cb)', |
|
|
flag: true |
|
|
flag: true, |
|
|
|
|
|
img:require('@/assets/register/weixin_pay.png') |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
type: '2', |
|
|
type: '2', |
|
|
name: '自收款', |
|
|
name: '自收款', |
|
|
num: 'wangyong@kuailebanshou.com', |
|
|
num: 'wangyong@kuailebanshou.com', |
|
|
|
|
|
img:require('@/assets/register/zhifubao_pay.png'), |
|
|
flag: true |
|
|
flag: true |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
type: '3', |
|
|
type: '3', |
|
|
name: '店铺收款', |
|
|
name: '店铺收款', |
|
|
num: '轻歌曼舞82', |
|
|
num: '轻歌曼舞82', |
|
|
|
|
|
img:require('@/assets/register/taobao_pay.png'), |
|
|
flag: false |
|
|
flag: false |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
type: '4', |
|
|
type: '4', |
|
|
name: '京东收款', |
|
|
name: '平台检测卡', |
|
|
num: 'celunwen', |
|
|
num: 'celunwen', |
|
|
|
|
|
img:require('@/assets/register/jingdong_pay.png'), |
|
|
flag: false |
|
|
flag: false |
|
|
}, |
|
|
}, |
|
|
], |
|
|
], |
|
|