From 89e21c5e3089b5a7ec8da58e61da22c10b78d763 Mon Sep 17 00:00:00 2001
From: xuxy <1059738716@qq.com>
Date: 星期一, 12 八月 2024 22:36:25 +0800
Subject: [PATCH] 1
---
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 0f94c2b..b0539ee 100644
--- a/pages/home/supplier-home.vue
+++ b/pages/home/supplier-home.vue
@@ -135,7 +135,7 @@
</view>
<view class="order-desc tg">订单管理</view>
</view>
- <!-- <view class="nav row margin-tb" v-if="selftype==='supplier'"
+<!-- <view class="nav row margin-tb" v-if="selftype==='supplier'"
@click="goto('/sub_pages/supplier/order-manage/order-manage',true)">
<view class="img-c">
<image class="icon margin-bottom order-icon ddgl"
@@ -267,7 +267,7 @@
}
}).then(res => {
if (res.code == 0) {
- this.noticeList = (res.data && res.data.records || [])
+ this.noticeList = (res.data && res.data || [])
console.log('this.noticeList', this.noticeList)
if (this.noticeList.length > 0) {
this.currentNotice = this.noticeList[0]
--
Gitblit v1.9.3