Commit ce9bcde8 authored by youjie's avatar youjie

no message

parent b47ae6e9
...@@ -187,6 +187,12 @@ ...@@ -187,6 +187,12 @@
:datas="dataOne" :datas="dataOne"
></carrierInformation> ></carrierInformation>
</view> </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>
<view v-if="step != 3"> <view v-if="step != 3">
...@@ -200,13 +206,17 @@ ...@@ -200,13 +206,17 @@
<script> <script>
import rangeSlider from "./components/range-slider.vue"; import rangeSlider from "./components/range-slider.vue";
import carrierInformation from "./carrierInformation.vue"; import carrierInformation from "./components/carrierInformation.vue";
import brandInformation from "./brandInformation.vue"; import buildingInformation from "./components/buildingInformation.vue";
import brandInformation from "./components/brandInformation.vue";
import enterInformation from "./components/enterInformation.vue";
export default { export default {
components: { components: {
rangeSlider, rangeSlider,
carrierInformation, carrierInformation,
buildingInformation,
brandInformation, brandInformation,
enterInformation,
}, },
computed: {}, computed: {},
data() { 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