|
@@ -130,7 +130,6 @@ export default {
|
|
|
if (info && info.buy_limit) this.$set(this.form, 'buy_limit', info.buy_limit);
|
|
|
if (info && info.limit_num) this.$set(this.form, 'limit_num', info.limit_num);
|
|
|
}
|
|
|
- console.log('团长价格', this.leader_price);
|
|
|
if (this.leader_price && this.form.price) {
|
|
|
let price = util.minus(this.form.price, this.leader_price);
|
|
|
if (price > 0) this.$set(this.form, 'leader_get', price);
|