From 23b4e95dd532f4a103a9b8b387451e018d05e3e5 Mon Sep 17 00:00:00 2001 From: kola-web Date: Wed, 16 Jul 2025 16:54:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=97=AE=E7=AD=94=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project.config.json | 2 +- src/app.ts | 12 ++++++------ src/pages/ask/index.json | 1 + src/pages/ask/index.scss | 5 +++-- src/pages/ask/index.wxml | 1 + 5 files changed, 12 insertions(+), 9 deletions(-) diff --git a/project.config.json b/project.config.json index 2c995fd..5f59496 100644 --- a/project.config.json +++ b/project.config.json @@ -66,7 +66,7 @@ ], "include": [] }, - "appid": "wxa4ece062e60e93a5", + "appid": "wx96104303877e3fd9", "scripts": { "beforeCompile": "pnpm run beforeCompile", "beforePreview": "pnpm run beforeCompile", diff --git a/src/app.ts b/src/app.ts index 39c6bba..d4ff8c6 100644 --- a/src/app.ts +++ b/src/app.ts @@ -17,15 +17,15 @@ App({ globalData: { // dev // appid:wxa4ece062e60e93a5 - url: 'https://m.wtx.hbraas.com', - upFileUrl: 'https://m.wtx.hbraas.com/', - imageUrl: 'https://m.wtx.hbraas.com/GeneB/', + // url: 'https://m.wtx.hbraas.com', + // upFileUrl: 'https://m.wtx.hbraas.com/', + // imageUrl: 'https://m.wtx.hbraas.com/GeneB/', // pro // appid:wx96104303877e3fd9 - // url: 'https://m.gene.hbsaas.com', - // upFileUrl: 'https://m.gene.hbsaas.com/', - // imageUrl: 'https://m.gene.hbsaas.com/GeneB/', + url: 'https://m.gene.hbsaas.com', + upFileUrl: 'https://m.gene.hbsaas.com/', + imageUrl: 'https://m.gene.hbsaas.com/GeneB/', Timestamp: new Date().getTime(), scene: {}, diff --git a/src/pages/ask/index.json b/src/pages/ask/index.json index 4dba397..f138d08 100644 --- a/src/pages/ask/index.json +++ b/src/pages/ask/index.json @@ -1,6 +1,7 @@ { "navigationStyle": "custom", "usingComponents": { + "van-overlay": "@vant/weapp/overlay/index", "van-loading": "@vant/weapp/loading/index", "navbar": "/components/navbar/index" } diff --git a/src/pages/ask/index.scss b/src/pages/ask/index.scss index a05ae5b..d9c4b10 100644 --- a/src/pages/ask/index.scss +++ b/src/pages/ask/index.scss @@ -63,7 +63,7 @@ page { line-height: 48rxp; padding: 20rpx 32rpx; background-color: #fff; - border-radius: 84rpx; + border-radius: 32rpx; } } } @@ -145,7 +145,7 @@ page { .message { margin-bottom: 32rpx; padding: 26rpx 32rpx; - background: linear-gradient(13deg, #FFFFFF 58.17%, #FFCDCA 156.6%); + background: linear-gradient(13deg, #ffffff 58.17%, #ffcdca 156.6%); border-radius: 32rpx; font-size: 32rpx; color: rgba(1, 1, 5, 1); @@ -442,6 +442,7 @@ page { } .page-footer { position: relative; + z-index: 2; flex-shrink: 0; padding: 18rpx 30rpx calc(env(safe-area-inset-bottom) + 30rpx); border-radius: 24rpx 24rpx 0 0; diff --git a/src/pages/ask/index.wxml b/src/pages/ask/index.wxml index 6b95af5..0c9f3d7 100644 --- a/src/pages/ask/index.wxml +++ b/src/pages/ask/index.wxml @@ -85,6 +85,7 @@ +