Authored by 于良

代码格式化 review by 草莓

... ... @@ -7,7 +7,7 @@ export default class CouponService {
constructor (host) {
let baseURL = 'http://api.yoho.cn';
if(host){
baseURL=host;
baseURL = host;
}
this.api = new Request(baseURL);
}
... ...