|
@@ -1,5 +1,5 @@
|
|
<template>
|
|
<template>
|
|
- <contentDialogVue ref="commonPopup" @confirm-btn="confirmBtn" title="选择职业">
|
|
|
|
|
|
+ <contentDialogVue ref="commonPopup" title="选择职业">
|
|
<view class="phone-zydj-popup">
|
|
<view class="phone-zydj-popup">
|
|
<view class="icon-title-navBar-box">
|
|
<view class="icon-title-navBar-box">
|
|
<view class="nav-bar-icon"></view>
|
|
<view class="nav-bar-icon"></view>
|
|
@@ -14,7 +14,7 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="zydj-popup-btn-box">
|
|
<view class="zydj-popup-btn-box">
|
|
- <button type="default" class="phone-green-btn">保存</button>
|
|
|
|
|
|
+ <button type="default" class="phone-green-btn" @click="confirmBtn">保存</button>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</contentDialogVue>
|
|
</contentDialogVue>
|