修改所有首页为数字广东

This commit is contained in:
2025-12-01 17:38:37 +08:00
parent 25e9fac1b9
commit 5ba58bafa6
5 changed files with 12 additions and 12 deletions

View File

@@ -18,7 +18,7 @@ const pages = {
type: 'home',
style: {
navigationStyle: 'custom',
navigationBarTitleText: '首页',
navigationBarTitleText: '数字广东',
},
},
{

View File

@@ -11,7 +11,7 @@ import { useCartStore } from '@/store/cart'
definePage({
style: {
navigationBarTitleText: '首页',
navigationBarTitleText: '数字广东',
},
})

View File

@@ -88,7 +88,7 @@ onUnload(() => {
<view class="login-page">
<view class="logo-wrapper">
<view class="logo">
<image src="/static/logo3.png" class="logo-image"></image>
<image src="/static/logo4.png" class="logo-image"></image>
<!-- <text class="i-carbon-store icon"></text> -->
</view>
<!-- <text class="app-name">商城+金融</text> -->
@@ -140,7 +140,7 @@ onUnload(() => {
<style lang="scss" scoped>
.logo-image {
width: 60px;
width: 378px;
height: 60px;
}
.login-page {
@@ -159,15 +159,15 @@ onUnload(() => {
margin-bottom: 100rpx;
.logo {
width: 160rpx;
height: 160rpx;
background: linear-gradient(135deg, #ff6b6b 0%, #ff4d4f 100%);
width: 378rpx;
height: 60rpx;
// background: linear-gradient(135deg, #ff6b6b 0%, #ff4d4f 100%);
border-radius: 40rpx;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 24rpx;
box-shadow: 0 8rpx 24rpx rgba(255, 77, 79, 0.3);
// box-shadow: 0 8rpx 24rpx rgba(255, 77, 79, 0.3);
.icon {
font-size: 80rpx;
@@ -206,7 +206,7 @@ onUnload(() => {
.code-btn {
font-size: 26rpx;
color: #ff4d4f;
color: #008ef7;
padding-left: 20rpx;
border-left: 1rpx solid #ddd;
line-height: 1;
@@ -219,7 +219,7 @@ onUnload(() => {
.submit-btn {
height: 100rpx;
background: linear-gradient(135deg, #ff6b6b 0%, #ff4d4f 100%);
background: linear-gradient(135deg, #0060ef 0%, #0060ef 100%);
border-radius: 50rpx;
display: flex;
align-items: center;

BIN
src/static/logo4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

View File

@@ -29,7 +29,7 @@ export const nativeTabbarList: NativeTabBarItem[] = [
iconPath: 'static/tabbar/home.png',
selectedIconPath: 'static/tabbar/homeHL.png',
pagePath: 'pages/index/index',
text: '首页',
text: '数字广东',
},
{
iconPath: 'static/tabbar/personal.png',
@@ -43,7 +43,7 @@ export const nativeTabbarList: NativeTabBarItem[] = [
// 如果需要配置鼓包,需要在 'tabbar/store.ts' 里面设置,最后在 `tabbar/index.vue` 里面更改鼓包的图片
export const customTabbarList: CustomTabBarItem[] = [
{
text: '首页',
text: '数字广东',
pagePath: 'pages/index/index',
// 注意 unocss 图标需要如下处理:(二选一)
// 1在fg-tabbar.vue页面上引入一下并注释掉见tabbar/index.vue代码第2行