jufubao-base 1.0.159-beta1 → 1.0.159-beta10

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 (70) hide show
  1. package/package.json +1 -1
  2. package/src/components/JfbBaseAddress/JfbBaseAddress.vue +3 -2
  3. package/src/components/JfbBaseAfterOrderDetail/JfbBaseAfterOrderDetail.vue +3 -2
  4. package/src/components/JfbBaseAfterOrderList/JfbBaseAfterOrderList.vue +3 -2
  5. package/src/components/JfbBaseBack/JfbBaseBack.vue +3 -2
  6. package/src/components/JfbBaseBackground/JfbBaseBackground.vue +3 -2
  7. package/src/components/JfbBaseBlock/JfbBaseBlock.vue +3 -2
  8. package/src/components/JfbBaseCard/JfbBaseCard.vue +6 -5
  9. package/src/components/JfbBaseCardBindV2/JfbBaseCardBindV2.vue +3 -2
  10. package/src/components/JfbBaseCardDetail/JfbBaseCardDetail.vue +0 -1
  11. package/src/components/JfbBaseCardDetailEntry/Attr.js +22 -0
  12. package/src/components/JfbBaseCardDetailEntry/JfbBaseCardDetailEntry.vue +85 -35
  13. package/src/components/JfbBaseCardDisabled/JfbBaseCardDisabled.vue +3 -3
  14. package/src/components/JfbBaseCardDisabledEntry/JfbBaseCardDisabledEntry.vue +3 -4
  15. package/src/components/JfbBaseCardEntry/Attr.js +22 -1
  16. package/src/components/JfbBaseCardEntry/JfbBaseCardEntry.vue +89 -35
  17. package/src/components/JfbBaseCardInfo/JfbBaseCardInfo.vue +25 -4
  18. package/src/components/JfbBaseCardInfoEntry/Attr.js +22 -0
  19. package/src/components/JfbBaseCardInfoEntry/JfbBaseCardInfoEntry.vue +283 -262
  20. package/src/components/JfbBaseCardMerge/JfbBaseCardMerge.vue +3 -2
  21. package/src/components/JfbBaseCardMergeEntry/JfbBaseCardMergeEntry.vue +3 -2
  22. package/src/components/JfbBaseCardShift/JfbBaseCardShift.vue +3 -10
  23. package/src/components/JfbBaseCardShiftEntry/JfbBaseCardShiftEntry.vue +15 -18
  24. package/src/components/JfbBaseCardSweepInfo/JfbBaseCardSweepInfo.vue +3 -2
  25. package/src/components/JfbBaseCardV3/JfbBaseCardV3.vue +14 -14
  26. package/src/components/JfbBaseCity/JfbBaseCity.vue +3 -2
  27. package/src/components/JfbBaseClear/JfbBaseClear.vue +3 -2
  28. package/src/components/JfbBaseConList/JfbBaseConList.vue +4 -5
  29. package/src/components/JfbBaseConPhone/JfbBaseConPhone.vue +3 -2
  30. package/src/components/JfbBaseEntry/JfbBaseEntry.vue +4 -3
  31. package/src/components/JfbBaseExpressDetail/JfbBaseExpressDetail.vue +3 -4
  32. package/src/components/JfbBaseFastLink/JfbBaseFastLink.vue +17 -15
  33. package/src/components/JfbBaseFooter/JfbBaseFooter.vue +0 -1
  34. package/src/components/JfbBaseHeader/JfbBaseHeader.vue +3 -2
  35. package/src/components/JfbBaseLogin/JfbBaseLogin.vue +26 -9
  36. package/src/components/JfbBaseLoginForgetPwd/JfbBaseLoginForgetPwd.vue +6 -8
  37. package/src/components/JfbBaseLoginSetPwd/JfbBaseLoginSetPwd.vue +6 -3
  38. package/src/components/JfbBaseMapOverlay/JfbBaseMapOverlay.vue +6 -5
  39. package/src/components/JfbBaseMapSearch/JfbBaseMapSearch.vue +3 -2
  40. package/src/components/JfbBaseMergeUserCard/JfbBaseMergeUserCard.vue +28 -27
  41. package/src/components/JfbBaseMultipleExpress/JfbBaseMultipleExpress.vue +3 -4
  42. package/src/components/JfbBaseMy/JfbBaseMy.vue +3 -3
  43. package/src/components/JfbBaseMySetting/JfbBaseMySetting.vue +6 -4
  44. package/src/components/JfbBaseNotice/JfbBaseNotice.vue +6 -4
  45. package/src/components/JfbBaseNoticeBottom/JfbBaseNoticeBottom.vue +3 -2
  46. package/src/components/JfbBaseNoticeTop/JfbBaseNoticeTop.vue +3 -2
  47. package/src/components/JfbBaseOrderDetail/JfbBaseOrderDetail.vue +18 -29
  48. package/src/components/JfbBaseOrderList/JfbBaseOrderList.vue +8 -3
  49. package/src/components/JfbBasePay/JfbBasePay.vue +3 -2
  50. package/src/components/JfbBasePhoneCollect/JfbBasePhoneCollect.vue +22 -7
  51. package/src/components/JfbBasePhoneLogin/JfbBasePhoneLogin.vue +23 -7
  52. package/src/components/JfbBasePosterType/FourScreen.vue +12 -6
  53. package/src/components/JfbBaseRecharge/JfbBaseRecharge.vue +4 -4
  54. package/src/components/JfbBaseRechargeOrder/JfbBaseRechargeOrder.vue +3 -4
  55. package/src/components/JfbBaseRechargeOrderDetail/JfbBaseRechargeOrderDetail.vue +4 -7
  56. package/src/components/JfbBaseRechargeSuccess/JfbBaseRechargeSuccess.vue +6 -9
  57. package/src/components/JfbBaseSearch/JfbBaseSearch.vue +3 -2
  58. package/src/components/JfbBaseSuccess/JfbBaseSuccess.vue +3 -3
  59. package/src/components/JfbBaseUserCenter/JfbBaseUserCenter.vue +3 -2
  60. package/src/components/JfbBaseUserInfo/JfbBaseUserInfo.vue +3 -2
  61. package/src/components/JfbBaseUserOrder/JfbBaseUserOrder.vue +4 -3
  62. package/src/components/JfbBaseVideo/JfbBaseVideo.vue +6 -4
  63. package/src/components/JfbBaseWallet/JfbBaseWallet.vue +3 -2
  64. package/src/components/JfbBaseWalletDetail/JfbBaseWalletDetail.vue +5 -8
  65. package/src/components/JfbBaseWalletEffective/JfbBaseWalletEffective.vue +5 -8
  66. package/src/components/JfbBaseWalletIndex/JfbBaseWalletIndex.vue +3 -4
  67. package/src/components/JfbBaseWalletItem/JfbBaseWalletItem.vue +8 -17
  68. package/src/components/JfbBaseWebview/JfbBaseWebview.vue +4 -3
  69. package/src/components/JfbBaseWxAuthorize/JfbBaseWxAuthorize.vue +3 -2
  70. package/src/components/JfbBaseWxAuthorizeError/JfbBaseWxAuthorizeError.vue +3 -4
@@ -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,18 +142,18 @@ 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 {
149
149
  info: null,
150
- card_number: "", //卡号
151
- card_password: "", //卡密码
150
+ card_number: "171003500000580", //卡号
151
+ card_password: "70420410", //卡密码
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,
@@ -168,25 +168,32 @@ export default {
168
168
  };
169
169
  },
170
170
  watch: {
171
- container(value) {
172
- this.init(value);
171
+ container(value,oldValue) {
172
+ if(JSON.stringify(value) === JSON.stringify(oldValue)) return;
173
+ if (this.$configProject['isPreview']) this.init(value)
173
174
  },
174
175
  },
175
176
  computed: {
176
177
  prod_bottom() {
177
178
  return this.fixedStyle({ height: 0, zIndex: 111 });
178
179
  },
180
+
179
181
  isShowBalance(){
180
- if(this.info.is_expired === "Y"){
182
+ if(this.info && this.info.is_expired === "Y"){
181
183
  return this.is_show_balance === "Y";
182
184
  }
183
185
  return true;
184
- }
186
+ },
187
+ },
188
+ created() {
189
+ this.init(this.container);
185
190
  },
186
- created() {},
191
+
187
192
  methods: {
193
+ handleIcon(){
194
+ this.isPassword = !this.isPassword
195
+ },
188
196
  toShowCouponDialog(){
189
- // jfbRootFnExec(this, 'onCustomEvent')("@showBaseConDialog", {user_card_number: "10001000001133"})
190
197
  if(this.info){
191
198
  jfbRootFnExec(this, 'onCustomEvent')("@showBaseConDialog", {user_card_number: this.info.card_number})
192
199
  }
@@ -195,15 +202,15 @@ export default {
195
202
  if(this.info.card_point===0) {
196
203
  this.$xdConfirm({
197
204
  styles: this.styles,
198
- content: "票券余额为0,是否确认绑定?",
199
- width: "80%",
200
- success: (res) => {
201
- if (res.confirm) {
202
- this.handleToBind()
203
- }
204
- },
205
- });
206
- return
205
+ content: "票券余额为0,是否确认绑定?",
206
+ width: "80%",
207
+ success: (res) => {
208
+ if (res.confirm) {
209
+ this.handleToBind()
210
+ }
211
+ },
212
+ });
213
+ return
207
214
  }
208
215
  this.handleToBind()
209
216
  },
@@ -238,7 +245,6 @@ export default {
238
245
  }
239
246
  },
240
247
  handlerAfterBindCard(res){
241
-
242
248
  if(res.pop_info && res.pop_info.pop_code === '1001'){
243
249
  this.handleBindConfirm();
244
250
  return;
@@ -286,31 +292,24 @@ export default {
286
292
  }
287
293
  })
288
294
  },
289
- init() {
290
- this.backUrl = getContainerPropsValue(
291
- this.container,
292
- "content.back_url",
293
- { value: "/pages/card/card" }
294
- ).value;
295
- this.card_num_placeholder = getContainerPropsValue(
296
- this.container,
297
- "content.card_num_placeholder",
298
- "请输入券号(电子券除外)"
299
- );
300
- this.card_pwd_placeholder = getContainerPropsValue(
301
- this.container,
302
- "content.card_pwd_placeholder",
303
- "请输入密码"
304
- );
305
- this.my_card_url = getContainerPropsValue(this.container, 'content.my_card_url', { value: "" }).value;
306
- 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");
307
303
  },
308
304
  onJfbLoad(options) {
309
- this.init();
310
305
  this.qrcode = options.qrcode;
306
+
311
307
  //#ifdef MP-WEIXIN
312
- this.qrcode = decodeURIComponent(options.qrcode);
308
+ if(options.qrcode) {
309
+ this.qrcode = decodeURIComponent(options.qrcode);
310
+ }
313
311
  //#endif
312
+
314
313
  if(options.inCallback) {
315
314
  this.inCallbackUrlOrg = options.inCallback;
316
315
  }
@@ -319,12 +318,12 @@ export default {
319
318
  vm: this,
320
319
  data: {
321
320
  card_qrcode: decodeURIComponent(this.qrcode),
322
- is_show_entry_settings: "Y"
321
+ is_show_entry_settings: "Y",
322
+ group_id: this.entryGroupId
323
323
  },
324
324
  })
325
325
  .then((res) => {
326
- res.is_exchange_name =
327
- res.is_exchange === "Y" ? "可转换" : "不可转换";
326
+ res.is_exchange_name = res.is_exchange === "Y" ? "可转换" : "不可转换";
328
327
  let temp = {};
329
328
  Object.keys(res).map((key) => {
330
329
  if (key === "card_point" || key === "other_card_point") {
@@ -338,12 +337,19 @@ export default {
338
337
  temp[key] = res[key];
339
338
  }
340
339
  });
341
- if(res && res.site_entry_settings && res.site_entry_settings.length>0) {
340
+
341
+ //过滤入口配置
342
+ if(res && res.site_entry_settings && res.site_entry_settings.length > 0) {
343
+ res['site_entry_settings'] = this.filterNotSupportEntry(res['site_entry_settings']);
344
+ }
345
+
346
+
347
+ if(res && res.site_entry_settings && res.site_entry_settings.length > 0) {
342
348
  temp.site_entry_settings = res.site_entry_settings.filter(item=>{
343
- item['image_url'] = getServiceUrl(item['image_url'])
344
- return res.business_codes.includes(item.business_code)
345
- })
346
- }
349
+ item['image_url'] = getServiceUrl(item['image_url'])
350
+ return res.business_codes.includes(item.business_code)
351
+ })
352
+ }
347
353
 
348
354
  this.headerBg = this.getCardThemes(res.card_type_name);
349
355
  this.showInfo = true;
@@ -389,10 +395,7 @@ export default {
389
395
  .catch();
390
396
  },
391
397
  isEmpty(str) {
392
- if (str === null || str === "") {
393
- return true;
394
- }
395
- return false;
398
+ return str === null || str === "";
396
399
  },
397
400
  handleGetInfo() {
398
401
  if (this.isEmpty(this.card_password)) {
@@ -429,6 +432,7 @@ export default {
429
432
  &__body {
430
433
  color: #333;
431
434
  padding: unit(26, rpx);
435
+
432
436
  &-form {
433
437
  display: flex;
434
438
  align-items: center;
@@ -445,6 +449,14 @@ export default {
445
449
  text-align: center;
446
450
  }
447
451
 
452
+ & .mp {
453
+ display: flex;
454
+ justify-content: center;
455
+ align-items: center;
456
+ width: 72rpx;
457
+ height: 72rpx
458
+ }
459
+
448
460
  input {
449
461
  font-size: unit(24, rpx);
450
462
  }
@@ -473,215 +485,215 @@ export default {
473
485
  transform: translate(-50rpx, -50rpx);
474
486
  }
475
487
  .card-list {
476
- overflow: hidden;
477
- border-radius: unit(16, rpx);
478
- margin-bottom: unit(30, rpx);
479
-
480
- &:last-child {
481
- margin-bottom: 0;
482
- }
483
-
484
-
485
- &__title {
486
- height: unit(56, rpx);
487
- display: flex;
488
- justify-content: flex-start;
489
- align-items: center;
488
+ overflow: hidden;
489
+ border-radius: unit(16, rpx);
490
+ margin-bottom: unit(30, rpx);
490
491
 
491
- & > view {
492
- padding: 0 unit(80, rpx);
493
- font-size: unit(24, rpx);
494
- line-height: unit(56, rpx);
495
- background: rgba(102, 102, 102, 0.4);
496
- color: #fff;
497
- border-radius: 0 0 unit(16, rpx) 0;
498
- }
492
+ &:last-child {
493
+ margin-bottom: 0;
494
+ }
499
495
 
500
- }
501
496
 
502
- &__content {
503
- padding: unit(10, rpx) unit(40, rpx) 0;
504
- height: unit(86, rpx);
505
- display: flex;
506
- justify-content: space-between;
507
- align-items: center;
508
-
509
- & > view:first-child {
510
- font-size: unit(36, rpx);
511
- line-height: unit(86, rpx);
512
- color: #fff;
513
- font-weight: 700;
514
- }
497
+ &__title {
498
+ height: unit(56, rpx);
499
+ display: flex;
500
+ justify-content: flex-start;
501
+ align-items: center;
515
502
 
516
- & > view:nth-child(2) {
517
- font-size: unit(24, rpx);
518
- display: flex;
519
- justify-content: space-between;
520
- align-items: center;
521
- flex-flow: wrap;
522
- flex-direction: column;
523
- color: #fff;
524
- }
525
- }
503
+ & > view {
504
+ padding: 0 unit(80, rpx);
505
+ font-size: unit(24, rpx);
506
+ line-height: unit(56, rpx);
507
+ background: rgba(102, 102, 102, 0.4);
508
+ color: #fff;
509
+ border-radius: 0 0 unit(16, rpx) 0;
510
+ }
526
511
 
527
- &__date {
528
- padding: 0 unit(40, rpx);
529
- font-size: unit(28, rpx);
530
- line-height: unit(32, rpx);
531
- color: #fff;
532
- }
512
+ }
533
513
 
534
- &__yue {
535
- padding: unit(10, rpx) unit(40, rpx) 0;
536
- font-size: unit(28, rpx);
537
- line-height: unit(32, rpx);
538
- color: #fff;
514
+ &__content {
515
+ padding: unit(10, rpx) unit(40, rpx) 0;
516
+ height: unit(86, rpx);
517
+ display: flex;
518
+ justify-content: space-between;
519
+ align-items: center;
539
520
 
540
- & > text:nth-child(2) {
541
- font-weight: 700;
542
- }
543
- }
521
+ & > view:first-child {
522
+ font-size: unit(36, rpx);
523
+ line-height: unit(86, rpx);
524
+ color: #fff;
525
+ font-weight: 700;
526
+ }
544
527
 
545
- &__other {
546
- display: flex;
547
- justify-content: flex-start;
548
- align-items: center;
549
- padding: unit(20, rpx) unit(40, rpx) 0;
550
- margin-top: unit(0, rpx);
551
-
552
- & > view {
553
- border-radius:unit(8, rpx);
554
- background: rgba(255, 255, 255, 0.2);
555
- height: unit(48, rpx);
556
- line-height: unit(48, rpx);
557
- display: flex;
558
- justify-content: flex-start;
559
- align-items: center;
560
- font-weight: 400;
561
- font-size: unit(24, rpx);
562
- padding: 0 unit(20, rpx);
563
- color: #fff;
564
- }
528
+ & > view:nth-child(2) {
529
+ font-size: unit(24, rpx);
530
+ display: flex;
531
+ justify-content: space-between;
532
+ align-items: center;
533
+ flex-flow: wrap;
534
+ flex-direction: column;
535
+ color: #fff;
536
+ }
537
+ }
565
538
 
539
+ &__date {
540
+ padding: 0 unit(40, rpx);
541
+ font-size: unit(28, rpx);
542
+ line-height: unit(32, rpx);
543
+ color: #fff;
544
+ }
566
545
 
567
- }
546
+ &__yue {
547
+ padding: unit(10, rpx) unit(40, rpx) 0;
548
+ font-size: unit(28, rpx);
549
+ line-height: unit(32, rpx);
550
+ color: #fff;
568
551
 
569
- &__nodata {
570
- padding: unit(20, rpx) unit(40, rpx) 0;
571
- margin-top: unit(0, rpx);
572
- color: #fff;
573
- font-size: unit(28, rpx);
574
- }
552
+ & > text:nth-child(2) {
553
+ font-weight: 700;
554
+ }
555
+ }
575
556
 
576
- &__entry {
577
- padding: unit(20, rpx) unit(40, rpx) 0;
578
- & > view {
579
- line-height: unit(64, rpx);
580
- text-align: center;
581
- font-size: unit(26, rpx);
582
- border-radius: unit(32, rpx);
583
- background: rgba(255, 255, 255, 1);
584
- box-shadow: 0 unit(4, rpx) unit(8, rpx) rgba(156, 62, 0, 0.11);
585
- font-weight: 500;
586
- }
587
- }
557
+ &__other {
558
+ display: flex;
559
+ justify-content: flex-start;
560
+ align-items: center;
561
+ padding: unit(20, rpx) unit(40, rpx) 0;
562
+ margin-top: unit(0, rpx);
588
563
 
589
- &__entrys {
590
- margin: unit(20, rpx) unit(20, rpx) 0;
591
- padding: unit(30, rpx);
592
- border-radius: unit(16, rpx);
593
- background: rgba(255, 255, 255, 1);
594
- box-shadow: 0 unit(4, rpx) unit(8, rpx) rgba(156, 62, 0, 0.11);
564
+ & > view {
565
+ border-radius:unit(8, rpx);
566
+ background: rgba(255, 255, 255, 0.2);
567
+ height: unit(48, rpx);
568
+ line-height: unit(48, rpx);
569
+ display: flex;
570
+ justify-content: flex-start;
571
+ align-items: center;
572
+ font-weight: 400;
573
+ font-size: unit(24, rpx);
574
+ padding: 0 unit(20, rpx);
575
+ color: #fff;
576
+ }
595
577
 
596
- &-title {
597
- display: flex;
598
- justify-content: space-between;
599
- align-items: center;
600
578
 
579
+ }
601
580
 
602
- & > view:first-child {
581
+ &__nodata {
582
+ padding: unit(20, rpx) unit(40, rpx) 0;
583
+ margin-top: unit(0, rpx);
584
+ color: #fff;
603
585
  font-size: unit(28, rpx);
604
- font-weight: 500;
605
- flex: 1;
606
586
  }
607
587
 
608
- & > view:nth-child(2) {
609
- display: flex;
610
- justify-content: flex-start;
611
- align-items: center;
612
- flex-shrink: 0;
613
- font-size: unit(20, rpx);
614
- color: #999;
588
+ &__entry {
589
+ padding: unit(20, rpx) unit(40, rpx) 0;
590
+ & > view {
591
+ line-height: unit(64, rpx);
592
+ text-align: center;
593
+ font-size: unit(26, rpx);
594
+ border-radius: unit(32, rpx);
595
+ background: rgba(255, 255, 255, 1);
596
+ box-shadow: 0 unit(4, rpx) unit(8, rpx) rgba(156, 62, 0, 0.11);
597
+ font-weight: 500;
598
+ }
615
599
  }
616
- }
617
600
 
618
- &-scroll {
601
+ &__entrys {
602
+ margin: unit(20, rpx) unit(20, rpx) 0;
603
+ padding: unit(30, rpx);
604
+ border-radius: unit(16, rpx);
605
+ background: rgba(255, 255, 255, 1);
606
+ box-shadow: 0 unit(4, rpx) unit(8, rpx) rgba(156, 62, 0, 0.11);
619
607
 
620
- }
608
+ &-title {
609
+ display: flex;
610
+ justify-content: space-between;
611
+ align-items: center;
621
612
 
622
- &-item {
623
- display: flex;
624
- justify-content: flex-start;
625
- align-items: center;
626
- flex-flow: nowrap;
627
- margin-left: unit(-14, rpx);
628
- padding-top: unit(20, rpx);
629
613
 
630
- & > view {
631
- width: unit(120, rpx);
632
- margin-right: unit(10, rpx);
633
- flex-shrink: 0;
634
- display: flex;
635
- justify-content: center;
636
- flex-direction: column;
637
- align-items: center;
638
-
639
- & > view:first-child {
640
- width: unit(76, rpx);
641
- height: unit(76, rpx);
642
- overflow: hidden;
614
+ & > view:first-child {
615
+ font-size: unit(28, rpx);
616
+ font-weight: 500;
617
+ flex: 1;
618
+ }
643
619
 
644
- & > image {
645
- height: 100%;
646
- width: 100%;
620
+ & > view:nth-child(2) {
621
+ display: flex;
622
+ justify-content: flex-start;
623
+ align-items: center;
624
+ flex-shrink: 0;
625
+ font-size: unit(20, rpx);
626
+ color: #999;
647
627
  }
648
628
  }
649
629
 
650
- & > view:nth-child(2) {
651
- margin-top: unit(10, rpx);
652
- font-size: unit(24, rpx);
653
- line-height: unit(36, rpx);
654
- margin-bottom: unit(10, rpx);
630
+ &-scroll {
631
+
655
632
  }
656
633
 
657
- & > view:nth-child(3) {
634
+ &-item {
658
635
  display: flex;
659
636
  justify-content: flex-start;
660
637
  align-items: center;
661
- flex-shrink: 0;
662
- font-size: unit(20, rpx);
663
- color: #999;
664
- }
638
+ flex-flow: nowrap;
639
+ margin-left: unit(-14, rpx);
640
+ padding-top: unit(20, rpx);
665
641
 
666
- &:last-child {
667
- margin-right: 0;
668
- }
642
+ & > view {
643
+ width: unit(120, rpx);
644
+ margin-right: unit(10, rpx);
645
+ flex-shrink: 0;
646
+ display: flex;
647
+ justify-content: center;
648
+ flex-direction: column;
649
+ align-items: center;
669
650
 
670
- }
651
+ & > view:first-child {
652
+ width: unit(76, rpx);
653
+ height: unit(76, rpx);
654
+ overflow: hidden;
671
655
 
656
+ & > image {
657
+ height: 100%;
658
+ width: 100%;
659
+ }
660
+ }
672
661
 
673
- }
674
- }
662
+ & > view:nth-child(2) {
663
+ margin-top: unit(10, rpx);
664
+ font-size: unit(24, rpx);
665
+ line-height: unit(36, rpx);
666
+ margin-bottom: unit(10, rpx);
667
+ }
675
668
 
676
- &-warp {
677
- width: unit(700, rpx);
678
- // min-height: unit(290, rpx);
679
- position: relative;
680
- border-radius: unit(16, rpx);
681
- background-size: 100%;
682
- padding-bottom: unit(20, rpx);
683
- }
684
- }
669
+ & > view:nth-child(3) {
670
+ display: flex;
671
+ justify-content: flex-start;
672
+ align-items: center;
673
+ flex-shrink: 0;
674
+ font-size: unit(20, rpx);
675
+ color: #999;
676
+ }
677
+
678
+ &:last-child {
679
+ margin-right: 0;
680
+ }
681
+
682
+ }
683
+
684
+
685
+ }
686
+ }
687
+
688
+ &-warp {
689
+ width: unit(700, rpx);
690
+ // min-height: unit(290, rpx);
691
+ position: relative;
692
+ border-radius: unit(16, rpx);
693
+ background-size: 100%;
694
+ padding-bottom: unit(20, rpx);
695
+ }
696
+ }
685
697
 
686
698
  &-qrcode {
687
699
  text-align: center;
@@ -787,6 +799,7 @@ export default {
787
799
  font-size: unit(24, rpx);
788
800
  line-height: unit(36, rpx);
789
801
  margin-bottom: unit(10, rpx);
802
+ .uni-cut(1,36);
790
803
  }
791
804
 
792
805
  & > view:nth-child(3) {
@@ -806,13 +819,21 @@ export default {
806
819
  }
807
820
 
808
821
  .fixe_bottom {
809
- display: flex;
810
- align-items: center;
811
- justify-content: space-between;
812
822
  height: unit(100, rpx);
813
823
  padding: 0 unit(40, rpx);
814
824
  background: #fff;
815
825
  box-shadow: 0 0 unit(16, rpx) rgba(0, 0, 0, 0.05);
826
+ display: flex;
827
+ align-items: center;
828
+ justify-content: center;
829
+
830
+ & > view {
831
+ width: 100%;
832
+ display: flex;
833
+ align-items: center;
834
+ justify-content: center;
835
+ height: 100%;
836
+ }
816
837
  .flex_l {
817
838
  display: flex;
818
839
  align-items: center;