fix 首页
This commit is contained in:
@@ -23,6 +23,10 @@
|
||||
//optionsStyle:样式(单选或滑动) 1滑动,2单选 ,3滑动带指示 ,4滑动渐变,
|
||||
@property (nonatomic,assign) int optionsStyle;
|
||||
@property (nonatomic,assign) int questionId;
|
||||
//用户选择的当前题目答案下标 未选择时为默认值
|
||||
@property (nonatomic,assign) NSInteger answerIndex;
|
||||
@property (nonatomic,assign) float slidervalue;
|
||||
|
||||
|
||||
@end
|
||||
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
//
|
||||
// MaskTestResult.h
|
||||
// GIGA
|
||||
//
|
||||
// Created by lianxiang on 2018/9/13.
|
||||
// Copyright © 2018年 com.giga.ios. All rights reserved.
|
||||
//
|
||||
|
||||
#import <JSONModel/JSONModel.h>
|
||||
|
||||
@interface MaskTestResult : JSONModel
|
||||
|
||||
@property(nonatomic,copy) NSString *dryness;
|
||||
@property(nonatomic,copy) NSString *drynessPercent;
|
||||
@property(nonatomic,copy) NSString *mask;
|
||||
@property(nonatomic,copy) NSString *minute;
|
||||
@property(nonatomic,copy) NSString *oiliness;
|
||||
@property(nonatomic,copy) NSString *oilinessPercent;
|
||||
|
||||
|
||||
@end
|
||||
@@ -0,0 +1,13 @@
|
||||
//
|
||||
// MaskTestResult.m
|
||||
// GIGA
|
||||
//
|
||||
// Created by lianxiang on 2018/9/13.
|
||||
// Copyright © 2018年 com.giga.ios. All rights reserved.
|
||||
//
|
||||
|
||||
#import "MaskTestResult.h"
|
||||
|
||||
@implementation MaskTestResult
|
||||
|
||||
@end
|
||||
@@ -15,5 +15,7 @@
|
||||
@property (nonatomic,assign) int dryness;
|
||||
@property (nonatomic,assign) int fx;
|
||||
@property (nonatomic,assign) int answer_id;
|
||||
//默认答案 1选中 0 非选中
|
||||
@property (nonatomic,assign) int defaultFlag;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user