音视频呼叫优化

This commit is contained in:
2022-02-21 09:30:00 +08:00
parent 4f7096a9c4
commit ce954c5dcc
6 changed files with 35 additions and 17 deletions

View File

@@ -5,7 +5,7 @@
import im from '@/utils/im/index.js'
export default {
onLaunch: function() {
onLaunch: function() {
im.initIm('lmxuhwaglu76d')
return
//#ifdef APP-PLUS
@@ -29,7 +29,7 @@
uni.downloadFile({
url: res.info.download,
success: apkPick => {
plus.runtime.install(apkPick
plus.runtime.install(apkPick
.tempFilePath, '',
installRES => {
// 安装完成用于提示新版本引导,暂时无用