$list = V2EXer::getV2EXerByPrecious('mobilephone');
foreach ($list as $per) {
if( ('iphone5c' == $per->precious || '华为荣耀3c' == $per->precious || '魅族MX2' == $per->precious) && '北京' == $per->location){
echo "I did this for my mum";
V2EXer::contact("马化腾:501-333-six-seven-nine");
exit;
}
}
foreach ($list as $per) {
if( ('iphone5c' == $per->precious || '华为荣耀3c' == $per->precious || '魅族MX2' == $per->precious) && '北京' == $per->location){
echo "I did this for my mum";
V2EXer::contact("马化腾:501-333-six-seven-nine");
exit;
}
}
