| | |
| | | <!-- 置顶的花列表 -->
|
| | | <home-top-flow></home-top-flow>
|
| | |
|
| | | <view style="min-height:200rpx">
|
| | | <view style="min-height:140rpx">
|
| | | </view>
|
| | | <common-footer flg="0"></common-footer>
|
| | |
|
| | |
| | | }
|
| | | }
|
| | | this.banners = result
|
| | | } |
| | | console.log('this.banners',this.banners)
|
| | | }
|
| | | console.log('this.banners', this.banners)
|
| | | }
|
| | | })
|
| | |
|
| | |
| | |
|
| | | }, 2000)
|
| | | //公告
|
| | | this.$http.request('get', '/api/pub/announcement/list', {
|
| | | var type = ''
|
| | | // #ifdef PUB_CUSTOMER
|
| | | type = 'customer'
|
| | | // #endif
|
| | | // #ifdef PUB_SUPPLIER
|
| | | type = 'supplier'
|
| | | // #endif
|
| | | // #ifdef PUB_PARTNER
|
| | | type = 'partner'
|
| | | // #endif
|
| | |
|
| | | this.$http.request('get', '/api/pub/announcement/list/' + type, {
|
| | | params: {
|
| | | size: 5,
|
| | | // status: 'A'
|
| | | status: 'A'
|
| | | }
|
| | | }).then(res => {
|
| | | if (res.code === 0) {
|