yuanyuan %!s(int64=2) %!d(string=hai) anos
pai
achega
bb4985eba2
Modificáronse 1 ficheiros con 1 adicións e 8 borrados
  1. 1 8
      src/views/DomainName.vue

+ 1 - 8
src/views/DomainName.vue

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