|
@@ -474,6 +474,12 @@
|
|
|
:scroll-status="scrollStatus"
|
|
|
bottom-position="12%"
|
|
|
/>
|
|
|
+ <!-- 招采 -->
|
|
|
+ <customer-bid
|
|
|
+ v-show="isLogin"
|
|
|
+ :scroll-status="scrollStatus"
|
|
|
+ bottom-position="19%"
|
|
|
+ />
|
|
|
<DataReportTip
|
|
|
v-model="dataReport.tip"
|
|
|
:vSwitch="vSwitch"
|
|
@@ -512,6 +518,7 @@ import Ad from '@/components/ad/Ad'
|
|
|
import popupDataexport from '@/components/dataExport/popupDataexport.vue'
|
|
|
import CheckUserDialog from '@/views/identity/components/CheckUserDialog'
|
|
|
import CustomerCorner from '@/components/customer/index'
|
|
|
+import CustomerBid from '@/components/customerBid/index'
|
|
|
import { LINKS, vtMap, AdCode } from '@/data'
|
|
|
import { wxShareMixin } from '@/utils/mixins/modules/wx-share'
|
|
|
import { iosBackRefresh } from '@/utils/utils'
|
|
@@ -584,7 +591,8 @@ export default {
|
|
|
bidStatusNode,
|
|
|
popupDataexport,
|
|
|
AreaThreeSidebar,
|
|
|
- CustomerCorner
|
|
|
+ CustomerCorner,
|
|
|
+ CustomerBid
|
|
|
},
|
|
|
data() {
|
|
|
return {
|