1
xuxy
2024-08-12 89e21c5e3089b5a7ec8da58e61da22c10b78d763
1
已修改3个文件
8 ■■■■ 文件已修改
manifest.json 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/home/home.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/home/supplier-home.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
manifest.json
@@ -49,7 +49,7 @@
    "quickapp" : {},
    /* 快应用特有相关 */
    "mp-weixin" : {
        "appid" : "wx1441324401626290",
        "appid" : "wx6d0ecc4e18710458",
        "setting" : {
            "urlCheck" : false,
            "es6" : true,
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) {
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]