This commit is contained in:
cansnow
2025-12-23 00:18:46 +08:00
parent 59d1ba9a7e
commit f49f1f1ad1
54 changed files with 25338 additions and 333 deletions
@@ -32,7 +32,6 @@
conversationID:String,
},
data() {
console.log(this.message);
return {
src:"",
};
@@ -45,7 +44,7 @@
},
methods: {
async init(){
console.log(this.message);
//console.log(this.message);
const self = this;
let audio = this.message.soundElem;
//soundPath
@@ -57,7 +56,7 @@
if (typeof plus === 'undefined' || !cachePath) return;
util.cacheFile(snapshotUrl,cachePath,(fn)=>{
self.src = fn;
console.log(fn);
//console.log(fn);
},(e)=>{
console.log(e);
},(e)=>{