yuanyuan 2 yıl önce
ebeveyn
işleme
bb4985eba2
1 değiştirilmiş dosya ile 1 ekleme ve 8 silme
  1. 1 8
      src/views/DomainName.vue

+ 1 - 8
src/views/DomainName.vue

@@ -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({