|
|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <view class="page" :style="{'min-height':h+'px', 'padding-top':mt+'px'}">
|
|
|
+ <view class="page" :style="{'min-height':h+'px', 'padding-top':mt+'px', 'padding-bottom': 'calc(240rpx + ' + fixBottom + 'px)'}">
|
|
|
<u-navbar title="创衡正念企业教练AI智能体" bgColor="#E9F4F6" :titleStyle="{'font-size':'32rpx','font-weight':'bold','color':'#002846'}">
|
|
|
<view class="u-nav-slot" slot="left" style="display: flex;background-color: transparent;">
|
|
|
<image src="https://transcend.ringzle.com/xiaozhi-app/profile/2025/06/16/ef50e3e8-d0f9-41dd-a4ec-546b157a1de9.png" style="width: 45rpx;height: 45rpx;" @tap="toBack"></image>
|
|
|
@@ -106,6 +106,9 @@
|
|
|
onReady() {
|
|
|
uni.onKeyboardHeightChange(res => {
|
|
|
this.fixBottom = res.height||0;
|
|
|
+ if(this.fixBottom>0){
|
|
|
+ this.scrollToBottom()
|
|
|
+ }
|
|
|
});
|
|
|
},
|
|
|
onUnload() {
|