jufubao-base 1.0.159-beta2 → 1.0.159-beta20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. package/package.json +1 -1
  2. package/src/components/JfbBaseAfterOrderDetail/Attr.js +9 -0
  3. package/src/components/JfbBaseAfterOrderDetail/JfbBaseAfterOrderDetail.vue +40 -75
  4. package/src/components/JfbBaseAfterOrderDetail/Mock.js +3 -2
  5. package/src/components/JfbBaseAfterOrderList/Attr.js +9 -0
  6. package/src/components/JfbBaseAfterOrderList/JfbBaseAfterOrderList.vue +63 -83
  7. package/src/components/JfbBaseAfterOrderList/Mock.js +8 -0
  8. package/src/components/JfbBaseCard/Attr.js +220 -194
  9. package/src/components/JfbBaseCard/JfbBaseCard.vue +47 -18
  10. package/src/components/JfbBaseCard/Mock.js +7 -6
  11. package/src/components/JfbBaseCardBind/JfbBaseCardBind.vue +2 -0
  12. package/src/components/JfbBaseCardDetailEntry/JfbBaseCardDetailEntry.vue +39 -6
  13. package/src/components/JfbBaseCardDisabled/JfbBaseCardDisabled.vue +3 -3
  14. package/src/components/JfbBaseCardDisabledEntry/JfbBaseCardDisabledEntry.vue +2 -2
  15. package/src/components/JfbBaseCardEntry/Attr.js +12 -0
  16. package/src/components/JfbBaseCardEntry/JfbBaseCardEntry.vue +50 -9
  17. package/src/components/JfbBaseCardEntry/Mock.js +1 -0
  18. package/src/components/JfbBaseCardInfo/JfbBaseCardInfo.vue +33 -29
  19. package/src/components/JfbBaseCardInfoEntry/Attr.js +22 -0
  20. package/src/components/JfbBaseCardInfoEntry/JfbBaseCardInfoEntry.vue +291 -259
  21. package/src/components/JfbBaseCardSweepInfo/JfbBaseCardSweepInfo.vue +2 -3
  22. package/src/components/JfbBaseCardV2/Attr.js +39 -2
  23. package/src/components/JfbBaseCardV2/JfbBaseCardV2.vue +46 -24
  24. package/src/components/JfbBaseCardV2/Mock.js +12 -11
  25. package/src/components/JfbBaseCardV3/Attr.js +13 -1
  26. package/src/components/JfbBaseCardV3/JfbBaseCardV3.vue +5 -1
  27. package/src/components/JfbBaseCardV3/Mock.js +1 -1
  28. package/src/components/JfbBaseConList/JfbBaseConList.vue +1 -3
  29. package/src/components/JfbBaseEntry/JfbBaseEntry.vue +4 -4
  30. package/src/components/JfbBaseFastLink/JfbBaseFastLink.vue +2 -2
  31. package/src/components/JfbBaseLogin/JfbBaseLogin.vue +12 -5
  32. package/src/components/JfbBaseLoginSetPwd/JfbBaseLoginSetPwd.vue +3 -0
  33. package/src/components/JfbBaseMultipleExpress/Attr.js +9 -0
  34. package/src/components/JfbBaseMultipleExpress/JfbBaseMultipleExpress.vue +20 -28
  35. package/src/components/JfbBaseMultipleExpress/Mock.js +10 -0
  36. package/src/components/JfbBaseOrderDetail/Attr.js +23 -0
  37. package/src/components/JfbBaseOrderDetail/JfbBaseOrderDetail.vue +72 -164
  38. package/src/components/JfbBaseOrderDetail/bizMock.js +4 -2
  39. package/src/components/JfbBaseOrderList/Attr.js +9 -0
  40. package/src/components/JfbBaseOrderList/JfbBaseOrderList.vue +38 -91
  41. package/src/components/JfbBaseOrderList/Mock.js +27 -5
  42. package/src/components/JfbBasePhoneCollect/Attr.js +11 -0
  43. package/src/components/JfbBasePhoneCollect/JfbBasePhoneCollect.vue +13 -0
  44. package/src/components/JfbBasePhoneLogin/JfbBasePhoneLogin.vue +10 -0
  45. package/src/components/JfbBasePoster/Attr.js +1 -0
  46. package/src/components/JfbBasePosterBigSmall/Attr.js +4 -1
  47. package/src/components/JfbBasePosterType/Attr.js +35 -25
  48. package/src/components/JfbBasePosterType/FourScreen.vue +18 -19
  49. package/src/components/JfbBasePosterType/JfbBasePosterType.vue +12 -0
  50. package/src/components/JfbBaseSuccess/JfbBaseSuccess.vue +5 -5
