update data-structure.md
Showing
1 changed file
with
1 additions
and
6 deletions
@@ -1179,16 +1179,11 @@ | @@ -1179,16 +1179,11 @@ | ||
1179 | 1179 | ||
1180 | 'detail' : { | 1180 | 'detail' : { |
1181 | 'list' : [ | 1181 | 'list' : [ |
1182 | - array{ | 1182 | + { |
1183 | 'fieldName' : '头像', | 1183 | 'fieldName' : '头像', |
1184 | 'firstModel' : 'http://static.dev.yohobuy.com/img/product/avatar1.png', | 1184 | 'firstModel' : 'http://static.dev.yohobuy.com/img/product/avatar1.png', |
1185 | 'secondModel' =>'http://static.dev.yohobuy.com/img/product/avatar2.png' | 1185 | 'secondModel' =>'http://static.dev.yohobuy.com/img/product/avatar2.png' |
1186 | }, | 1186 | }, |
1187 | - { | ||
1188 | - 'fieldName' : '模特', | ||
1189 | - 'firstModel' : 'Oliver', | ||
1190 | - 'secondModel' : 'Jvly' | ||
1191 | - }, | ||
1192 | ... | 1187 | ... |
1193 | ] | 1188 | ] |
1194 | } | 1189 | } |
-
Please register or login to post a comment