@@ -49,7 +49,7 @@ TUITranslateService.useI18n();
TUIChatKit.init();
// const SDKAppID = 1600005199; // 测试版
-const SDKAppID = 1600042286; // 测试版
+const SDKAppID = 1600042286; // 正式
const secretKey = "82f8b45664eb3252cf02f939aaac43cd81ba25b7c7f94f45be4f05e173e1ab2d"; // Your secretKey
@@ -41,7 +41,7 @@
>{{ userInfo.nick }}
<view
style="
- width: 130rpx;
+ padding: 0px 20rpx;
height: 40rpx;
background: linear-gradient(270deg, #f0ff00 0%, #00cf07 100%);
border-radius: 4rpx;
@@ -205,9 +205,9 @@ export default {
.title {
display: flex;
flex-direction: row;
- align-items: center;
+ align-items: flex-start;
font-weight: 600;
- font-size: 32rpx;
+ font-size: 16px;
color: #333333;
}
.phone {