Commit a365e779 authored by 王炽's avatar 王炽

666666

parent cc38a55d
......@@ -20,7 +20,7 @@
</swiper>
<image @tap="backHandler" class="btnback" :src="$baseUrl+'searchpage/btnback.png'"></image>
<image class="search-icon" :src="$baseUrl + 'static/contentLibrary/1001/Seach.png'"></image>
<image class="search-icon" :src="$baseUrl + 'contentLibrary/1001/Seach.png'"></image>
<view class="list-area-container">
<text class="list-title">{{ listTitles[0] }}</text>
......@@ -228,9 +228,12 @@
</template>
<script setup>
import { ref , onMounted } from 'vue'
import { ref , onMounted, getCurrentInstance } from 'vue'
import TabBarConLibrary from '@/components/TabBarConLibrary.vue';
const { proxy } = getCurrentInstance();
const $baseUrl = proxy.$baseUrl;
const bannerList = ref([
{
img: $baseUrl + 'contentLibrary/1001/banner-cl0.png',
......
......@@ -324,7 +324,7 @@
import { ref, onMounted } from 'vue';
import { jump, JumpType } from '@/utils/index.js'
import { useUserStore } from "@/stores/user";
const activeIndex = ref(0);
const tabs = ref([
{ line1: '精选榜单', line2: '积分超值兑' },
......
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