|
@@ -143,7 +143,7 @@
|
|
|
<img src="@assets/info_icon_zhuzaodingdan.png" alt="" />
|
|
<img src="@assets/info_icon_zhuzaodingdan.png" alt="" />
|
|
|
<span>铸造订单</span>
|
|
<span>铸造订单</span>
|
|
|
</div>
|
|
</div>
|
|
|
- <div class="order-info" @click="$router.push('/auctionOrders')">
|
|
|
|
|
|
|
+ <div class="order-info" @click="goAuction">
|
|
|
<img src="@assets/info_icon_paimaidingdan.png" alt="" />
|
|
<img src="@assets/info_icon_paimaidingdan.png" alt="" />
|
|
|
<span>拍卖订单</span>
|
|
<span>拍卖订单</span>
|
|
|
</div>
|
|
</div>
|
|
@@ -479,6 +479,20 @@ export default {
|
|
|
// .then(() => {
|
|
// .then(() => {
|
|
|
|
|
|
|
|
// });
|
|
// });
|
|
|
|
|
+ },
|
|
|
|
|
+ goAuction() {
|
|
|
|
|
+ this.$http
|
|
|
|
|
+ .get('/sysConfig/get/auction_show')
|
|
|
|
|
+ .then(res => {
|
|
|
|
|
+ if (res.value === true || res.value === '1') {
|
|
|
|
|
+ this.$router.push('/auctionOrders');
|
|
|
|
|
+ } else {
|
|
|
|
|
+ return Promise.reject();
|
|
|
|
|
+ }
|
|
|
|
|
+ })
|
|
|
|
|
+ .catch(() => {
|
|
|
|
|
+ this.$toast('升级改版中');
|
|
|
|
|
+ });
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
};
|
|
};
|
|
@@ -1074,7 +1088,7 @@ export default {
|
|
|
flex-shrink: 0;
|
|
flex-shrink: 0;
|
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
|
}
|
|
}
|
|
|
- &.authed_con{
|
|
|
|
|
|
|
+ &.authed_con {
|
|
|
width: 90px;
|
|
width: 90px;
|
|
|
}
|
|
}
|
|
|
&.authed {
|
|
&.authed {
|
|
@@ -1112,7 +1126,7 @@ export default {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
&.autheds_con {
|
|
&.autheds_con {
|
|
|
- width: 90px;
|
|
|
|
|
|
|
+ width: 90px;
|
|
|
margin-right: 10px;
|
|
margin-right: 10px;
|
|
|
span {
|
|
span {
|
|
|
color: #39af00;
|
|
color: #39af00;
|