Compare commits

...

5 Commits

Author SHA1 Message Date
2def830fc3 Merge commit '5e6e77d6ce7232712f9a0603ca6fec90633db801' into dev-wdb 2026-02-11 09:51:15 +08:00
huxuejian
5e6e77d6ce Merge remote-tracking branch 'origin/dev-hjf' 2026-02-10 18:01:09 +08:00
huxuejian
680e1e8c5d Update article-list.vue 2026-02-10 18:01:01 +08:00
Jafeng
2fe645a886 Merge remote-tracking branch 'origin/dev-wdb' into dev-hjf 2026-02-10 17:44:06 +08:00
Jafeng
e638c790cc fix:文案修改 2026-02-10 17:37:37 +08:00
3 changed files with 3 additions and 3 deletions

View File

@ -50,7 +50,7 @@
<!-- Content --> <!-- Content -->
<view class="text-sm text-gray-600 mb-5 flex items-start"> <view class="text-sm text-gray-600 mb-5 flex items-start">
<text class="text-gray-400 mr-2 field-label">:</text> <text class="text-gray-400 mr-2 field-label">:</text>
<text>{{ item.person || '-' }}</text> <text>{{ item.person || '-' }}</text>
</view> </view>

View File

@ -54,7 +54,7 @@ const articleIds = computed(() => {
function goToDetail(article) { function goToDetail(article) {
if (!article?._id) return; if (!article?._id) return;
uni.navigateTo({ url: `/pages/article/article-detail?id=${article._id}` }); uni.navigateTo({ url: `/pages/article/article-detail?id=${article._id}&corpId=${props.team.corpId}` });
} }
const loadArticles = async () => { const loadArticles = async () => {

View File

@ -48,7 +48,7 @@
<!-- Content --> <!-- Content -->
<view class="text-sm text-gray-600 mb-5 flex items-start"> <view class="text-sm text-gray-600 mb-5 flex items-start">
<text class="text-gray-400 mr-2 field-label">:</text> <text class="text-gray-400 mr-2 field-label">:</text>
<text>{{ item.person || '-' }}</text> <text>{{ item.person || '-' }}</text>
</view> </view>