首页开发
首页视觉稿
http://www.youbaobao.xyz/mpvue-design/preview/#artboard10
搜索组件
可交互的搜索框
组件名称 | 属性 | 参数 | 用途 | 默认值 |
---|---|---|---|---|
SearchBar | props | focus | 搜索框是否获得焦点 | false |
disabled | 搜索框是否可交互 | false | ||
limit | 搜索框最大可输入字符数 | 50 | ||
hotSearch | 热门搜索词 | (空) | ||
data | searchWord | 搜索关键字 | (空) | |
method | onSearchBarClick | 搜索框点击事件 | - | |
onClearClick | 点击清空事件 | - | ||
onChange | 输入监听事件 | - | ||
onConfirm | 点击虚拟键盘搜索事件 | - | ||
setValue | 对输入框关键字赋值 | - | ||
getValue | 获取输入框的关键字 | - |
读书卡片组件
展示用户信息、签到、书架图书和书架入口
组件名称 | 属性 | 参数 | 用途 | 默认值 |
---|---|---|---|---|
HomeCard | props | data | 界面需要展示的数据,userInfo为用户信息,bookList为推荐图书信息,num为书架图书数量 | null |
hasSign | 今天是否签到 | false | ||
signDay | 连续签到天数 | 0 | ||
method | gotoShelf | 跳转到书架列表 | - | |
onBookClick | 图书点击事件 | - | ||
sign | 签到事件 | - |
测试图片地址:
图片组件
提供图片懒加载、预加载等功能
组件名称 | 属性 | 参数 | 用途 | 默认值 |
---|---|---|---|---|
ImageView | props | src | 图片地址 | (空) |
mode | 图片伸缩模式 | widthFix | ||
lazyLoad | 是否启动懒加载 | true | ||
round | 是否为圆形图片 | false | ||
height | 图片高度 | auto | ||
watch | src | 监听src变化,如果src变化,则将isLoading置为true | - | |
data | isLoading | 图片是否处于加载状态 | true | |
error | 是否加载失败 | false | ||
methods | onClick | 图片点击事件 | - | |
onError | 图片加载失败事件 | - | ||
onLoad | 图片加载成功事件 | - |
资源下载地址
Banner组件
展示用户信息、签到、书架图书和书架入口
组件名称 | 属性 | 参数 | 用途 | 默认值 |
---|---|---|---|---|
Banner | props | img | banner图片 | (空) |
title | 标题 | (空) | ||
subTitle | 副标题 | (空) | ||
method | onClick | banner点击事件 | - |
图书推荐组件
适配多场景的图书推荐组件
组件名称 | 属性 | 参数 | 用途 | 默认值 |
---|---|---|---|---|
HomeBook | props | title | 标题栏 | (空) |
data | 图书列表 | [] | ||
btnText | 按钮文本 | (空) | ||
row | 行数 | 0 | ||
col | 列数 | 1 | ||
mode | 显示模式,row - 按行显示,col - 按列显示,category - 分类显示 | row | ||
showTitle | 是否显示标题 | true | ||
showBtn | 是否显示按钮 | true | ||
linearBg | 是否显示背景 | false | ||
method | onMoreClick | 点击更多按钮事件 | - | |
onBookClick | 图书点击事件 | - |
分类英文名称和中文的映射关系如下:
export const CATEGORY = {
computerscience: '计算机科学',
socialsciences: '社会科学',
economics: '经济学',
education: '教育学',
engineering: '工程学',
environment: '环境学',
geography: '地理学',
history: '历史学',
laws: '法学',
lifesciences: '生命科学',
literature: '文学',
biomedicine: '生物医学',
businessandmanagement: '工商管理',
earthsciences: '地球科学',
materialsscience: '材料科学',
mathematics: '数学',
medicineandpublichealth: '公共卫生',
philosophy: '哲学',
physics: '物理',
politicalscienceandinternationalrelations: '国际关系',
psychology: '心理学',
statistics: '统计学'
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
首页mock数据
{
"error_code":0,
"msg":"查询成功",
"data":{
"hotSearch":{
"num":22,
"keyword":"Computer"
},
"shelf":[
{
"id":67,
"fileName":"2018_Book_Nanoinformatics",
"cover":"https://www.youbaobao.xyz/book/res/img/MaterialsScience/978-981-10-7617-6_CoverFigure.jpg",
"title":"Nanoinformatics",
"author":"Isao Tanaka",
"publisher":"Springer Singapore",
"bookId":"2018_Book_Nanoinformatics",
"category":15,
"categoryText":"MaterialsScience",
"language":"en",
"rootFile":"OEBPS/package.opf"
},
{
"id":38,
"fileName":"2018_Book_DesigningSustainableTechnologi",
"cover":"https://www.youbaobao.xyz/book/res/img/Environment/978-3-319-66981-6_CoverFigure.jpg",
"title":"Designing Sustainable Technologies, Products and Policies",
"author":"Enrico Benetto",
"publisher":"Springer International Publishing",
"bookId":"2018_Book_DesigningSustainableTechnologi",
"category":6,
"categoryText":"Environment",
"language":"en",
"rootFile":"OEBPS/package.opf"
},
{
"id":12,
"fileName":"2018_Book_RESTARTSustainableBusinessMode",
"cover":"https://www.youbaobao.xyz/book/res/img/BusinessandManagement/978-3-319-91971-3_CoverFigure.jpg",
"title":"RESTART Sustainable Business Model Innovation",
"author":"Sveinung Jørgensen",
"publisher":"Springer International Publishing",
"bookId":"2018_Book_RESTARTSustainableBusinessMode",
"category":13,
"categoryText":"BusinessandManagement",
"language":"en",
"rootFile":"OEBPS/package.opf"
}
],
"recommend":[
{
"id":225,
"fileName":"2016_Book_MicrofinanceEUStructuralFundsA",
"cover":"https://www.youbaobao.xyz/book/res/img/Economics/2016_Book_MicrofinanceEUStructuralFundsA.jpeg",
"title":"Microfinance, EU Structural Funds and Capacity Building for Managing Authorities",
"author":"Giovanni Nicola Pes",
"publisher":"Palgrave Macmillan",
"bookId":"2016_Book_MicrofinanceEUStructuralFundsA",
"category":3,
"categoryText":"Economics",
"language":"en",
"rootFile":"OEBPS/9781137536013.opf"
},
{
"id":88,
"fileName":"2018_Book_BetweenMobilityAndMigration",
"cover":"https://www.youbaobao.xyz/book/res/img/SocialSciences/978-3-319-77991-1_CoverFigure.jpg",
"title":"Between Mobility and Migration",
"author":"Peter Scholten",
"publisher":"Springer International Publishing",
"bookId":"2018_Book_BetweenMobilityAndMigration",
"category":2,
"categoryText":"SocialSciences",
"language":"en",
"rootFile":"OEBPS/package.opf"
},
{
"id":24,
"fileName":"2018_Book_SecurityInComputerAndInformati",
"cover":"https://www.youbaobao.xyz/book/res/img/ComputerScience/978-3-319-95189-8_CoverFigure.jpg",
"title":"Security in Computer and Information Sciences",
"author":"Erol Gelenbe",
"publisher":"Springer International Publishing",
"bookId":"2018_Book_SecurityInComputerAndInformati",
"category":1,
"categoryText":"ComputerScience",
"language":"en",
"rootFile":"OEBPS/package.opf"
}
],
"freeRead":[
{
"id":34,
"fileName":"2018_Book_GeographiesOfTheUniversity",
"cover":"https://www.youbaobao.xyz/book/res/img/Geography/978-3-319-75593-9_CoverFigure.jpg",
"title":"Geographies of the University",
"author":"Peter Meusburger",
"publisher":"Springer International Publishing",
"bookId":"2018_Book_GeographiesOfTheUniversity",
"category":7,
"categoryText":"Geography",
"language":"en",
"rootFile":"OEBPS/package.opf"
},
{
"id":59,
"fileName":"2018_Book_DrinkingInVictorianAndEdwardia",
"cover":"https://www.youbaobao.xyz/book/res/img/History/978-3-319-92964-4_CoverFigure.jpg",
"title":"Drinking in Victorian and Edwardian Britain",
"author":"Thora Hands",
"publisher":"Springer International Publishing",
"bookId":"2018_Book_DrinkingInVictorianAndEdwardia",
"category":8,
"categoryText":"History",
"language":"en",
"rootFile":"OEBPS/package.opf"
},
{
"id":60,
"fileName":"2018_Book_HarnessingThePowerOfTheCrimina",
"cover":"https://www.youbaobao.xyz/book/res/img/History/978-3-319-77908-9_CoverFigure.jpg",
"title":"Harnessing the Power of the Criminal Corpse",
"author":"Sarah Tarlow",
"publisher":"Springer International Publishing",
"bookId":"2018_Book_HarnessingThePowerOfTheCrimina",
"category":8,
"categoryText":"History",
"language":"en",
"rootFile":"OEBPS/package.opf"
},
{
"id":75,
"fileName":"2018_Book_TheEuropeanBloodAndMarrowTrans",
"cover":"https://www.youbaobao.xyz/book/res/img/MedicineAndPublicHealth/978-3-319-50026-3_CoverFigure.jpg",
"title":"The European Blood and Marrow Transplantation Textbook for Nurses",
"author":"Michelle Kenyon",
"publisher":"Springer International Publishing",
"bookId":"2018_Book_TheEuropeanBloodAndMarrowTrans",
"category":17,
"categoryText":"MedicineAndPublicHealth",
"language":"en",
"rootFile":"OEBPS/package.opf"
}
],
"hotBook":[
{
"id":89,
"fileName":"2018_Book_ContemporaryPerspectivesOnAgei",
"cover":"https://www.youbaobao.xyz/book/res/img/SocialSciences/978-3-319-73820-8_CoverFigure.jpg",
"title":"Contemporary Perspectives on Ageism",
"author":"Liat Ayalon",
"publisher":"Springer International Publishing",
"bookId":"2018_Book_ContemporaryPerspectivesOnAgei",
"category":2,
"categoryText":"SocialSciences",
"language":"en",
"rootFile":"OEBPS/package.opf"
},
{
"id":218,
"fileName":"2015_Book_PovertyReductionPoliciesAndPra",
"cover":"https://www.youbaobao.xyz/book/res/img/Economics/2015_Book_PovertyReductionPoliciesAndPra.jpeg",
"title":"Poverty Reduction Policies and Practices in Developing Asia",
"author":"Almas Heshmati, Esfandiar Maasoumi and Guanghua Wan",
"publisher":"Springer Singapore, Singapore",
"bookId":"2015_Book_PovertyReductionPoliciesAndPra",
"category":3,
"categoryText":"Economics",
"language":"en",
"rootFile":"OEBPS/content.opf"
},
{
"id":6,
"fileName":"2018_Book_DronesAndTheCreativeIndustry",
"cover":"https://www.youbaobao.xyz/book/res/img/BusinessandManagement/978-3-319-95261-1_CoverFigure.jpg",
"title":"Drones and the Creative Industry",
"author":"Virginia Santamarina-Campos",
"publisher":"Springer International Publishing",
"bookId":"2018_Book_DronesAndTheCreativeIndustry",
"category":13,
"categoryText":"BusinessandManagement",
"language":"en",
"rootFile":"OEBPS/package.opf"
},
{
"id":139,
"fileName":"2018_Book_EvolutionMonitoringAndPredicti",
"cover":"https://www.youbaobao.xyz/book/res/img/EarthSciences/2018_Book_EvolutionMonitoringAndPredicti.jpeg",
"title":"Evolution, Monitoring and Predicting Models of Rockburst",
"author":"Chunlai Wang",
"publisher":"Springer Singapore, Singapore",
"bookId":"2018_Book_EvolutionMonitoringAndPredicti",
"category":14,
"categoryText":"EarthSciences",
"language":"en",
"rootFile":"OEBPS/content.opf"
}
],
"category":[
{
"cover":"https://www.youbaobao.xyz/book/res/img/Biomedicine/978-3-319-25474-6_CoverFigure.jpg",
"category":12,
"categoryText":"Biomedicine",
"num":14,
"cover2":"https://www.youbaobao.xyz/book/res/img/Biomedicine/978-3-319-72790-5_CoverFigure.jpg"
},
{
"cover":"https://www.youbaobao.xyz/book/res/img/BusinessandManagement/978-3-319-33515-5_CoverFigure.jpg",
"category":13,
"categoryText":"BusinessandManagement",
"num":16,
"cover2":"https://www.youbaobao.xyz/book/res/img/BusinessandManagement/978-3-319-95261-1_CoverFigure.jpg"
},
{
"cover":"https://www.youbaobao.xyz/book/res/img/ComputerScience/978-3-319-90415-3_CoverFigure.jpg",
"category":1,
"categoryText":"ComputerScience",
"num":56,
"cover2":"https://www.youbaobao.xyz/book/res/img/ComputerScience/978-3-319-96142-2_CoverFigure.jpg"
},
{
"cover":"https://www.youbaobao.xyz/book/res/img/EarthSciences/978-981-10-3713-9_CoverFigure.jpg",
"category":14,
"categoryText":"EarthSciences",
"num":16,
"cover2":"https://www.youbaobao.xyz/book/res/img/EarthSciences/978-3-319-65633-5_CoverFigure.jpg"
},
{
"cover":"https://www.youbaobao.xyz/book/res/img/Economics/978-3-319-69772-7_CoverFigure.jpg",
"category":3,
"categoryText":"Economics",
"num":30,
"cover2":"https://www.youbaobao.xyz/book/res/img/Economics/978-3-319-91400-8_CoverFigure.jpg"
},
{
"cover":"https://www.youbaobao.xyz/book/res/img/Education/978-3-319-39450-3_CoverFigure.jpg",
"category":4,
"categoryText":"Education",
"num":60,
"cover2":"https://www.youbaobao.xyz/book/res/img/Education/978-3-319-52980-6_CoverFigure.jpg"
},
{
"cover":"https://www.youbaobao.xyz/book/res/img/Engineering/978-3-319-91707-8_CoverFigure.jpg",
"category":5,
"categoryText":"Engineering",
"num":23,
"cover2":"https://www.youbaobao.xyz/book/res/img/Engineering/978-3-319-64816-3_CoverFigure.jpg"
},
{
"cover":"https://www.youbaobao.xyz/book/res/img/Environment/978-3-319-29671-5_CoverFigure.jpg",
"category":6,
"categoryText":"Environment",
"num":42,
"cover2":"https://www.youbaobao.xyz/book/res/img/Environment/978-4-431-54895-9_CoverFigure.jpg"
},
{
"cover":"https://www.youbaobao.xyz/book/res/img/Geography/978-3-319-75593-9_CoverFigure.jpg",
"category":7,
"categoryText":"Geography",
"num":7,
"cover2":"https://www.youbaobao.xyz/book/res/img/Geography/978-3-319-92813-5_CoverFigure.jpg"
},
{
"cover":"https://www.youbaobao.xyz/book/res/img/History/978-3-319-64337-3_CoverFigure.jpg",
"category":8,
"categoryText":"History",
"num":18,
"cover2":"https://www.youbaobao.xyz/book/res/img/History/978-3-319-92964-4_CoverFigure.jpg"
},
{
"cover":"https://www.youbaobao.xyz/book/res/img/Laws/978-3-319-71087-7_CoverFigure.jpg",
"category":9,
"categoryText":"Laws",
"num":13,
"cover2":"https://www.youbaobao.xyz/book/res/img/Laws/978-981-13-1232-8_CoverFigure.jpg"
},
{
"cover":"https://www.youbaobao.xyz/book/res/img/LifeSciences/978-3-319-68152-8_CoverFigure.jpg",
"category":10,
"categoryText":"LifeSciences",
"num":24,
"cover2":"https://www.youbaobao.xyz/book/res/img/LifeSciences/978-3-319-69539-6_CoverFigure.jpg"
},
{
"cover":"https://www.youbaobao.xyz/book/res/img/Literature/2010_Book_CyborgsInLatinAmerica.jpeg",
"category":11,
"categoryText":"Literature",
"num":6,
"cover2":"https://www.youbaobao.xyz/book/res/img/Literature/2010_Book_HistoryAndCulturalMemoryInNeo-.jpeg"
},
{
"cover":"https://www.youbaobao.xyz/book/res/img/MaterialsScience/978-981-10-7617-6_CoverFigure.jpg",
"category":15,
"categoryText":"MaterialsScience",
"num":2,
"cover2":"https://www.youbaobao.xyz/book/res/img/MaterialsScience/2018_Book_ProceedingsOfTheScientific-Pra.jpeg"
},
{
"cover":"https://www.youbaobao.xyz/book/res/img/Mathematics/978-3-319-29439-1_CoverFigure.jpg",
"category":16,
"categoryText":"Mathematics",
"num":9,
"cover2":"https://www.youbaobao.xyz/book/res/img/Mathematics/2015_Book_InnovationsInQuantitativeRiskM.jpeg"
},
{
"cover":"https://www.youbaobao.xyz/book/res/img/MedicineAndPublicHealth/978-3-319-28624-2_CoverFigure.jpg",
"category":17,
"categoryText":"MedicineAndPublicHealth",
"num":20,
"cover2":"https://www.youbaobao.xyz/book/res/img/MedicineAndPublicHealth/978-3-319-75019-4_CoverFigure.jpg"
},
{
"cover":"https://www.youbaobao.xyz/book/res/img/Philosophy/978-3-319-26300-7_CoverFigure.jpg",
"category":18,
"categoryText":"Philosophy",
"num":16,
"cover2":"https://www.youbaobao.xyz/book/res/img/Philosophy/978-3-319-94610-8_CoverFigure.jpg"
},
{
"cover":"https://www.youbaobao.xyz/book/res/img/Physics/978-3-319-42424-8_CoverFigure.jpg",
"category":19,
"categoryText":"Physics",
"num":10,
"cover2":"https://www.youbaobao.xyz/book/res/img/Physics/978-3-662-57366-2_CoverFigure.jpg"
},
{
"cover":"https://www.youbaobao.xyz/book/res/img/PoliticalScienceAndInternationalRelations/978-3-319-69929-5_CoverFigure.jpg",
"category":20,
"categoryText":"PoliticalScienceAndInternationalRelations",
"num":26,
"cover2":"https://www.youbaobao.xyz/book/res/img/PoliticalScienceAndInternationalRelations/978-981-10-7182-9_CoverFigure.jpg"
},
{
"cover":"https://www.youbaobao.xyz/book/res/img/Psychology/978-3-319-78160-0_CoverFigure.jpg",
"category":21,
"categoryText":"Psychology",
"num":3,
"cover2":"https://www.youbaobao.xyz/book/res/img/Psychology/2015_Book_PromotingSocialDialogueInEurop.jpeg"
},
{
"cover":"https://www.youbaobao.xyz/book/res/img/SocialSciences/978-3-319-72356-3_CoverFigure.jpg",
"category":2,
"categoryText":"SocialSciences",
"num":51,
"cover2":"https://www.youbaobao.xyz/book/res/img/SocialSciences/978-3-319-77991-1_CoverFigure.jpg"
},
{
"cover":"https://www.youbaobao.xyz/book/res/img/Statistics/2013_Book_ShipAndOffshoreStructureDesign.jpeg",
"category":22,
"categoryText":"Statistics",
"num":1,
"cover2":"https://www.youbaobao.xyz/book/res/img/Statistics/2013_Book_ShipAndOffshoreStructureDesign.jpeg"
}
],
"banner":{
"img":"https://www.youbaobao.xyz/book/res/bg.jpg",
"title":"mpvue2.0多端小程序课程重磅上线",
"subTitle":"马上学习",
"url":"https://www.youbaobao.xyz/book/#/book-store/shelf"
},
"shelfCount":0
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363