diff --git a/App.vue b/App.vue
index 485b5cbb..9f8b1f5c 100644
--- a/App.vue
+++ b/App.vue
@@ -19,7 +19,7 @@
// 获取urlSchemes参数
const args = plus.runtime.arguments;
if (args) {
- }
+ }
// 获取剪贴板
uni.getClipboardData({
diff --git a/pages/chat/index.vue b/pages/chat/index.vue
index d1443a4d..6aaceb25 100644
--- a/pages/chat/index.vue
+++ b/pages/chat/index.vue
@@ -5,7 +5,7 @@
navbar="inner"
>
-
+
diff --git a/pages/commission/team.vue b/pages/commission/team.vue
index 926c3bda..cdb87362 100644
--- a/pages/commission/team.vue
+++ b/pages/commission/team.vue
@@ -166,7 +166,7 @@
>单
- {{ item.brokeragePrice || 0 }}{{ fen2yuan(item.brokeragePrice) || 0 }}元
@@ -259,6 +259,7 @@
import _ from 'lodash-es';
import { onPageScroll } from '@dcloudio/uni-app';
import BrokerageApi from '@/sheep/api/trade/brokerage';
+ import { fen2yuan } from '../../sheep/hooks/useGoods';
const statusBarHeight = sheep.$platform.device.statusBarHeight * 2;
// const agentInfo = computed(() => sheep.$store('user').agentInfo);
diff --git a/sheep/components/s-tabbar/s-tabbar.vue b/sheep/components/s-tabbar/s-tabbar.vue
index 369a8232..4ff23404 100644
--- a/sheep/components/s-tabbar/s-tabbar.vue
+++ b/sheep/components/s-tabbar/s-tabbar.vue
@@ -15,6 +15,9 @@
:key="item.text"
:text="item.text"
:name="item.url"
+ :badge="item.badge"
+ :dot="item.dot"
+ :badgeStyle="tabbar.badgeStyle"
:isCenter="getTabbarCenter(index)"
:centerImage="sheep.$url.cdn(item.iconUrl)"
@tap="sheep.$router.go(item.url)"
@@ -33,6 +36,7 @@
-