ci(other): ci update

This commit is contained in:
2025-10-31 19:13:49 +08:00
parent d831ee932b
commit 63b61bbc98
15 changed files with 197 additions and 26 deletions

View File

@@ -13,7 +13,12 @@
<view class="search-btn" @click="clickSearch">搜索</view>
</view>
<view class="banner">
<view class="title"></view>
<!-- <view
class="title"
:style="{
backgroundImage: `url('${titleImgPath}')`,
}"></view> -->
<image class="title" :src="titleImgPath"></image>
<view class="jf-btn" hover-class="none"></view>
<!-- <view class="footer">
<navigator
@@ -62,6 +67,8 @@ import Popup from '@/components/Popup.vue';
const statusBarHeight = Taro.getSystemInfoSync().statusBarHeight;
const BarHeight = ref((statusBarHeight as number) + 7);
const titleImgPath = require(process.env.TARO_APP_TITLE_IMG as string);
interface navigationType {
ID?: number;
type: number;
@@ -74,7 +81,8 @@ const navigationList = ref<Array<navigationType>>([]);
const imgList = ref([
// require('../../static/popTip-1.png'),
require('../../static/popTip.png'),
// require('../../static/popTip.png'),
require('../../static/zhenggai.png'),
]);
Taro.useShareAppMessage(() => ({