@@ -10,18 +10,14 @@
10
10
  :class="{ editx: isEditx && active }"
11
11
  v-if="isEditx && active"
12
12
  >
13
- <view class="jfb-base-card-info-entry__edit-icon" @click="delEdit"
14
- >删除</view
15
- >
13
+ <view class="jfb-base-card-info-entry__edit-icon" @click="delEdit">删除</view>
16
14
  </view>
17
15
  <!-- #endif -->
18
16
  <view class="jfb-base-card-info-entry__body" :style="{minHeight: layoutInfo.bodyMinHeightRpx + 'rpx'}">
19
17
  <view v-if="!qrcode && showForm">
20
18
  <view>
21
19
  <view class="jfb-base-card-info-entry__body-form">
22
- <view class="jfb-base-card-info-entry__body-form-label"
23
- >票券号码</view
24
- >
20
+ <view class="jfb-base-card-info-entry__body-form-label">票券号码</view>
25
21
  <input
26
22
  type="number"
27
23
  max="32"
@@ -30,45 +26,56 @@
30
26
  />
31
27
  </view>
32
28
  <view class="jfb-base-card-info-entry__body-form">
33
- <view class="jfb-base-card-info-entry__body-form-label"
34
- >票券密码</view
35
- >
29
+ <view class="jfb-base-card-info-entry__body-form-label">票券密码</view>
36
30
  <input
37
31
  max="18"
38
32
  :password="isPassword"
39
33
  v-model="card_password"
40
34
  :placeholder="card_pwd_placeholder"
41
35
  />
36
+ <!--#ifdef H5-->
42
37
  <xd-font-icon
43
- @click="isPassword = !isPassword"
38
+ @click="handleIcon()"
44
39
  :icon="isPassword ? 'iconbiyan' : 'iconchakan'"
45
40
  ></xd-font-icon>
41
+ <!--#endif-->
42
+ <!--#ifdef MP-WEIXIN-->
43
+ <xd-font-icon
44
+ :width="72"
45
+ :height="72"
46
+ @click="handleIcon()"
47
+ :icon="isPassword ? 'iconbiyan' : 'iconchakan'"
48
+ ></xd-font-icon>
49
+ <!--#endif-->
46
50
  </view>
47
51
  </view>
48
52
  <view :style="{ height: '100rpx' }"></view>
49
53
  <view class="fixe_bottom" :style="prod_bottom">
50
- <xd-button
51
- type="primary"
52
- width="360rpx"
53
- @click="handleGetInfo"
54
- >确认</xd-button
55
- >
54
+ <view>
55
+ <xd-button
56
+ type="primary"
57
+ width="460rpx"
58
+ @click="handleGetInfo"
59
+ >确认</xd-button>
60
+ </view>
56
61
  </view>
57
62
  </view>
58
63
 
59
64
  <view v-if="showInfo && info !== null">
60
- <view class="card-list" :style="{
65
+ <view
66
+ class="card-list"
67
+ :style="{
61
68
  background: headerBg['color'],
62
69
  backgroundSize: '100%'
63
70
  }">
64
- <view class="card-list-warp" :style="{backgroundImage: `url(${headerBg['image']})`}">
71
+ <view class="card-list-warp" :style="{backgroundImage: `url(${headerBg['image']})`}">
65
72
  <view class="card-list__title"><view>{{info['card_type_name']}}</view></view>
