Authored by 于良

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

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