Authored by 于良

UI调整,接口使用生产域名 review by 草莓

... ... @@ -30,7 +30,7 @@ export default class TimeForNow extends Component {
if (lastNowTime) {
return(
<View style={[styles.rowContainerFocus,{justifyContent: 'center'}]}>
<Text style={[colorStyle,{fontSize: 13}]}>{time} 抢购中</Text>
<Text style={[colorStyle,{fontSize: 13, fontWeight: 'bold'}]}>{time} 抢购中</Text>
</View>
);
}else {
... ...
... ... @@ -5,7 +5,7 @@ import Request from '../../common/services/Request';
export default class SeckillService {
constructor (host) {
let baseURL = 'http://api-test3.yohops.com:9999';//'http://api.yoho.cn';
let baseURL = 'http://api.yoho.cn';
if(host){
baseURL = host;
}
... ...