ci(other): ci update
This commit is contained in:
@@ -3,12 +3,17 @@ import Taro from '@tarojs/taro';
|
||||
import UserModal from '@/components/UserModal.vue';
|
||||
import { ref } from 'vue';
|
||||
import { getPhone, login, getPersonalInfo } from '@/api/user';
|
||||
import logoImg from '../../../static/logo.jpg';
|
||||
// import logoImg from '../../../static/logo.jpg';
|
||||
import { Left, Home } from '@nutui/icons-vue-taro';
|
||||
|
||||
const statusBarHeight = Taro.getSystemInfoSync().statusBarHeight;
|
||||
const BarHeight = ref((statusBarHeight as number) - 7);
|
||||
|
||||
const appName = process.env.TARO_APP_NAME;
|
||||
|
||||
const logoImg = require(process.env.TARO_APP_LOGO_IMG as string);
|
||||
// const logoImg = process.env.TARO_APP_LOGO_IMG;
|
||||
|
||||
const isShow = ref(false);
|
||||
|
||||
const val = ref(false);
|
||||
@@ -157,8 +162,8 @@ const clickText = (type: number, text: string) => {
|
||||
</view>
|
||||
<image src="../../../static/wechat_login.jpg" />
|
||||
<view class="logo">
|
||||
<image :src="logoImg" />
|
||||
<view>捷兑通</view>
|
||||
<image :src="logoImg"></image>
|
||||
<view>{{ appName }}</view>
|
||||
</view>
|
||||
<view class="center">
|
||||
<nut-button
|
||||
|
||||
Reference in New Issue
Block a user