|
@@ -611,18 +611,11 @@ export default {
|
|
|
if (this.price < 29.9) {
|
|
if (this.price < 29.9) {
|
|
|
Dialog.confirm({
|
|
Dialog.confirm({
|
|
|
title: '提示',
|
|
title: '提示',
|
|
|
- message: '出价的价格不能低于当前市场的均价',
|
|
|
|
|
|
|
+ message: '出价价格不能低于当前市场的均价',
|
|
|
showCancelButton: false,
|
|
showCancelButton: false,
|
|
|
confirmButtonColor: '#626366'
|
|
confirmButtonColor: '#626366'
|
|
|
}).then(() => {
|
|
}).then(() => {
|
|
|
this.price = 29.9;
|
|
this.price = 29.9;
|
|
|
- this.$router.push({
|
|
|
|
|
- path: '/offerPriceSubmit',
|
|
|
|
|
- query: {
|
|
|
|
|
- domainPrice: this.price,
|
|
|
|
|
- id: this.collectionId
|
|
|
|
|
- }
|
|
|
|
|
- });
|
|
|
|
|
});
|
|
});
|
|
|
} else {
|
|
} else {
|
|
|
this.$router.push({
|
|
this.$router.push({
|