增加咨询右下角组件
This commit is contained in:
@@ -21,6 +21,8 @@
|
||||
</div>
|
||||
<listBtmPrompt></listBtmPrompt>
|
||||
</div>
|
||||
<!-- 右下角咨询 -->
|
||||
<circle-btn></circle-btn>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
@@ -30,6 +32,7 @@ import seachModule from "../../components/seachModule/seachModule.vue";
|
||||
import biserialItem from '../../components/biserialListItem/biserialListItem.vue'
|
||||
import listBtmPrompt from "../../components/public/have-questions.vue";
|
||||
import noList from "../../components/public/empty-duck.vue";
|
||||
import circleBtn from '@/components/public/circle-btn.vue'
|
||||
import api from "../../utils/api";
|
||||
import tool from '../../toolJs/downLoadMore'
|
||||
|
||||
@@ -66,7 +69,7 @@ let getDataList = (data) => {
|
||||
loading.value = false
|
||||
let postData = {
|
||||
page: pages.value,
|
||||
intermediary:1,
|
||||
intermediary: 1,
|
||||
...data
|
||||
}
|
||||
api.getLists(postData).then(res => {
|
||||
|
||||
Reference in New Issue
Block a user