This commit is contained in:
liuye
2024-01-08 10:27:41 +08:00
parent 1230f98b7b
commit 816cb42c28

View File

@@ -1,6 +1,6 @@
<template>
<div class="AppResidentAssistant">
<u-navbar title="居民助手" title-color="#000" title-width="300" title-size="32" :title-bold="true" :background="backgroundNavbar" :z-index="9999999999"></u-navbar>
<u-navbar title="居民助手" title-color="#000" title-width="300" title-size="32" :title-bold="true" :background="backgroundNavbar"></u-navbar>
<div class="service-content">
<div class="text-content">
<div class="text-left">
@@ -41,7 +41,7 @@
<div v-else @click="endRecord">
<p>正在录音中</p>
<div class="tips-text">点击下方停止录音</div>
<img src="https://cdn.cunwuyun.cn/wechat/biaopin/residentAssistant/recording.png" alt="" class="recording">
<img src="https://cdn.cunwuyun.cn/wechat/biaopin/residentAssistant/shengbo.gif" alt="" class="recording">
</div>
</div>
</div>
@@ -91,7 +91,7 @@ export default {
console.log(res)
this.upLoad(res.tempFilePath)
});
this.getHistoryList()
// this.getHistoryList()
},
onPullDownRefresh() {
if(this.current > this.pages) {
@@ -382,10 +382,6 @@ page {
height: 80px;
padding: 0 16px;
}
// .send-img {
// padding-left: 16px;
// width: 96px;
// }
}
.type-record {
position: relative;