Feat(趣游):增加AI入口
This commit is contained in:
@@ -163,6 +163,9 @@
|
|||||||
/>
|
/>
|
||||||
</view>
|
</view>
|
||||||
<FunctionGuide @hide="setGuide('findFunIndex')" :maxStep="3" :guideData="functionGuideData" ref="FunctionGuide"></FunctionGuide>
|
<FunctionGuide @hide="setGuide('findFunIndex')" :maxStep="3" :guideData="functionGuideData" ref="FunctionGuide"></FunctionGuide>
|
||||||
|
<AiEntrance
|
||||||
|
:city-name="cityName"
|
||||||
|
/>
|
||||||
<xdd-tabbar :curr-index="4" />
|
<xdd-tabbar :curr-index="4" />
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
@@ -173,12 +176,14 @@ import FunHotelItem from './components/HotelItem'
|
|||||||
import { pageListenMixins } from '@/mixins/pageListenMixins'
|
import { pageListenMixins } from '@/mixins/pageListenMixins'
|
||||||
import XddTabbar from '@/components/xdd-tabbar'
|
import XddTabbar from '@/components/xdd-tabbar'
|
||||||
import FunctionGuide from '@/components/FunctionGuide'
|
import FunctionGuide from '@/components/FunctionGuide'
|
||||||
|
import AiEntrance from '@/components/aiChat/entrance'
|
||||||
import GuideMixins from '@/mixins/GuideMixins'
|
import GuideMixins from '@/mixins/GuideMixins'
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
FunHotelItem,
|
FunHotelItem,
|
||||||
XddTabbar,
|
XddTabbar,
|
||||||
FunctionGuide
|
FunctionGuide,
|
||||||
|
AiEntrance
|
||||||
},
|
},
|
||||||
mixins: [pageListenMixins, GuideMixins],
|
mixins: [pageListenMixins, GuideMixins],
|
||||||
data() {
|
data() {
|
||||||
|
|||||||
Reference in New Issue
Block a user