diff --git a/src/api/index.js b/src/api/index.js index b8fef5a..eb7d36a 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -200,6 +200,14 @@ export const delist = query => { params: query }); }; +// // 摘牌公告列表 +// export const delist = query => { +// return request({ +// url: '/api/user.Order/delist', +// method: 'get', +// params: query +// }); +// }; // 收藏资产 export const collectAsset = query => { return request({ diff --git a/src/components/common/Header.vue b/src/components/common/Header.vue index 41b26dd..4b23185 100644 --- a/src/components/common/Header.vue +++ b/src/components/common/Header.vue @@ -53,6 +53,9 @@
登录
+
+ 用户注册 +
@@ -75,6 +78,7 @@ export default { {name:'资产分类',url:'/ClassificationDetails'}, {name:'挂牌公告',url:'/Listing'}, {name:'成交公告',url:'/Deal'}, + {name:'摘牌公告',url:'/DelistingNotice'}, {name:'站内通知',url:'/StationNotice'}, ], isshowLogin:false, @@ -227,6 +231,7 @@ export default { {name:'资产分类',url:'/ClassificationDetails'}, {name:'挂牌公告',url:'/Listing'}, {name:'成交公告',url:'/Deal'}, + {name:'摘牌公告',url:'/DelistingNotice'}, {name:'站内通知',url:'/StationNotice'}, ] if(goType==0){ @@ -285,6 +290,14 @@ export default { flex-direction: column; align-items: center; } + .reg { + text-align: right; + /* margin-top: -10px; */ + } + .reg a{ + font-size: 13px; + color: #7F7F7F; + } .header_login{ font-size: 12px; color: #F6D79D; diff --git a/src/components/common/countDown.vue b/src/components/common/countDown.vue index 572d482..b701bf6 100644 --- a/src/components/common/countDown.vue +++ b/src/components/common/countDown.vue @@ -30,8 +30,7 @@ this.countdowm(this.endTime) }, methods: { - countdowm(timestamp){ - console.info(timestamp) + countdowm(timestamp){ let self = this; let timer = setInterval(function(){ let nowTime = new Date(); @@ -62,11 +61,11 @@ self._callback(); } },1000); - }, - _callback(){ - if(this.callback && this.callback instanceof Function){ - this.callback(...this); - } + }, + _callback(){ + if(this.callback && this.callback instanceof Function){ + this.callback(...this); + } } } } diff --git a/src/components/page/AssetDetails.vue b/src/components/page/AssetDetails.vue index c841d6d..513e975 100644 --- a/src/components/page/AssetDetails.vue +++ b/src/components/page/AssetDetails.vue @@ -24,7 +24,7 @@

所在地: - {{listingList.address_name}} + {{listingList.province_name}} {{listingList.city_name}} {{listingList.area_name}}

交易方式: @@ -42,8 +42,8 @@

浏览记录 {{listingList.views}}次

- {{listingList.surplus_count==0?'正在交易':'立即购买' }} - + {{listingList.surplus_count==0&&listingList.order_start==1?'正在交易':'立即购买' }} +
@@ -104,6 +104,9 @@ export default { this.getData() }, methods:{ + callback(){ + + }, cancelCollectAsset(){ cancelCollectAsset(this.query).then(res=>{ console.info(res) diff --git a/src/components/page/DelistingNotice.vue b/src/components/page/DelistingNotice.vue new file mode 100644 index 0000000..d432aae --- /dev/null +++ b/src/components/page/DelistingNotice.vue @@ -0,0 +1,272 @@ + + + diff --git a/src/components/page/Hoster/Listing.vue b/src/components/page/Hoster/Listing.vue index 2da2830..2dceb58 100644 --- a/src/components/page/Hoster/Listing.vue +++ b/src/components/page/Hoster/Listing.vue @@ -2,7 +2,7 @@

资产挂牌

基础信息
- +

上传高清质量资产正面图,有助快速通过审核,方便购买方了解资产,图片尺寸建议为800px * 800px

@@ -335,6 +335,7 @@ export default { res.data.province=parseInt(res.data.province) res.data.city=parseInt(res.data.city) res.data.area=parseInt(res.data.area) + res.data.pay_type=[parseInt(res.data.pay_type)] this.ruleForm=res.data this.getCity() this.getArea() diff --git a/src/components/page/Hoster/myAssets.vue b/src/components/page/Hoster/myAssets.vue index 13aa136..7f6ecb6 100644 --- a/src/components/page/Hoster/myAssets.vue +++ b/src/components/page/Hoster/myAssets.vue @@ -6,7 +6,7 @@
- 资产摘牌模板 +
@@ -63,7 +63,7 @@

{{scope.row.serial_name}}

-

托管方:东莞市芳华沉香园林景观有限公司

+

托管方:{{scope.row.firm_name}}

@@ -83,22 +83,25 @@ @@ -114,6 +117,106 @@ @current-change="handlePageChange" >
+ + + + + 取 消 + 确 定 + +