潘超林 6 月之前
父节点
当前提交
4d4703b145

+ 8 - 7
TUIKit/components/TUIChat/chat-header/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <view style="display: none;" />
+  <view style="display: none" />
 </template>
 
 <script setup lang="ts">
@@ -8,17 +8,18 @@ import {
   StoreName,
   IConversationModel,
   TUITranslateService,
-} from '@tencentcloud/chat-uikit-engine';
-import { TUIGlobal } from '@tencentcloud/universal-api';
-import { onLoad } from '@dcloudio/uni-app';
-import { onMounted, onUnmounted, ref } from '../../../adapter-vue';
+} from "@tencentcloud/chat-uikit-engine";
+import { TUIGlobal } from "@tencentcloud/universal-api";
+import { onLoad } from "@dcloudio/uni-app";
+import { onMounted, onUnmounted, ref } from "../../../adapter-vue";
 
 const currentConversation = ref<IConversationModel>();
 const typingStatus = ref(false);
 
 const setChatHeaderContent = (content: string) => {
+  console.log("xxxxx", content);
   TUIGlobal?.setNavigationBarTitle({
-    title: content || '云通信 IM',
+    title: content || "云通信 IM",
   });
 };
 
@@ -54,7 +55,7 @@ function onCurrentConversationUpdated(conversation: IConversationModel) {
 function onTypingStatusUpdated(status: boolean) {
   typingStatus.value = status;
   if (typingStatus.value) {
-    setChatHeaderContent(TUITranslateService.t('TUIChat.对方正在输入'));
+    setChatHeaderContent(TUITranslateService.t("TUIChat.对方正在输入"));
   } else {
     setChatHeaderContent(currentConversation.value?.getShowName());
   }

+ 19 - 7
TUIKit/components/TUIChat/message-list/message-elements/message-custom.vue

@@ -14,7 +14,7 @@
                 {{ isCustom.spuName }}
               </div>
               <div style="font-weight: 400; font-size: 28rpx">
-                {{ isCustom.price }}元/{{ isCustom.unit }}
+                {{ isCustom.price.toFixed(2) }}元/{{ isCustom.unit }}
               </div>
             </div>
           </div>
@@ -39,7 +39,7 @@
               </div>
 
               <div style="font-weight: 400; font-size: 28rpx" v-if="userType == 0">
-                {{ isCustom.price }}元/{{ isCustom.unit }}
+                {{ isCustom.price.toFixed(2) }}元/{{ isCustom.unit }}
               </div>
               <div style="font-weight: 400; font-size: 28rpx" v-else>
                 {{
@@ -80,11 +80,15 @@
                 {{ isCustom.spuName }}
               </div>
               <div style="font-weight: 400; font-size: 28rpx" v-if="userType == 0">
-                {{ isCustom.price }}元/{{ isCustom.unit }}
+                {{ isCustom.price.toFixed(2) }}元/{{ isCustom.unit }}
               </div>
               <div style="font-weight: 400; font-size: 28rpx" v-else>
                 {{
-                  isCustom.goodsAmount + isCustom.serviceFee + isCustom.freightFee
+                  (
+                    isCustom.goodsAmount +
+                    isCustom.serviceFee +
+                    isCustom.freightFee
+                  ).toFixed(2)
                 }}元/{{ isCustom.unit }}
               </div>
             </div>
@@ -124,7 +128,11 @@
               </div>
               <div style="font-weight: 400; font-size: 28rpx" v-else>
                 {{
-                  isCustom.goodsAmount + isCustom.serviceFee + isCustom.freightFee
+                  (
+                    isCustom.goodsAmount +
+                    isCustom.serviceFee +
+                    isCustom.freightFee
+                  ).toFixed(2)
                 }}元/{{ isCustom.unit }}
               </div>
             </div>
@@ -162,11 +170,15 @@
                 {{ isCustom.spuName }}
               </div>
               <div style="font-weight: 400; font-size: 28rpx" v-if="userType == 0">
-                {{ isCustom.price }}元/{{ isCustom.unit }}
+                {{ isCustom.price.toFixed(2) }}元/{{ isCustom.unit }}
               </div>
               <div style="font-weight: 400; font-size: 28rpx" v-else>
                 {{
-                  isCustom.goodsAmount + isCustom.serviceFee + isCustom.freightFee
+                  (
+                    isCustom.goodsAmount +
+                    isCustom.serviceFee +
+                    isCustom.freightFee
+                  ).toFixed(2)
                 }}元/{{ isCustom.unit }}
               </div>
             </div>

+ 2 - 2
TUIKit/components/TUIContact/contact-list/index.vue

@@ -24,7 +24,7 @@
     <liu-drag-button @clickBtn="clickBtn">
       <Icon :file="addSVG" :width="'14px'" :height="'14px'" />
     </liu-drag-button>
-    <ul
+    <!-- <ul
       v-if="!contactSearchingStatus"
       :class="['tui-contact-list', !isPC && 'tui-contact-list-h5']"
     >
@@ -99,7 +99,7 @@
       <div v-if="isContactSearchNoResult" class="tui-contact-search-list-default">
         {{ TUITranslateService.t("TUIContact.无搜索结果") }}
       </div>
-    </ul>
+    </ul> -->
   </div>
 </template>
 <script setup lang="ts">

+ 2 - 1
pages.json

@@ -15,7 +15,8 @@
       "path": "TUIKit/components/TUIChat/index",
       "style": {
         "navigationBarTitleText": "",
-        "autoBackButton": true
+        "autoBackButton": true,
+        "navigationStyle": "custom"
       }
     },
     {

+ 2 - 2
pages/group/index.vue

@@ -1,7 +1,7 @@
 <template>
   <view class="supply-hall">
     <z-paging ref="paging" v-model="dataList" @query="queryList">
-      <template slot="top">
+      <!-- <template slot="top">
         <u-navbar :autoBack="true" bgColor="transparent">
           <view
             slot="center"
@@ -78,7 +78,7 @@
             </view>
           </view>
         </view>
-      </template>
+      </template> -->
       <view class="main">
         <view
           class="item"