|
@@ -127,7 +127,7 @@ export default {
|
|
|
form.market_username = this.productInfo.contact_user;
|
|
|
form.status = '0';
|
|
|
let res = await this.buyProduct(form);
|
|
|
- this.$checkRes(res, '购买申请成功', res.errmsg || '购买申请失败');
|
|
|
+ this.$checkRes(res, '购买申请成功', res.errmsg || '购买申请失败');
|
|
|
},
|
|
|
},
|
|
|
computed: {
|