66
- <div class="card-list__content">
73
+ <view class="card-list__content">
67
74
  <view>
68
75
  <text>券号:</text>
69
76
  <text>{{info.card_number}}</text>
70
77
  </view>
71
- </div>
78
+ </view>
72
79
  <view class="card-list__date">
73
80
  <text>有效期:</text>
74
81
  <text>{{info.end_time}}</text>
@@ -86,16 +93,8 @@
86
93
  v-if="info.site_entry_settings && info.site_entry_settings.length > 0"
87
94
  class="jfb-base-card-info-entry__body-business"
88
95
  >
89
- <view class="jfb-base-card-info-entry__body-business-title">
90
- 支持业务板块
91
- </view>
92
- <view
93
- style="
94
- display: flex;
95
- align-content: center;
96
- justify-content: flex-start;
97
- "
98
- >
96
+ <view class="jfb-base-card-info-entry__body-business-title">支持业务板块</view>
97
+ <view style="display: flex;align-content: center;justify-content: flex-start;">
99
98
  <view class="jfb-base-card-info-entry__body-business-content">
100
99
  <view
101
100
  class="jfb-base-card-info-entry__body-business-content-item"
@@ -110,12 +109,13 @@
110
109
  </view>
111
110
  <view :style="{ height: '100rpx' }"></view>
112
111
  <view class="fixe_bottom" :style="prod_bottom">
113
- <xd-button
114
- type="primary"
115
- width="360rpx"
116
- @click="handleToLink"
117
- >立即绑定</xd-button
118
- >
112
+ <view>
113
+ <xd-button
114
+ type="primary"
115
+ width="460rpx"
116
+ @click="handleToLink"
117
+ >立即绑定</xd-button>
118
+ </view>
119
119
  </view>
120
120
  </view>
121
121
  </view>
@@ -142,7 +142,7 @@ export default {
142
142
  XdButton,
143
143
  },
144
144
  mixins: [
145
- componentsMixins, extsMixins, JfbBaseCardInfoEntryMixin,colorCardMixins
145
+ componentsMixins, extsMixins, JfbBaseCardInfoEntryMixin,colorCardMixins
146
146
  ],
