diff --git a/components/request.js b/components/request.js
index c4ead40..398b6dd 100644
--- a/components/request.js
+++ b/components/request.js
@@ -3,8 +3,8 @@ export default function request(urldata) {
const { url, data, method, header, userInfo } = urldata;
// const baseUrl = "http://49.235.115.212:8086/"+ url;
// const baseUrl = "https://pk.zhukeping.com/"+ url;
- const baseUrl = "http://120.26.251.180:8086/"+ url;
- // const baseUrl = "http://192.168.0.218:8086/"+ url;
+ // const baseUrl = "http://120.26.251.180:8086/"+ url;
+ const baseUrl = "http://192.168.0.218:8086/"+ url;
if (userInfo) {
return new Promise((resolve, reject) => {
uni.getStorage({
diff --git a/components/tabBar/tabBar.vue b/components/tabBar/tabBar.vue
index c04cacd..713a70d 100644
--- a/components/tabBar/tabBar.vue
+++ b/components/tabBar/tabBar.vue
@@ -25,7 +25,7 @@
-
+
@@ -57,6 +57,10 @@ function onConversationListUpdated(list) {
Unread.value = calculateUnreadCount(list);
}
+const emit = defineEmits(['publishSucces']);
+function publishSuccesss() {
+ emit('publishSucces');
+}
// 计算未读消息总数
function calculateUnreadCount(arr) {
let total = 0;
@@ -290,6 +294,7 @@ function handlePush(item, index) {
}
}
.Unreadcss{
+ position: absolute;
background-color: #ff0000;
margin-top: -65rpx;
width: 30rpx;
diff --git a/pages/Home/Home.vue b/pages/Home/Home.vue
index 1e19275..6dfc389 100644
--- a/pages/Home/Home.vue
+++ b/pages/Home/Home.vue
@@ -12,9 +12,9 @@
@screening="goScreening"
>
-
+
-
+
@@ -64,7 +70,7 @@
-
+
- _
+ -
最大金币数
+ 暂无积分记录
@@ -153,6 +155,14 @@ export default {
height: 100%;
width: 750rpx;
}
+.empty{
+ height: 100%;
+ width: 750rpx;
+ line-height: 1200rpx;
+ text-align: center;
+ font-size: 28rpx;
+ color: #898989;
+}
.card-content {
display: flex;
justify-content: space-between;
diff --git a/pages/Mine/minecomponents/recompose/recompose.vue b/pages/Mine/minecomponents/recompose/recompose.vue
index dd5c791..e0cbb72 100644
--- a/pages/Mine/minecomponents/recompose/recompose.vue
+++ b/pages/Mine/minecomponents/recompose/recompose.vue
@@ -162,7 +162,7 @@