mirror of
http://36.133.248.69:3088/admin/RentWeAppFront.git
synced 2026-06-07 06:22:27 +08:00
修复bug以及优化
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<template>
|
||||
<view class="index">
|
||||
<image :src="staticHost + '/public/static/index/index_bg.png'" mode="aspectFill" class="bg"></image>
|
||||
<float-guide :initX="280" :initY="400" :videoSrc="staticHost + '/public/static/index/guide.mp4'" />
|
||||
<!-- 搜索栏 -->
|
||||
<view class="index-title">
|
||||
伍家国投
|
||||
@@ -106,9 +107,11 @@
|
||||
|
||||
<script>
|
||||
import SearchBar from '../../components/searchBar/SearchBar.vue';
|
||||
import floatGuide from '../../components/floatGuide/floatGuide.vue';
|
||||
export default {
|
||||
components: {
|
||||
SearchBar
|
||||
SearchBar,
|
||||
floatGuide
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user