| | |
| | | </view> |
| | | <view class="order-desc tg">订单管理</view> |
| | | </view> |
| | | <!-- <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" |
| | | src="/static/images/partner/user/user-icon-ddgl.png" mode="scaleToFill" /> |
| | | </view> |
| | | <view class="order-desc tg">订单统计</view> |
| | | </view> --> |
| | | |
| | | <view class="nav row margin-tb" |
| | | @click="goto('/sub_pages/supplier/order-settlement/order-settlement',true)"> |
| | |
| | | }, |
| | | created() { |
| | | //公告 |
| | | 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' |