147
147
  data() {
148
148
  return {
@@ -152,8 +152,8 @@ export default {
152
152
  isPassword: true,
153
153
  card_num_placeholder: "",
154
154
  card_pwd_placeholder: "",
155
-
156
155
  showInfo: false,
156
+ entryGroupId: '',//加载入口数据组别
157
157
 
158
158
  qrcode: "", //二维码
159
159
  showForm: true,
@@ -177,17 +177,23 @@ export default {
177
177
  prod_bottom() {
178
178
  return this.fixedStyle({ height: 0, zIndex: 111 });
179
179
  },
180
+
180
181
  isShowBalance(){
181
- if(this.info.is_expired === "Y"){
182
+ if(this.info && this.info.is_expired === "Y"){
182
183
  return this.is_show_balance === "Y";
183
184
  }
184
185
  return true;
185
- }
186
+ },
187
+ },
188
+ created() {
189
+ this.init(this.container);
186
190
  },
187
- created() {},
191
+
188
192
  methods: {
193
+ handleIcon(){
194
+ this.isPassword = !this.isPassword
195
+ },
189
196
  toShowCouponDialog(){
190
- // jfbRootFnExec(this, 'onCustomEvent')("@showBaseConDialog", {user_card_number: "10001000001133"})
191
197
  if(this.info){
192
198
  jfbRootFnExec(this, 'onCustomEvent')("@showBaseConDialog", {user_card_number: this.info.card_number})
193
199
  }
@@ -196,15 +202,15 @@ export default {
196
202
  if(this.info.card_point===0) {
197
203
  this.$xdConfirm({
198
204
  styles: this.styles,
199
- content: "票券余额为0,是否确认绑定?",
200
- width: "80%",
201
- success: (res) => {
202
- if (res.confirm) {
203
- this.handleToBind()
204
- }
205
- },
206
- });
207
- return
205
+ content: "票券余额为0,是否确认绑定?",
206
+ width: "80%",
207
+ success: (res) => {
208
+ if (res.confirm) {
209
+ this.handleToBind()
210
+ }
211
+ },
212
+ });
213
+ return
208
214
  }
209
215
  this.handleToBind()
210
216
  },
@@ -239,7 +245,6 @@ export default {
239
245
  }
240
246
  },
241
247
  handlerAfterBindCard(res){
242
-
243
248
  if(res.pop_info && res.pop_info.pop_code === '1001'){
244
249
  this.handleBindConfirm();
245
250
  return;
@@ -287,45 +292,50 @@ export default {
287
292
  }
288
293
  })
289
294
  },
290
- init() {
291
- this.backUrl = getContainerPropsValue(
292
- this.container,
293
- "content.back_url",
294
- { value: "/pages/card/card" }
295
- ).value;
296
- this.card_num_placeholder = getContainerPropsValue(
297
- this.container,
298
- "content.card_num_placeholder",
299
- "请输入券号(电子券除外)"
300
- );
301
- this.card_pwd_placeholder = getContainerPropsValue(
302
- this.container,
303
- "content.card_pwd_placeholder",
304
- "请输入密码"
305
- );
306
- this.my_card_url = getContainerPropsValue(this.container, 'content.my_card_url', { value: "" }).value;
307
- this.is_show_balance = getContainerPropsValue(this.container, 'content.is_show_balance', "N");
295
+ init(container) {
296
+ this.backUrl = getContainerPropsValue(container, "content.back_url", { value: "/pages/card/card" }).value;
297
+ this.card_num_placeholder = getContainerPropsValue(container, "content.card_num_placeholder", "请输入券号(电子券除外)");
298
+ this.card_pwd_placeholder = getContainerPropsValue(container, "content.card_pwd_placeholder", "请输入密码");
299
+ this.my_card_url = getContainerPropsValue(container, 'content.my_card_url', { value: "" }).value;
300
+ this.is_show_balance = getContainerPropsValue(container, 'content.is_show_balance', "N");
301
+ //'wechat_mini_program|default'
302
+ this.entryGroupId = getContainerPropsValue(container,"content.entryGroupId","default");
308
303
  },
309
304
  onJfbLoad(options) {
310
- this.init();
311
- this.qrcode = options.qrcode;
305
+ this.qrcode = options.qrcode || options.pa;
306
+
312
307
  //#ifdef MP-WEIXIN
313
- this.qrcode = decodeURIComponent(options.qrcode);
308
+ if(this.qrcode) {
309
+ this.qrcode = decodeURIComponent(this.qrcode);
310
+ }
314
311
  //#endif
312
+
315
313
  if(options.inCallback) {
316
314
  this.inCallbackUrlOrg = options.inCallback;
317
315
  }
316
+
317
+ //正式环境判断参数错误
318
+ if(!this.$configProject.isPreview) {
319
+ if(!this.qrcode) {
320
+ this.$xdAlert({
321
+ content: '参数配置错误',
322
+ type: 'error'
323
+ });
324
+ return
325
+ }
326
+ }
327
+
318
328
  if (this.qrcode) {
319
329
  jfbRootExec("getByQrCardDetailEntry", {
320
330
  vm: this,
321
331
  data: {
322
332
  card_qrcode: decodeURIComponent(this.qrcode),
323
- is_show_entry_settings: "Y"
333
+ is_show_entry_settings: "Y",
334
+ group_id: this.entryGroupId
324
335
  },
325
336
  })
326
337
  .then((res) => {
327
- res.is_exchange_name =
328
- res.is_exchange === "Y" ? "可转换" : "不可转换";
338
+ res.is_exchange_name = res.is_exchange === "Y" ? "可转换" : "不可转换";
329
339
  let temp = {};
330
340
  Object.keys(res).map((key) => {
331
341
  if (key === "card_point" || key === "other_card_point") {
@@ -339,12 +349,19 @@ export default {
339
349
  temp[key] = res[key];
340
350
  }
341
351
  });
342
- if(res && res.site_entry_settings && res.site_entry_settings.length>0) {
352
+
353
+ //过滤入口配置
354
+ if(res && res.site_entry_settings && res.site_entry_settings.length > 0) {
355
+ res['site_entry_settings'] = this.filterNotSupportEntry(res['site_entry_settings']);
356
+ }
357
+
358
+
359
+ if(res && res.site_entry_settings && res.site_entry_settings.length > 0) {
343
360
  temp.site_entry_settings = res.site_entry_settings.filter(item=>{
344
- item['image_url'] = getServiceUrl(item['image_url'])
345
- return res.business_codes.includes(item.business_code)
346
- })
347
- }
361
+ item['image_url'] = getServiceUrl(item['image_url'])
362
+ return res.business_codes.includes(item.business_code)
363
+ })
364
+ }
348
365
 
349
366
  this.headerBg = this.getCardThemes(res.card_type_name);
350
367
  this.showInfo = true;
@@ -390,10 +407,7 @@ export default {
390
407
  .catch();
391
408
  },
392
409
  isEmpty(str) {
393
- if (str === null || str === "") {
394
- return true;
395
- }
396
- return false;
410
+ return str === null || str === "";
397
411
  },
398
412
  handleGetInfo() {
399
413
  if (this.isEmpty(this.card_password)) {
@@ -430,6 +444,7 @@ export default {
430
444
  &__body {
431
445
  color: #333;
432
446
  padding: unit(26, rpx);
447
+
433
448
  &-form {
434
449
  display: flex;
435
450
  align-items: center;
@@ -446,6 +461,14 @@ export default {
446
461
  text-align: center;
447
462
  }
448
463
 
464
+ & .mp {
465
+ display: flex;
466
+ justify-content: center;
467
+ align-items: center;
468
+ width: 72rpx;
469
+ height: 72rpx
470
+ }
471
+
449
472
  input {
450
473
  font-size: unit(24, rpx);
451
474
  }
@@ -474,215 +497,215 @@ export default {
474
497
  transform: translate(-50rpx, -50rpx);
475
498
  }
476
499
  .card-list {
477
- overflow: hidden;
478
- border-radius: unit(16, rpx);
479
- margin-bottom: unit(30, rpx);
480
-
481
- &:last-child {
482
- margin-bottom: 0;
483
- }
484
-
485
-
486
- &__title {
487
- height: unit(56, rpx);
488
- display: flex;
489
- justify-content: flex-start;
490
- align-items: center;
500
+ overflow: hidden;
501
+ border-radius: unit(16, rpx);
502
+ margin-bottom: unit(30, rpx);
491
503
 
492
- & > view {
493
- padding: 0 unit(80, rpx);
494
- font-size: unit(24, rpx);
495
- line-height: unit(56, rpx);
496
- background: rgba(102, 102, 102, 0.4);
497
- color: #fff;
498
- border-radius: 0 0 unit(16, rpx) 0;
499
- }
504
+ &:last-child {
505
+ margin-bottom: 0;
506
+ }
500
507
 
501
- }
502
508
 
503
- &__content {
504
- padding: unit(10, rpx) unit(40, rpx) 0;
505
- height: unit(86, rpx);
506
- display: flex;
507
- justify-content: space-between;
508
- align-items: center;
509
-
510
- & > view:first-child {
511
- font-size: unit(36, rpx);
512
- line-height: unit(86, rpx);
513
- color: #fff;
514
- font-weight: 700;
515
- }
509
+ &__title {
510
+ height: unit(56, rpx);
511
+ display: flex;
512
+ justify-content: flex-start;
513
+ align-items: center;
516
514
 
517
- & > view:nth-child(2) {
518
- font-size: unit(24, rpx);
519
- display: flex;
520
- justify-content: space-between;
521
- align-items: center;
522
- flex-flow: wrap;
523
- flex-direction: column;
524
- color: #fff;
525
- }
526
- }
515
+ & > view {
516
+ padding: 0 unit(80, rpx);
517
+ font-size: unit(24, rpx);
518
+ line-height: unit(56, rpx);
519
+ background: rgba(102, 102, 102, 0.4);
520
+ color: #fff;
521
+ border-radius: 0 0 unit(16, rpx) 0;
522
+ }
527
523
 
528
- &__date {
529
- padding: 0 unit(40, rpx);
530
- font-size: unit(28, rpx);
531
- line-height: unit(32, rpx);
532
- color: #fff;
533
- }
524
+ }
534
525
 
535
- &__yue {
536
- padding: unit(10, rpx) unit(40, rpx) 0;
537
- font-size: unit(28, rpx);
538
- line-height: unit(32, rpx);
539
- color: #fff;
526
+ &__content {
527
+ padding: unit(10, rpx) unit(40, rpx) 0;
528
+ height: unit(86, rpx);
529
+ display: flex;
530
+ justify-content: space-between;
531
+ align-items: center;
540
532
 
541
- & > text:nth-child(2) {
542
- font-weight: 700;
543
- }
544
- }
533
+ & > view:first-child {
534
+ font-size: unit(36, rpx);
535
+ line-height: unit(86, rpx);
536
+ color: #fff;
537
+ font-weight: 700;
538
+ }
545
539
 
546
- &__other {
547
- display: flex;
548
- justify-content: flex-start;
549
- align-items: center;
550
- padding: unit(20, rpx) unit(40, rpx) 0;
551
- margin-top: unit(0, rpx);
552
-
553
- & > view {
554
- border-radius:unit(8, rpx);
555
- background: rgba(255, 255, 255, 0.2);
556
- height: unit(48, rpx);
557
- line-height: unit(48, rpx);
558
- display: flex;
559
- justify-content: flex-start;
560
- align-items: center;
561
- font-weight: 400;
562
- font-size: unit(24, rpx);
563
- padding: 0 unit(20, rpx);
564
- color: #fff;
565
- }
540
+ & > view:nth-child(2) {
541
+ font-size: unit(24, rpx);
542
+ display: flex;
543
+ justify-content: space-between;
544
+ align-items: center;
545
+ flex-flow: wrap;
546
+ flex-direction: column;
547
+ color: #fff;
548
+ }
549
+ }
566
550
 
551
+ &__date {
552
+ padding: 0 unit(40, rpx);
553
+ font-size: unit(28, rpx);
554
+ line-height: unit(32, rpx);
555
+ color: #fff;
556
+ }
567
557
 
568
- }
558
+ &__yue {
559
+ padding: unit(10, rpx) unit(40, rpx) 0;
560
+ font-size: unit(28, rpx);
561
+ line-height: unit(32, rpx);
562
+ color: #fff;
569
563
 
570
- &__nodata {
571
- padding: unit(20, rpx) unit(40, rpx) 0;
572
- margin-top: unit(0, rpx);
573
- color: #fff;
574
- font-size: unit(28, rpx);
575
- }
564
+ & > text:nth-child(2) {
565
+ font-weight: 700;
566
+ }
567
+ }
576
568
 
577
- &__entry {
578
- padding: unit(20, rpx) unit(40, rpx) 0;
579
- & > view {
580
- line-height: unit(64, rpx);
581
- text-align: center;
582
- font-size: unit(26, rpx);
583
- border-radius: unit(32, rpx);
584
- background: rgba(255, 255, 255, 1);
585
- box-shadow: 0 unit(4, rpx) unit(8, rpx) rgba(156, 62, 0, 0.11);
586
- font-weight: 500;
587
- }
588
- }
569
+ &__other {
570
+ display: flex;
571
+ justify-content: flex-start;
572
+ align-items: center;
573
+ padding: unit(20, rpx) unit(40, rpx) 0;
574
+ margin-top: unit(0, rpx);
589
575
 
590
- &__entrys {
591
- margin: unit(20, rpx) unit(20, rpx) 0;
592
- padding: unit(30, rpx);
593
- border-radius: unit(16, rpx);
594
- background: rgba(255, 255, 255, 1);
595
- box-shadow: 0 unit(4, rpx) unit(8, rpx) rgba(156, 62, 0, 0.11);
576
+ & > view {
577
+ border-radius:unit(8, rpx);
578
+ background: rgba(255, 255, 255, 0.2);
579
+ height: unit(48, rpx);
580
+ line-height: unit(48, rpx);
581
+ display: flex;
582
+ justify-content: flex-start;
583
+ align-items: center;
584
+ font-weight: 400;
585
+ font-size: unit(24, rpx);
586
+ padding: 0 unit(20, rpx);
587
+ color: #fff;
588
+ }
596
589
 
597
- &-title {
598
- display: flex;
599
- justify-content: space-between;
600
- align-items: center;
601
590
 
591
+ }
602
592
 
603
- & > view:first-child {
593
+ &__nodata {
594
+ padding: unit(20, rpx) unit(40, rpx) 0;
595
+ margin-top: unit(0, rpx);
596
+ color: #fff;
604
597
  font-size: unit(28, rpx);
605
- font-weight: 500;
606
- flex: 1;
607
598
  }
608
599
 
609
- & > view:nth-child(2) {
610
- display: flex;
611
- justify-content: flex-start;
612
- align-items: center;
613
- flex-shrink: 0;
614
- font-size: unit(20, rpx);
615
- color: #999;
600
+ &__entry {
601
+ padding: unit(20, rpx) unit(40, rpx) 0;
602
+ & > view {
603
+ line-height: unit(64, rpx);
604
+ text-align: center;
605
+ font-size: unit(26, rpx);
606
+ border-radius: unit(32, rpx);
607
+ background: rgba(255, 255, 255, 1);
608
+ box-shadow: 0 unit(4, rpx) unit(8, rpx) rgba(156, 62, 0, 0.11);
609
+ font-weight: 500;
610
+ }
616
611
  }
617
- }
618
612
 
619
- &-scroll {
613
+ &__entrys {
614
+ margin: unit(20, rpx) unit(20, rpx) 0;
615
+ padding: unit(30, rpx);
616
+ border-radius: unit(16, rpx);
617
+ background: rgba(255, 255, 255, 1);
618
+ box-shadow: 0 unit(4, rpx) unit(8, rpx) rgba(156, 62, 0, 0.11);
620
619
 
621
- }
620
+ &-title {
621
+ display: flex;
622
+ justify-content: space-between;
623
+ align-items: center;
622
624
 
623
- &-item {
624
- display: flex;
625
- justify-content: flex-start;
626
- align-items: center;
627
- flex-flow: nowrap;
628
- margin-left: unit(-14, rpx);
629
- padding-top: unit(20, rpx);
630
625
 
631
- & > view {
632
- width: unit(120, rpx);
633
- margin-right: unit(10, rpx);
634
- flex-shrink: 0;
635
- display: flex;
636
- justify-content: center;
637
- flex-direction: column;
638
- align-items: center;
639
-
640
- & > view:first-child {
641
- width: unit(76, rpx);
642
- height: unit(76, rpx);
643
- overflow: hidden;
626
+ & > view:first-child {
627
+ font-size: unit(28, rpx);
628
+ font-weight: 500;
629
+ flex: 1;
630
+ }
644
631
 
645
- & > image {
646
- height: 100%;
647
- width: 100%;
632
+ & > view:nth-child(2) {
633
+ display: flex;
634
+ justify-content: flex-start;
635
+ align-items: center;
636
+ flex-shrink: 0;
637
+ font-size: unit(20, rpx);
638
+ color: #999;
648
639
  }
649
640
  }
650
641
 
651
- & > view:nth-child(2) {
652
- margin-top: unit(10, rpx);
653
- font-size: unit(24, rpx);
654
- line-height: unit(36, rpx);
655
- margin-bottom: unit(10, rpx);
642
+ &-scroll {
643
+
656
644
  }
657
645
 
658
- & > view:nth-child(3) {
646
+ &-item {
659
647
  display: flex;
660
648
  justify-content: flex-start;
661
649
  align-items: center;
662
- flex-shrink: 0;
663
- font-size: unit(20, rpx);
664
- color: #999;
665
- }
650
+ flex-flow: nowrap;
651
+ margin-left: unit(-14, rpx);
652
+ padding-top: unit(20, rpx);
666
653
 
667
- &:last-child {
668
- margin-right: 0;
669
- }
654
+ & > view {
655
+ width: unit(120, rpx);
656
+ margin-right: unit(10, rpx);
657
+ flex-shrink: 0;
658
+ display: flex;
659
+ justify-content: center;
660
+ flex-direction: column;
661
+ align-items: center;
670
662
 
671
- }
663
+ & > view:first-child {
664
+ width: unit(76, rpx);
665
+ height: unit(76, rpx);
666
+ overflow: hidden;
672
667
 
668
+ & > image {
669
+ height: 100%;
670
+ width: 100%;
671
+ }
672
+ }
673
673
 
674
- }
675
- }
674
+ & > view:nth-child(2) {
675
+ margin-top: unit(10, rpx);
676
+ font-size: unit(24, rpx);
677
+ line-height: unit(36, rpx);
678
+ margin-bottom: unit(10, rpx);
679
+ }
676
680
 
677
- &-warp {
678
- width: unit(700, rpx);
679
- // min-height: unit(290, rpx);
680
- position: relative;
681
- border-radius: unit(16, rpx);
682
- background-size: 100%;
683
- padding-bottom: unit(20, rpx);
684
- }
685
- }
681
+ & > view:nth-child(3) {
682
+ display: flex;
683
+ justify-content: flex-start;
684
+ align-items: center;
685
+ flex-shrink: 0;
686
+ font-size: unit(20, rpx);
687
+ color: #999;
688
+ }
689
+
690
+ &:last-child {
691
+ margin-right: 0;
692
+ }
693
+
694
+ }
695
+
696
+
697
+ }
698
+ }
699
+
700
+ &-warp {
701
+ width: unit(700, rpx);
702
+ // min-height: unit(290, rpx);
703
+ position: relative;
704
+ border-radius: unit(16, rpx);
705
+ background-size: 100%;
706
+ padding-bottom: unit(20, rpx);
707
+ }
708
+ }
686
709
 
687
710
  &-qrcode {
688
711
  text-align: center;
@@ -788,6 +811,7 @@ export default {
788
811
  font-size: unit(24, rpx);
789
812
  line-height: unit(36, rpx);
790
813
  margin-bottom: unit(10, rpx);
814
+ .uni-cut(1,36);
791
815
  }
792
816
 
793
817
  & > view:nth-child(3) {
@@ -807,13 +831,21 @@ export default {
807
831
  }
808
832
 
809
833
  .fixe_bottom {
810
- display: flex;
811
- align-items: center;
812
- justify-content: space-between;
813
834
  height: unit(100, rpx);
814
835
  padding: 0 unit(40, rpx);
815
836
  background: #fff;
816
837
  box-shadow: 0 0 unit(16, rpx) rgba(0, 0, 0, 0.05);
838
+ display: flex;
839
+ align-items: center;
840
+ justify-content: center;
841
+
842
+ & > view {
843
+ width: 100%;
844
+ display: flex;
845
+ align-items: center;
846
+ justify-content: center;
847
+ height: 100%;
848
+ }
817
849
  .flex_l {
818
850
  display: flex;
819
851
  align-items: center;