Commit ce9bcde8 authored by youjie's avatar youjie

no message

parent b47ae6e9
......@@ -187,6 +187,12 @@
:datas="dataOne"
></carrierInformation>
</view>
<view v-if="ChooseidentityId == 3">
<enterInformation ref="enterinfo" :datas="dataOne"></enterInformation>
</view>
<view v-if="ChooseidentityId == 4">
<buildingInformation ref="buildinginfo" :datas="dataOne"></buildingInformation>
</view>
</view>
<view v-if="step != 3">
......@@ -200,13 +206,17 @@
<script>
import rangeSlider from "./components/range-slider.vue";
import carrierInformation from "./carrierInformation.vue";
import brandInformation from "./brandInformation.vue";
import carrierInformation from "./components/carrierInformation.vue";
import buildingInformation from "./components/buildingInformation.vue";
import brandInformation from "./components/brandInformation.vue";
import enterInformation from "./components/enterInformation.vue";
export default {
components: {
rangeSlider,
carrierInformation,
buildingInformation,
brandInformation,
enterInformation,
},
computed: {},
data() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment