guhongwei 5 년 전
부모
커밋
72c734f004
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/market/contact.vue

+ 1 - 1
src/views/market/contact.vue

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