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/home.vue | 2 +- manifest.json | 2 +- pages/home/supplier-home.vue | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 2848179..782394c 100644 --- a/manifest.json +++ b/manifest.json @@ -49,7 +49,7 @@ "quickapp" : {}, /* 快应用特有相关 */ "mp-weixin" : { - "appid" : "wx1441324401626290", + "appid" : "wx6d0ecc4e18710458", "setting" : { "urlCheck" : false, "es6" : true, diff --git a/pages/home/home.vue b/pages/home/home.vue index 350ca04..9900960 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -291,7 +291,7 @@ this.$http.request('get', '/api/pub/announcement/list/' + type, { params: { size: 5, - // status: 'A' + status: 'A' } }).then(res => { if (res.code === 0) { 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