Authored by 于良

关闭setting review by chenlin

... ... @@ -28,7 +28,7 @@ import Vip from './vip/Vip'
import Order from './order/Order'
import Recorder from './recorder/Recorder'
import Installment from './installment/Installment'
import Setting from './setting/Setting'
// import Setting from './setting/Setting'
export default function native(platform) {
... ... @@ -55,7 +55,7 @@ export default function native(platform) {
MineGuang(platform);
Installment(platform);
PersonalInfo(platform);
Setting(platform);
// Setting(platform);
if (Platform.OS === 'ios') {
Community(platform);
... ...