Merge branch 'dev-20250930' of http://25.13.9.101:9000/K17_AITS/tra-app into dev-20250930

This commit is contained in:
田岩
2025-08-08 17:37:30 +08:00
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -113,6 +113,8 @@ const audioObj = uni.createInnerAudioContext()
// app端
const recordObjCom = ref({})
const IsAndEnv = getPhoneEnvBool('AND')
const isStartNum = ref(0)
const isStopNum = ref(0)
const initRecord = () => {
recordObjCom.value = uni.getRecorderManager()
unref(recordObjCom)?.onStop((res, duration)=>{
@@ -158,8 +160,6 @@ const initRecord = () => {
}
const startFlag = ref(1)
// const canStart = ref(true)
const isStartNum = ref(0)
const isStopNum = ref(0)
const startRecord = () => {
isStartNum.value += 1
unref(recordObjCom).start({format:'mp3'})
+1 -1
View File
@@ -81,7 +81,7 @@
<style scoped lang="scss">
.answer-content{
background-color: #fff;
background-color: #f5f5f5;
padding: 20rpx;
border-radius: 15rpx;
padding-bottom: 10rpx;
+1 -1
View File
@@ -585,7 +585,7 @@
.bot-bg {
// background-color: #F6F8FF;
background: linear-gradient(136deg, rgba(234, 246, 255, 0) 0%, #c3e6ff 100%);
background: linear-gradient(136deg, rgba(234, 246, 255, 0) 0%, #fff 100%);
width: 100%;
flex: 1;
}