-
Notifications
You must be signed in to change notification settings - Fork 0
/
how-to-use.vue
454 lines (436 loc) · 12.5 KB
/
how-to-use.vue
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
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
<template>
<view class="bg">
<view class="indexapp">
<view class="newbg">
<new-nav></new-nav>
</view>
</view>
<view class="_navbtn">
<view class="_btn" :class="{'_active':isPublish}" @click="chooseMoney(1)">WRITERS</view>
<view class="_btn" :class="{'_active':!isPublish}" @click="chooseMoney(2)">READERS</view>
</view>
<view class="content_1_bg" v-if="isPublish">
<view class="_title">1、WRITER SIGN-UP</view>
<view class="_info">
<view class="_left">
<view class="_item">
<view class="_font">Step 2,3: As you are registering as an author, DBOOK will need to verify
your identity with two of your social media accounts. You will need to connect DBOOK to your
LinkedIn and Twitter account.
</view>
<view class="_dot"></view>
<view class="_line"></view>
</view>
</view>
<view class="_center">
<image src="/static/index/earn5.png" mode="" class="earn"></image>
</view>
<view class="_right">
<view class="_item">
<view class="_line"></view>
<view class="_dot"></view>
<view class="_font">Step 1:To sign up with DBOOK, you will need to first create a METAMASK
wallet which will be used to authenticate and connect you to DBOOK. </view>
</view>
<view class="_item">
<view class="_line"></view>
<view class="_dot"></view>
<view class="_font">Step 4: Congratulations on your successful registration! Go get your first
book published!</view>
</view>
</view>
</view>
<view class="_title">2、WRITING BOOKS</view>
<view class="_info">
<view class="_left">
<view class="_item">
<view class="_font">Start writing on DBOOK.You can write and edit your story chapter by chapter
here</view>
<view class="_dot"></view>
<view class="_line"></view>
</view>
<view class="_item">
<view class="_font">Edit on the go. Write anywhere, anytime</view>
<view class="_dot"></view>
<view class="_line"></view>
</view>
</view>
<view class="_center">
<image src="/static/index/earn6.png" mode="" class="earn"></image>
</view>
<view class="_right">
<view class="_item">
<view class="_line"></view>
<view class="_dot"></view>
<view class="_font">Click to save here. Your drafts can be easily saved for future edits</view>
</view>
<view class="_item">
<view class="_line"></view>
<view class="_dot"></view>
<view class="_font">Click to publish direct with DBOOK.</view>
</view>
</view>
</view>
<view class="_title">3、MANAGEMENT BOOKS</view>
<view class="_info">
<view class="_left">
<view class="_item">
<view class="_font">Manage your works Here you can see an overview of all your works, including
unpublished ones.</view>
<view class="_dot"></view>
<view class="_line"></view>
</view>
<view class="_item"></view>
</view>
<view class="_center">
<image src="/static/index/earn7.png" mode="" class="earn"></image>
</view>
<view class="_right">
<view class="_item"></view>
<view class="_item">
<view class="_line"></view>
<view class="_dot"></view>
<view class="_font">View the earnings for each of your works</view>
</view>
</view>
</view>
<view class="_title">4、DBOOKMARKET</view>
<view class="_info">
<view class="_left">
<view class="_item"></view>
<view class="_item">
<view class="_font">The more books readers buy, the more you earn.</view>
<view class="_dot"></view>
<view class="_line"></view>
</view>
</view>
<view class="_center">
<image src="/static/index/earn8.png" mode="" class="earn"></image>
</view>
<view class="_right">
<view class="_item">
<view class="_line"></view>
<view class="_dot"></view>
<view class="_font">You can still earn royalties when readers resell your books.</view>
</view>
<view class="_item"></view>
</view>
</view>
<view class="_title">5、ADVERTISE TO EARN</view>
<view class="_info">
<view class="_left">
<view class="_item">
<view class="_font">You get 10% of ad revenue when readers are on read to earn.</view>
<view class="_dot"></view>
<view class="_line"></view>
</view>
</view>
<view class="_center">
<image src="/static/index/earn9.png" mode="" class="earn"></image>
</view>
<view class="_right">
<view class="_item">
<view class="_line"></view>
<view class="_dot"></view>
<view class="_font">Readers can provide you with rewards to support your writing.</view>
</view>
<view class="_item">
<view class="_line"></view>
<view class="_dot"></view>
<view class="_font">Readers comment on your book, and you can interact with them.</view>
</view>
</view>
</view>
</view>
<view class="content_1_bg" v-if="!isPublish">
<view class="_title">1、BUY BOOKS</view>
<view class="_info">
<view class="_left">
<view class="_item"></view>
<view class="_item">
<view class="_font">Buy any book to start read to earn.</view>
<view class="_dot"></view>
<view class="_line"></view>
</view>
</view>
<view class="_center">
<image src="/static/index/earn1.png" mode="" class="earn"></image>
</view>
<view class="_right">
<view class="_item">
<view class="_line"></view>
<view class="_dot"></view>
<view class="_font">When you choose your favorite book, you can click on the "reading test" to
see the content.</view>
</view>
<view class="_item"></view>
</view>
</view>
<view class="_title">2、READ TO EARN</view>
<view class="_info">
<view class="_left">
<view class="_item"></view>
<view class="_item">
<view class="_font">Ad earning is read to earn's core earn approach. See the whitepaper for more
details.
</view>
<view class="_dot"></view>
<view class="_line"></view>
</view>
</view>
<view class="_center">
<image src="/static/index/earn2.png" mode="" class="earn"></image>
</view>
<view class="_right">
<view class="_item">
<view class="_line"></view>
<view class="_dot"></view>
<view class="_font">Set your ad preferences before reading so you can see the ads you like as
you read.
</view>
</view>
<view class="_item"></view>
</view>
</view>
<view class="_info">
<view class="_left">
<view class="_item">
<view class="_font">Set the interval between reading ads, it will affect your earning
efficiency.</view>
<view class="_dot"></view>
<view class="_line"></view>
</view>
</view>
<view class="_center">
<image src="/static/index/earn3.png" mode="" class="earn"></image>
</view>
<view class="_right">
<view class="_item">
<view class="_line"></view>
<view class="_dot"></view>
<view class="_font">Set up preference ads based on your preferences.</view>
</view>
<view class="_item">
<view class="_line"></view>
<view class="_dot"></view>
<view class="_font">After setting up the above steps you will see the earnings generated by
reading the book.</view>
</view>
</view>
</view>
<view class="_title">3、DBOOKMARKET</view>
<view class="_info">
<view class="_left">
<view class="_item"></view>
<view class="_item">
<view class="_font">After you finish reading the book you can choose to collect it or sell it on
dbookmarket.
</view>
<view class="_dot"></view>
<view class="_line"></view>
</view>
</view>
<view class="_center">
<image src="/static/index/earn4.png" mode="" class="earn"></image>
</view>
<view class="_right">
<view class="_item">
<view class="_line"></view>
<view class="_dot"></view>
<view class="_font">You can set the selling price of the book according to the current market
price.
</view>
</view>
<view class="_item"></view>
</view>
</view>
</view>
<bottom></bottom>
<div id="yyzCanvas" class="yyzCanvas" loops="0" v-if="loading"></div>
</view>
</template>
<script>
import bottom from '@/components/newbottom.vue';
import newNav from '@/components/newnav.vue';
import SVGA from "svgaplayerweb"
export default {
components: {
bottom,
newNav
},
data() {
return {
isPublish: true,
screenWidth: null,
loading: true,
svgaInfo: '/static/index/loading.svga',
};
},
watch: {
//监听页面屏幕宽度
screenWidth: function(n, o) {
if (n < 1150) {
uni.reLaunch({
url: '/mhow-to-use'
})
console.log('屏幕宽度小于1150了')
}
}
},
onLoad(option) {
let that = this;
if (option.active) {
//当前选中的
if (option.active == 'writer') {
that.isPublish = true;
} else {
that.isPublish = false;
}
}
},
mounted() {
let that = this;
//网页可见区域宽
that.screenWidth = document.body.clientWidth;
//使用window.onresize方法获取屏幕尺寸;
window.onresize = () => {
return (() => {
that.screenWidth = document.body.clientWidth;
})()
}
that.playSvg();
//3秒关闭页面loading动画
setTimeout(function() {
that.loading = false;
}, 1500);
},
methods: {
playSvg() {
//一定要使用$nextTick,等到页面加载完成再处理数据,否则会找不到页面元素,报Undefind的错误
const that = this
that.$nextTick(() => {
const player = new SVGA.Player('#yyzCanvas')
const parser = new SVGA.Parser('#yyzCanvas')
//这里使用动态加载的方式,加载tableData返回的svga源(例如:http://a.svga)
parser.load(that.svgaInfo, function(videoItem) {
player.setVideoItem(videoItem);
player.startAnimation();
player.clearsAfterStop = true; //player有很多属性,根据需要设置
player.onFinished(function() {
alert("动画停止了!!!")
});
})
})
},
/**
* 选择方式
* @param {Object} type
*/
chooseMoney(type) {
let that = this;
if (type == 1) {
that.isPublish = true;
} else if (type == 2) {
that.isPublish = false;
}
}
}
}
</script>
<style scoped lang="scss">
.bg {
background-color: #fff;
font-size: 15px;
color: #000000;
.yyzCanvas {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 200000;
background-color: #24180e;
opacity: 1;
}
.indexapp {
width: 100%;
margin: 0 auto;
height: 5rem;
background-image: url('/static/index/earnbg.png');
background-repeat: no-repeat;
background-position: center 0;
background-size: cover;
.newbg {
width: 100%;
margin: 0 auto;
}
}
._navbtn {
width: 100%;
max-width: 1150px;
margin: .65rem auto 0;
font-family: Alibaba PuHuiTi;
text-align: center;
display: flex;
justify-content: space-evenly;
align-items: center;
._btn {
cursor: pointer;
width: 4rem;
height: 1rem;
background: #FAFAFA;
border: 3px solid #999999;
font-size: 30px;
font-weight: 800;
color: #999999;
line-height: 1rem;
}
._active {
color: #000000;
background: #FFE1B4;
border: 3px solid #282828;
}
}
.content_1_bg {
width: 100%;
max-width: 1100px;
margin: .65rem auto 0;
height: auto;
overflow: hidden;
background-color: #fff;
text-align: center;
._title {
font-size: 50px;
font-family: Alibaba PuHuiTi;
font-weight: 800;
text-align: center;
}
._info {
display: flex;
justify-content: center;
margin: 0.6rem auto;
align-items: center;
width: 92%;
._center {
.earn {
width: 3.2rem;
height: 6rem;
}
}
._left,
._right {
height: 6rem;
._item {
display: flex;
justify-content: flex-end;
align-items: center;
text-align: left;
._font {
width: 2rem;
}
}
}
}
}
}
</style>