diff --git a/TUIKit/components/TUIChat/message-input-toolbar/call-view/index.vue b/TUIKit/components/TUIChat/message-input-toolbar/call-view/index.vue
index 59af354..f3a6dae 100644
--- a/TUIKit/components/TUIChat/message-input-toolbar/call-view/index.vue
+++ b/TUIKit/components/TUIChat/message-input-toolbar/call-view/index.vue
@@ -1,101 +1,102 @@
diff --git a/manifest.json b/manifest.json
index 3e59dec..47bb6d0 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,9 +1,9 @@
{
"name" : "密谈IM",
- "appid" : "__UNI__BE00EFC",
+ "appid" : "__UNI__D40A151",
"description" : "",
- "versionName" : "1.1.2",
- "versionCode" : 111,
+ "versionName" : "1.1.3",
+ "versionCode" : 112,
"transformPx" : false,
/* 5+App特有相关 */
"app-plus" : {
@@ -112,13 +112,27 @@
}
},
"nativePlugins" : {
+ "RongCloud-Beauty" : {
+ "__plugin_info__" : {
+ "name" : "RCUniBeauty",
+ "description" : "融云基础版美颜插件,服务于 RCUniRtc 或 RCUniCall",
+ "platforms" : "Android,iOS",
+ "url" : "https://ext.dcloud.net.cn/plugin?id=7982",
+ "android_package_name" : "",
+ "ios_bundle_id" : "",
+ "isCloud" : true,
+ "bought" : 1,
+ "pid" : "7982",
+ "parameters" : {}
+ }
+ },
"RongCloud-Call" : {
"__plugin_info__" : {
"name" : "RCUniCall",
"description" : "融云实时音视频 SDK uni 原生插件",
"platforms" : "Android,iOS",
"url" : "https://ext.dcloud.net.cn/plugin?id=6372",
- "android_package_name" : "",
+ "android_package_name" : "uni.app.UNI9EFDC69WWCC",
"ios_bundle_id" : "",
"isCloud" : true,
"bought" : 1,
@@ -132,27 +146,13 @@
"description" : "融云即时通讯 SDK uni 原生插件V2",
"platforms" : "Android,iOS",
"url" : "https://ext.dcloud.net.cn/plugin?id=9227",
- "android_package_name" : "",
+ "android_package_name" : "uni.app.UNI9EFDC69WWCC",
"ios_bundle_id" : "",
"isCloud" : true,
"bought" : 1,
"pid" : "9227",
"parameters" : {}
}
- },
- "RongCloud-Beauty" : {
- "__plugin_info__" : {
- "name" : "RCUniBeauty",
- "description" : "融云基础版美颜插件,服务于 RCUniRtc 或 RCUniCall",
- "platforms" : "Android,iOS",
- "url" : "https://ext.dcloud.net.cn/plugin?id=7982",
- "android_package_name" : "com.audio.im",
- "ios_bundle_id" : "",
- "isCloud" : true,
- "bought" : 1,
- "pid" : "7982",
- "parameters" : {}
- }
}
}
},
diff --git a/pages/audience/index.nvue b/pages/audience/index.nvue
index 41f6787..1a2d498 100644
--- a/pages/audience/index.nvue
+++ b/pages/audience/index.nvue
@@ -75,11 +75,7 @@
style="width: 72rpx; height: 72rpx;"
@click="navigateTo('/pages/shop-together/user', {
type: 1,
- id: currentLive.liveID,
- text: currentLive.liveName,
- cover: currentLive.coverUrl,
- avatarUrl: currentLive.liveOwner.avatarUrl
- title: currentLive.liveOwner.title
+ id: currentLive.liveID
})"
/>
diff --git a/pages/mall/detail.vue b/pages/mall/detail.vue
index 016d3d4..74101b4 100644
--- a/pages/mall/detail.vue
+++ b/pages/mall/detail.vue
@@ -91,6 +91,11 @@
>
+
+
{
- console.log('===', e)
+ propsData.id = e.id
+ propsData.type = e.type
+ if (e.type == 1) {
+ const { currentLive } = useLiveListState(e.id)
+ liveData.value = currentLive.value
+ }
TUIStore.watch(StoreName.GRP, {
groupList: onGroupListUpdated
})
diff --git a/stores/user.js b/stores/user.js
index 309f7e0..2d315ab 100644
--- a/stores/user.js
+++ b/stores/user.js
@@ -190,9 +190,7 @@ export const useUserStore = defineStore('user', () => {
// this.libPage = true;
// this.loginUserId = res.userId;
uni.hideLoading();
- uni.showToast({
- title: res.userId
- });
+ console.log('登录成功')
if (uni.getSystemInfoSync().platform === 'android') {
permision.requestAndroidPermission('android.permission.CAMERA');
permision.requestAndroidPermission('android.permission.RECORD_AUDIO');