From b75418f77342f81cd3c1ecf8897759e6bbaea6fa Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期三, 17 七月 2024 13:41:59 +0800 Subject: [PATCH] update 合伙人功能更新 --- pages/home/supplier-home.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/home/supplier-home.vue b/pages/home/supplier-home.vue index f19e19a..7d7528c 100644 --- a/pages/home/supplier-home.vue +++ b/pages/home/supplier-home.vue @@ -34,7 +34,7 @@ <view class="flex tj-container" v-if="selftype==='partner'">. <view class="tj-each"> <view class="num total"> - ¥999.80 + ¥0.00 </view> </view> <view class="tj-each" style="flex: 1;"> @@ -114,7 +114,7 @@ </view> <view class="m-t-12" @click="getNoticeMore"> <uni-notice-bar class="notice-bar" color="#333" background-color="#fff" show-get-more show-icon - :scrollable="scrollable" :text="currentNotice.title||'暂无公共'" :key="currentNotice.id" /> + :scrollable="scrollable" :text="currentNotice.title||'暂无公告'" :key="currentNotice.id" /> <span v-if="!currentNotice||!currentNotice.id"> </span> </view> <view class="item-container"> -- Gitblit v1.9.3