修改两个logo

This commit is contained in:
田岩
2025-07-25 09:59:50 +08:00
parent 09317b66e5
commit 0075d83308
8 changed files with 19 additions and 14 deletions
+2 -3
View File
@@ -9,7 +9,7 @@ ENV = 'development'
# VITE_APP_BASE_API_Url = 'http://25.18.122.78:9786'
# DEV
VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7001'
VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7003'
# app入口
#VITE_APP_BASE_API_Url = 'http://25.16.122.65:7001'
@@ -19,5 +19,4 @@ VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7001'
# h5专用地址
VITE_APP_BASE_H5_API_Url = 'http://aitstest.jlbank.com.cn:7001'
VITE_APP_BASE_H5_API_Url = 'http://25.18.122.66:9786'
+4 -1
View File
@@ -1,8 +1,10 @@
<template>
<view class="course-item-box" @click="clickItem">
<view class="img-box-view">
<ImagePreview class="img-box" :imgId="itemInfo.imgId" :isCache="true" width="340" height="340"></ImagePreview>
<ImagePreview class="img-box" :imgId="itemInfo.imgId" :isCache="true" width="340" height="340" mode="aspectFill"></ImagePreview>
<view class="item-grade">{{itemInfo.evalGrade}}</view>
<!-- <image class="item-grade" mode="aspectFill"></view> -->
</view>
<view class="cont-box">
<view class="item-title">{{itemInfo.crsName}}</view>
@@ -78,6 +80,7 @@
position: relative;
border-radius: 20rpx;
overflow: hidden;
box-shadow: 0 0 10rpx #c3c3c3;
.img-box{
width: 170rpx;
height: 170rpx;
+2
View File
@@ -6,6 +6,8 @@
</template>
<script setup>
const windowInfo = uni.getWindowInfo()
const props = defineProps({
is_fixed: {
type: Boolean,
+2 -1
View File
@@ -6,7 +6,7 @@
<view class="body-title">
<!-- @click="test.testApi" -->
<uv-icon class="arrow-icon" name="arrow-left" @click="common.switchTab('/pages/index/index')"/>
课程中心
AI学习
</view>
<view class="input-view" @click="toSearchPage">
<uv-input shape="circle"
@@ -187,6 +187,7 @@ import { onShow } from "@dcloudio/uni-app"
let _reqListN = _arr.filter(t=>t.required === "N")
return _reqList.concat(_reqListN)
})
const courseListBase = ref([])
const courseList = computed(()=>{
return activeTag.value
+7 -7
View File
@@ -20,7 +20,7 @@
<!-- 文字logo -->
<view class="title_logo">
<image src="@/static/images/index/logo_text.png" class="log_img"></image>
<image src="@/static/images/index/logo_text.png" class="log_img" mode="heightFix"></image>
<view class="fl1"></view>
</view>
<!-- 搜索框 -->
@@ -81,7 +81,7 @@
<view class="group">
<view class="item" @click="common.switchTab('/pages/course/index')">
<image class="icon" src="@/static/images/index/navigation_course.png"></image>
<view class="title">课程中心</view>
<view class="title">AI学习</view>
</view>
<view class="item"
@click="common.navigateTo('/pages/index/dialog',{ animationType: 'slide-in-bottom'})">
@@ -89,7 +89,7 @@
<view class="title">AI问答</view>
</view>
<view class="item">
<image class="icon" src="@/static/images/index/navigation_ai.png" @click="ai_test()"></image>
<image class="icon" src="@/static/images/index/navigation_ai.png"></image>
<view class="title">AI陪练</view>
</view>
<view class="item">
@@ -356,7 +356,7 @@
}
}
});
const index = ref(0)
const ai_test = () => {
index.value++
@@ -372,6 +372,7 @@
},
})
}
// 进入搜索页
const goto_search_page = () => {
common.navigateTo('/pages/search/search')
@@ -548,11 +549,10 @@
display: flex;
margin-top: 106rpx;
margin-left: $bg-margin-left;
.log_img {
margin-left: 10rpx;
width: 300rpx;
height: 46rpx;
// width: 300rpx;
height: 50rpx;
}
}
+2 -2
View File
@@ -6,7 +6,7 @@
<image src="/static/images/login/profile.png" class="profile"></image>
</view>
<view class="title_logo">
<image src="/static/images/login/logo_text.png" class="log_img" @click="goTest"></image>
<image src="/static/images/login/logo_text.png" mode="heightFix" class="log_img" @click="goTest"></image>
<view class="fl1"></view>
</view>
<view class="title_text_div">
@@ -269,7 +269,7 @@ onBackPress(() => back_state.value);
margin-top: 120rpx;
.log_img {
width: 380rpx;
// width: 380rpx;
height: 70rpx;
}
}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.5 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB