jufubao-base 1.0.159 → 1.0.160-beta1

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 (85) hide show
  1. package/package.json +1 -1
  2. package/src/common/authorize.js +201 -70
  3. package/src/components/JfbBaseAddress/JfbBaseAddress.vue +7 -6
  4. package/src/components/JfbBaseAfterOrderDetail/JfbBaseAfterOrderDetail.vue +5 -3
  5. package/src/components/JfbBaseAfterOrderList/JfbBaseAfterOrderList.vue +3 -2
  6. package/src/components/JfbBaseBack/JfbBaseBack.vue +10 -8
  7. package/src/components/JfbBaseBackground/JfbBaseBackground.vue +3 -2
  8. package/src/components/JfbBaseBlock/JfbBaseBlock.vue +3 -2
  9. package/src/components/JfbBaseCard/JfbBaseCard.vue +10 -6
  10. package/src/components/JfbBaseCardBindV2/JfbBaseCardBindV2.vue +57 -26
  11. package/src/components/JfbBaseCardDetail/JfbBaseCardDetail.vue +14 -15
  12. package/src/components/JfbBaseCardDetailEntry/Attr.js +22 -0
  13. package/src/components/JfbBaseCardDetailEntry/JfbBaseCardDetailEntry.vue +393 -424
  14. package/src/components/JfbBaseCardDisabled/JfbBaseCardDisabled.vue +4 -4
  15. package/src/components/JfbBaseCardDisabledEntry/JfbBaseCardDisabledEntry.vue +7 -9
  16. package/src/components/JfbBaseCardEntry/Attr.js +22 -1
  17. package/src/components/JfbBaseCardEntry/JfbBaseCardEntry.vue +91 -36
  18. package/src/components/JfbBaseCardInfo/JfbBaseCardInfo.vue +38 -22
  19. package/src/components/JfbBaseCardInfoEntry/Attr.js +22 -0
  20. package/src/components/JfbBaseCardInfoEntry/JfbBaseCardInfoEntry.vue +285 -260
  21. package/src/components/JfbBaseCardMerge/JfbBaseCardMerge.vue +4 -3
  22. package/src/components/JfbBaseCardMergeEntry/JfbBaseCardMergeEntry.vue +23 -18
  23. package/src/components/JfbBaseCardShift/JfbBaseCardShift.vue +4 -11
  24. package/src/components/JfbBaseCardShiftEntry/JfbBaseCardShiftEntry.vue +16 -19
  25. package/src/components/JfbBaseCardSweepInfo/JfbBaseCardSweepInfo.vue +3 -2
  26. package/src/components/JfbBaseCardV2/JfbBaseCardV2.vue +34 -18
  27. package/src/components/JfbBaseCardV3/JfbBaseCardV3.vue +14 -14
  28. package/src/components/JfbBaseCity/JfbBaseCity.vue +3 -2
  29. package/src/components/JfbBaseClear/JfbBaseClear.vue +3 -2
  30. package/src/components/JfbBaseConList/JfbBaseConList.vue +4 -4
  31. package/src/components/JfbBaseConPhone/JfbBaseConPhone.vue +3 -2
  32. package/src/components/JfbBaseEntry/Attr.js +22 -0
  33. package/src/components/JfbBaseEntry/JfbBaseEntry.vue +84 -20
  34. package/src/components/JfbBaseExpressDetail/JfbBaseExpressDetail.vue +3 -4
  35. package/src/components/JfbBaseFastLink/JfbBaseFastLink.vue +33 -22
  36. package/src/components/JfbBaseFastLink/XdFastNav.vue +2 -2
  37. package/src/components/JfbBaseFooter/JfbBaseFooter.vue +0 -1
  38. package/src/components/JfbBaseHeader/JfbBaseHeader.vue +3 -2
  39. package/src/components/JfbBaseLogin/JfbBaseLogin.vue +28 -11
  40. package/src/components/JfbBaseLoginForgetPwd/JfbBaseLoginForgetPwd.vue +7 -9
  41. package/src/components/JfbBaseLoginSetPwd/JfbBaseLoginSetPwd.vue +9 -6
  42. package/src/components/JfbBaseMapOverlay/JfbBaseMapOverlay.vue +19 -5
  43. package/src/components/JfbBaseMapOverlay/XdMapOverlay.vue +52 -37
  44. package/src/components/JfbBaseMapSearch/JfbBaseMapSearch.vue +3 -2
  45. package/src/components/JfbBaseMergeUserCard/JfbBaseMergeUserCard.vue +28 -27
  46. package/src/components/JfbBaseMultipleExpress/JfbBaseMultipleExpress.vue +5 -5
  47. package/src/components/JfbBaseMy/JfbBaseMy.vue +3 -3
  48. package/src/components/JfbBaseMySetting/JfbBaseMySetting.vue +6 -4
  49. package/src/components/JfbBaseNotice/Attr.js +0 -2
  50. package/src/components/JfbBaseNotice/JfbBaseNotice.vue +36 -14
  51. package/src/components/JfbBaseNotice/XdNoticeBar.vue +17 -1
  52. package/src/components/JfbBaseNoticeBottom/JfbBaseNoticeBottom.vue +3 -2
  53. package/src/components/JfbBaseNoticeTop/JfbBaseNoticeTop.vue +3 -2
  54. package/src/components/JfbBaseOrderDetail/JfbBaseOrderDetail.vue +20 -31
  55. package/src/components/JfbBaseOrderList/JfbBaseOrderList.vue +9 -4
  56. package/src/components/JfbBasePay/JfbBasePay.vue +3 -2
  57. package/src/components/JfbBasePhoneCollect/JfbBasePhoneCollect.vue +22 -7
  58. package/src/components/JfbBasePhoneLogin/JfbBasePhoneLogin.vue +23 -7
  59. package/src/components/JfbBasePoster/JfbBasePoster.vue +118 -18
  60. package/src/components/JfbBasePoster/MoreScreen.vue +155 -37
  61. package/src/components/JfbBasePosterBigSmall/Attr.js +2 -5
  62. package/src/components/JfbBasePosterBigSmall/JfbBasePosterBigSmall.vue +191 -67
  63. package/src/components/JfbBasePosterEntry/JfbBasePosterEntry.vue +90 -20
  64. package/src/components/JfbBasePosterType/FourScreen.vue +162 -18
  65. package/src/components/JfbBasePosterType/JfbBasePosterType.vue +0 -35
  66. package/src/components/JfbBaseRecharge/JfbBaseRecharge.vue +4 -4
  67. package/src/components/JfbBaseRechargeOrder/JfbBaseRechargeOrder.vue +3 -4
  68. package/src/components/JfbBaseRechargeOrderDetail/JfbBaseRechargeOrderDetail.vue +4 -7
  69. package/src/components/JfbBaseRechargeSuccess/JfbBaseRechargeSuccess.vue +6 -9
  70. package/src/components/JfbBaseSearch/JfbBaseSearch.vue +3 -2
  71. package/src/components/JfbBaseSuccess/JfbBaseSuccess.vue +5 -4
  72. package/src/components/JfbBaseUserCenter/JfbBaseUserCenter.vue +3 -2
  73. package/src/components/JfbBaseUserInfo/JfbBaseUserInfo.vue +5 -3
  74. package/src/components/JfbBaseUserOrder/JfbBaseUserOrder.vue +4 -3
  75. package/src/components/JfbBaseVideo/JfbBaseVideo.vue +14 -11
  76. package/src/components/JfbBaseVideo/XdVideo.vue +0 -4
  77. package/src/components/JfbBaseWallet/JfbBaseWallet.vue +3 -2
  78. package/src/components/JfbBaseWalletDetail/JfbBaseWalletDetail.vue +5 -8
  79. package/src/components/JfbBaseWalletEffective/JfbBaseWalletEffective.vue +5 -8
  80. package/src/components/JfbBaseWalletIndex/JfbBaseWalletIndex.vue +7 -17
  81. package/src/components/JfbBaseWalletItem/JfbBaseWalletItem.vue +13 -21
  82. package/src/components/JfbBaseWebview/JfbBaseWebview.vue +4 -3
  83. package/src/components/JfbBaseWxAuthorize/JfbBaseWxAuthorize.vue +5 -4
  84. package/src/components/JfbBaseWxAuthorizeError/JfbBaseWxAuthorizeError.vue +3 -4
  85. package/src/mixins/colorCardMixins.js +1 -1
@@ -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,
@@ -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
  }
@@ -194,16 +201,16 @@ export default {
194
201
  handleToLink() {
195
202
  if(this.info.card_point===0) {
196
203
  this.$xdConfirm({
197
- $vm: this,
198
- content: "票券余额为0,是否确认绑定?",
199
- width: "80%",
200
- success: (res) => {
201
- if (res.confirm) {
202
- this.handleToBind()
203
- }
204
- },
205
- });
206
- return
204
+ styles: this.styles,
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
  },
@@ -268,7 +275,7 @@ export default {
268
275
  //卡券已被自己绑定时的弹框
269
276
  handleBindConfirm(){
270
277
  this.$xdConfirm({
271
- $vm: this,
278
+ styles: this.styles,
272
279
  width: '90%',
273
280
  content: '您已绑定该票券,无需再次绑定',
274
281
  confirmText: '我的票券',
@@ -285,28 +292,24 @@ export default {
285
292
  }
286
293
  })
287
294
  },
288
- init() {
289
- this.backUrl = getContainerPropsValue(
290
- this.container,
291
- "content.back_url",
292
- { value: "/pages/card/card" }
293
- ).value;
294
- this.card_num_placeholder = getContainerPropsValue(
295
- this.container,
296
- "content.card_num_placeholder",
297
- "请输入券号(电子券除外)"
298
- );
299
- this.card_pwd_placeholder = getContainerPropsValue(
300
- this.container,
301
- "content.card_pwd_placeholder",
302
- "请输入密码"
303
- );
304
- this.my_card_url = getContainerPropsValue(this.container, 'content.my_card_url', { value: "" }).value;
305
- 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");
306
303
  },
307
304
  onJfbLoad(options) {
308
- this.init();
309
305
  this.qrcode = options.qrcode;
306
+
307
+ //#ifdef MP-WEIXIN
308
+ if(options.qrcode) {
309
+ this.qrcode = decodeURIComponent(options.qrcode);
310
+ }
311
+ //#endif
312
+
310
313
  if(options.inCallback) {
311
314
  this.inCallbackUrlOrg = options.inCallback;
312
315
  }
@@ -315,12 +318,12 @@ export default {
315
318
  vm: this,
316
319
  data: {
317
320
  card_qrcode: decodeURIComponent(this.qrcode),
318
- is_show_entry_settings: "Y"
321
+ is_show_entry_settings: "Y",
322
+ group_id: this.entryGroupId
319
323
  },
320
324
  })
321
325
  .then((res) => {
322
- res.is_exchange_name =
323
- res.is_exchange === "Y" ? "可转换" : "不可转换";
326
+ res.is_exchange_name = res.is_exchange === "Y" ? "可转换" : "不可转换";
324
327
  let temp = {};
325
328
  Object.keys(res).map((key) => {
326
329
  if (key === "card_point" || key === "other_card_point") {
@@ -334,12 +337,19 @@ export default {
334
337
  temp[key] = res[key];
335
338
  }
336
339
  });
337
- 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) {
338
348
  temp.site_entry_settings = res.site_entry_settings.filter(item=>{
339
- item['image_url'] = getServiceUrl(item['image_url'])
340
- return res.business_codes.includes(item.business_code)
341
- })
342
- }
349
+ item['image_url'] = getServiceUrl(item['image_url'])
350
+ return res.business_codes.includes(item.business_code)
351
+ })
352
+ }
343
353
 
344
354
  this.headerBg = this.getCardThemes(res.card_type_name);
345
355
  this.showInfo = true;
@@ -385,10 +395,7 @@ export default {
385
395
  .catch();
386
396
  },
387
397
  isEmpty(str) {
388
- if (str === null || str === "") {
389
- return true;
390
- }
391
- return false;
398
+ return str === null || str === "";
392
399
  },
393
400
  handleGetInfo() {
394
401
  if (this.isEmpty(this.card_password)) {
@@ -425,6 +432,7 @@ export default {
425
432
  &__body {
426
433
  color: #333;
427
434
  padding: unit(26, rpx);
435
+
428
436
  &-form {
429
437
  display: flex;
430
438
  align-items: center;
@@ -441,6 +449,14 @@ export default {
441
449
  text-align: center;
442
450
  }
443
451
 
452
+ & .mp {
453
+ display: flex;
454
+ justify-content: center;
455
+ align-items: center;
456
+ width: 72rpx;
457
+ height: 72rpx
458
+ }
459
+
444
460
  input {
445
461
  font-size: unit(24, rpx);
446
462
  }
@@ -469,215 +485,215 @@ export default {
469
485
  transform: translate(-50rpx, -50rpx);
470
486
  }
471
487
  .card-list {
472
- overflow: hidden;
473
- border-radius: unit(16, rpx);
474
- margin-bottom: unit(30, rpx);
475
-
476
- &:last-child {
477
- margin-bottom: 0;
478
- }
479
-
480
-
481
- &__title {
482
- height: unit(56, rpx);
483
- display: flex;
484
- justify-content: flex-start;
485
- align-items: center;
488
+ overflow: hidden;
489
+ border-radius: unit(16, rpx);
490
+ margin-bottom: unit(30, rpx);
486
491
 
487
- & > view {
488
- padding: 0 unit(80, rpx);
489
- font-size: unit(24, rpx);
490
- line-height: unit(56, rpx);
491
- background: rgba(102, 102, 102, 0.4);
492
- color: #fff;
493
- border-radius: 0 0 unit(16, rpx) 0;
494
- }
492
+ &:last-child {
493
+ margin-bottom: 0;
494
+ }
495
495
 
496
- }
497
496
 
498
- &__content {
499
- padding: unit(10, rpx) unit(40, rpx) 0;
500
- height: unit(86, rpx);
501
- display: flex;
502
- justify-content: space-between;
503
- align-items: center;
504
-
505
- & > view:first-child {
506
- font-size: unit(36, rpx);
507
- line-height: unit(86, rpx);
508
- color: #fff;
509
- font-weight: 700;
510
- }
497
+ &__title {
498
+ height: unit(56, rpx);
499
+ display: flex;
500
+ justify-content: flex-start;
501
+ align-items: center;
511
502
 
512
- & > view:nth-child(2) {
513
- font-size: unit(24, rpx);
514
- display: flex;
515
- justify-content: space-between;
516
- align-items: center;
517
- flex-flow: wrap;
518
- flex-direction: column;
519
- color: #fff;
520
- }
521
- }
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
+ }
522
511
 
523
- &__date {
524
- padding: 0 unit(40, rpx);
525
- font-size: unit(28, rpx);
526
- line-height: unit(32, rpx);
527
- color: #fff;
528
- }
512
+ }
529
513
 
530
- &__yue {
531
- padding: unit(10, rpx) unit(40, rpx) 0;
532
- font-size: unit(28, rpx);
533
- line-height: unit(32, rpx);
534
- 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;
535
520
 
536
- & > text:nth-child(2) {
537
- font-weight: 700;
538
- }
539
- }
521
+ & > view:first-child {
522
+ font-size: unit(36, rpx);
523
+ line-height: unit(86, rpx);
524
+ color: #fff;
525
+ font-weight: 700;
526
+ }
540
527
 
541
- &__other {
542
- display: flex;
543
- justify-content: flex-start;
544
- align-items: center;
545
- padding: unit(20, rpx) unit(40, rpx) 0;
546
- margin-top: unit(0, rpx);
547
-
548
- & > view {
549
- border-radius:unit(8, rpx);
550
- background: rgba(255, 255, 255, 0.2);
551
- height: unit(48, rpx);
552
- line-height: unit(48, rpx);
553
- display: flex;
554
- justify-content: flex-start;
555
- align-items: center;
556
- font-weight: 400;
557
- font-size: unit(24, rpx);
558
- padding: 0 unit(20, rpx);
559
- color: #fff;
560
- }
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
+ }
561
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
+ }
562
545
 
563
- }
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;
564
551
 
565
- &__nodata {
566
- padding: unit(20, rpx) unit(40, rpx) 0;
567
- margin-top: unit(0, rpx);
568
- color: #fff;
569
- font-size: unit(28, rpx);
570
- }
552
+ & > text:nth-child(2) {
553
+ font-weight: 700;
554
+ }
555
+ }
571
556
 
572
- &__entry {
573
- padding: unit(20, rpx) unit(40, rpx) 0;
574
- & > view {
575
- line-height: unit(64, rpx);
576
- text-align: center;
577
- font-size: unit(26, rpx);
578
- border-radius: unit(32, rpx);
579
- background: rgba(255, 255, 255, 1);
580
- box-shadow: 0 unit(4, rpx) unit(8, rpx) rgba(156, 62, 0, 0.11);
581
- font-weight: 500;
582
- }
583
- }
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);
584
563
 
585
- &__entrys {
586
- margin: unit(20, rpx) unit(20, rpx) 0;
587
- padding: unit(30, rpx);
588
- border-radius: unit(16, rpx);
589
- background: rgba(255, 255, 255, 1);
590
- 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
+ }
591
577
 
592
- &-title {
593
- display: flex;
594
- justify-content: space-between;
595
- align-items: center;
596
578
 
579
+ }
597
580
 
598
- & > view:first-child {
581
+ &__nodata {
582
+ padding: unit(20, rpx) unit(40, rpx) 0;
583
+ margin-top: unit(0, rpx);
584
+ color: #fff;
599
585
  font-size: unit(28, rpx);
600
- font-weight: 500;
601
- flex: 1;
602
586
  }
603
587
 
604
- & > view:nth-child(2) {
605
- display: flex;
606
- justify-content: flex-start;
607
- align-items: center;
608
- flex-shrink: 0;
609
- font-size: unit(20, rpx);
610
- 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
+ }
611
599
  }
612
- }
613
-
614
- &-scroll {
615
600
 
616
- }
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);
617
607
 
618
- &-item {
619
- display: flex;
620
- justify-content: flex-start;
621
- align-items: center;
622
- flex-flow: nowrap;
623
- margin-left: unit(-14, rpx);
624
- padding-top: unit(20, rpx);
608
+ &-title {
609
+ display: flex;
610
+ justify-content: space-between;
611
+ align-items: center;
625
612
 
626
- & > view {
627
- width: unit(120, rpx);
628
- margin-right: unit(10, rpx);
629
- flex-shrink: 0;
630
- display: flex;
631
- justify-content: center;
632
- flex-direction: column;
633
- align-items: center;
634
613
 
635
- & > view:first-child {
636
- width: unit(76, rpx);
637
- height: unit(76, rpx);
638
- overflow: hidden;
614
+ & > view:first-child {
615
+ font-size: unit(28, rpx);
616
+ font-weight: 500;
617
+ flex: 1;
618
+ }
639
619
 
640
- & > image {
641
- height: 100%;
642
- 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;
643
627
  }
644
628
  }
645
629
 
646
- & > view:nth-child(2) {
647
- margin-top: unit(10, rpx);
648
- font-size: unit(24, rpx);
649
- line-height: unit(36, rpx);
650
- margin-bottom: unit(10, rpx);
630
+ &-scroll {
631
+
651
632
  }
652
633
 
653
- & > view:nth-child(3) {
634
+ &-item {
654
635
  display: flex;
655
636
  justify-content: flex-start;
656
637
  align-items: center;
657
- flex-shrink: 0;
658
- font-size: unit(20, rpx);
659
- color: #999;
660
- }
638
+ flex-flow: nowrap;
639
+ margin-left: unit(-14, rpx);
640
+ padding-top: unit(20, rpx);
661
641
 
662
- &:last-child {
663
- margin-right: 0;
664
- }
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;
665
650
 
666
- }
651
+ & > view:first-child {
652
+ width: unit(76, rpx);
653
+ height: unit(76, rpx);
654
+ overflow: hidden;
667
655
 
656
+ & > image {
657
+ height: 100%;
658
+ width: 100%;
659
+ }
660
+ }
668
661
 
669
- }
670
- }
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
+ }
671
668
 
672
- &-warp {
673
- width: unit(700, rpx);
674
- // min-height: unit(290, rpx);
675
- position: relative;
676
- border-radius: unit(16, rpx);
677
- background-size: 100%;
678
- padding-bottom: unit(20, rpx);
679
- }
680
- }
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
+ }
681
697
 
682
698
  &-qrcode {
683
699
  text-align: center;
@@ -783,6 +799,7 @@ export default {
783
799
  font-size: unit(24, rpx);
784
800
  line-height: unit(36, rpx);
785
801
  margin-bottom: unit(10, rpx);
802
+ .uni-cut(1,36);
786
803
  }
787
804
 
788
805
  & > view:nth-child(3) {
@@ -802,13 +819,21 @@ export default {
802
819
  }
803
820
 
804
821
  .fixe_bottom {
805
- display: flex;
806
- align-items: center;
807
- justify-content: space-between;
808
822
  height: unit(100, rpx);
809
823
  padding: 0 unit(40, rpx);
810
824
  background: #fff;
811
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
+ }
812
837
  .flex_l {
813
838
  display: flex;
814
839
  align-items: center;