jufubao-base 1.0.158 → 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 (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 +90 -35
  18. package/src/components/JfbBaseCardInfo/JfbBaseCardInfo.vue +39 -22
  19. package/src/components/JfbBaseCardInfoEntry/Attr.js +22 -0
  20. package/src/components/JfbBaseCardInfoEntry/JfbBaseCardInfoEntry.vue +287 -263
  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 -5
  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 +80 -16
  34. package/src/components/JfbBaseExpressDetail/JfbBaseExpressDetail.vue +3 -4
  35. package/src/components/JfbBaseFastLink/JfbBaseFastLink.vue +31 -20
  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 +1 -4
  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,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
  }
@@ -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
  },
@@ -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;
@@ -269,7 +275,7 @@ export default {
269
275
  //卡券已被自己绑定时的弹框
270
276
  handleBindConfirm(){
271
277
  this.$xdConfirm({
272
- $vm: this,
278
+ styles: this.styles,
273
279
  width: '90%',
274
280
  content: '您已绑定该票券,无需再次绑定',
275
281
  confirmText: '我的票券',
@@ -286,28 +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
+
307
+ //#ifdef MP-WEIXIN
308
+ if(options.qrcode) {
309
+ this.qrcode = decodeURIComponent(options.qrcode);
310
+ }
311
+ //#endif
312
+
311
313
  if(options.inCallback) {
312
314
  this.inCallbackUrlOrg = options.inCallback;
313
315
  }
@@ -316,12 +318,12 @@ export default {
316
318
  vm: this,
317
319
  data: {
318
320
  card_qrcode: decodeURIComponent(this.qrcode),
319
- is_show_entry_settings: "Y"
321
+ is_show_entry_settings: "Y",
322
+ group_id: this.entryGroupId
320
323
  },
321
324
  })
322
325
  .then((res) => {
323
- res.is_exchange_name =
324
- res.is_exchange === "Y" ? "可转换" : "不可转换";
326
+ res.is_exchange_name = res.is_exchange === "Y" ? "可转换" : "不可转换";
325
327
  let temp = {};
326
328
  Object.keys(res).map((key) => {
327
329
  if (key === "card_point" || key === "other_card_point") {
@@ -335,12 +337,19 @@ export default {
335
337
  temp[key] = res[key];
336
338
  }
337
339
  });
338
- 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) {
339
348
  temp.site_entry_settings = res.site_entry_settings.filter(item=>{
340
- item['image_url'] = getServiceUrl(item['image_url'])
341
- return res.business_codes.includes(item.business_code)
342
- })
343
- }
349
+ item['image_url'] = getServiceUrl(item['image_url'])
350
+ return res.business_codes.includes(item.business_code)
351
+ })
352
+ }
344
353
 
345
354
  this.headerBg = this.getCardThemes(res.card_type_name);
346
355
  this.showInfo = true;
@@ -386,10 +395,7 @@ export default {
386
395
  .catch();
387
396
  },
388
397
  isEmpty(str) {
389
- if (str === null || str === "") {
390
- return true;
391
- }
392
- return false;
398
+ return str === null || str === "";
393
399
  },
394
400
  handleGetInfo() {
395
401
  if (this.isEmpty(this.card_password)) {
@@ -426,6 +432,7 @@ export default {
426
432
  &__body {
427
433
  color: #333;
428
434
  padding: unit(26, rpx);
435
+
429
436
  &-form {
430
437
  display: flex;
431
438
  align-items: center;
@@ -442,6 +449,14 @@ export default {
442
449
  text-align: center;
443
450
  }
444
451
 
452
+ & .mp {
453
+ display: flex;
454
+ justify-content: center;
455
+ align-items: center;
456
+ width: 72rpx;
457
+ height: 72rpx
458
+ }
459
+
445
460
  input {
446
461
  font-size: unit(24, rpx);
447
462
  }
@@ -470,215 +485,215 @@ export default {
470
485
  transform: translate(-50rpx, -50rpx);
471
486
  }
472
487
  .card-list {
473
- overflow: hidden;
474
- border-radius: unit(16, rpx);
475
- margin-bottom: unit(30, rpx);
476
-
477
- &:last-child {
478
- margin-bottom: 0;
479
- }
480
-
481
-
482
- &__title {
483
- height: unit(56, rpx);
484
- display: flex;
485
- justify-content: flex-start;
486
- align-items: center;
488
+ overflow: hidden;
489
+ border-radius: unit(16, rpx);
490
+ margin-bottom: unit(30, rpx);
487
491
 
488
- & > view {
489
- padding: 0 unit(80, rpx);
490
- font-size: unit(24, rpx);
491
- line-height: unit(56, rpx);
492
- background: rgba(102, 102, 102, 0.4);
493
- color: #fff;
494
- border-radius: 0 0 unit(16, rpx) 0;
495
- }
492
+ &:last-child {
493
+ margin-bottom: 0;
494
+ }
496
495
 
497
- }
498
496
 
499
- &__content {
500
- padding: unit(10, rpx) unit(40, rpx) 0;
501
- height: unit(86, rpx);
502
- display: flex;
503
- justify-content: space-between;
504
- align-items: center;
505
-
506
- & > view:first-child {
507
- font-size: unit(36, rpx);
508
- line-height: unit(86, rpx);
509
- color: #fff;
510
- font-weight: 700;
511
- }
497
+ &__title {
498
+ height: unit(56, rpx);
499
+ display: flex;
500
+ justify-content: flex-start;
501
+ align-items: center;
512
502
 
513
- & > view:nth-child(2) {
514
- font-size: unit(24, rpx);
515
- display: flex;
516
- justify-content: space-between;
517
- align-items: center;
518
- flex-flow: wrap;
519
- flex-direction: column;
520
- color: #fff;
521
- }
522
- }
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
+ }
523
511
 
524
- &__date {
525
- padding: 0 unit(40, rpx);
526
- font-size: unit(28, rpx);
527
- line-height: unit(32, rpx);
528
- color: #fff;
529
- }
512
+ }
530
513
 
531
- &__yue {
532
- padding: unit(10, rpx) unit(40, rpx) 0;
533
- font-size: unit(28, rpx);
534
- line-height: unit(32, rpx);
535
- 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;
536
520
 
537
- & > text:nth-child(2) {
538
- font-weight: 700;
539
- }
540
- }
521
+ & > view:first-child {
522
+ font-size: unit(36, rpx);
523
+ line-height: unit(86, rpx);
524
+ color: #fff;
525
+ font-weight: 700;
526
+ }
541
527
 
542
- &__other {
543
- display: flex;
544
- justify-content: flex-start;
545
- align-items: center;
546
- padding: unit(20, rpx) unit(40, rpx) 0;
547
- margin-top: unit(0, rpx);
548
-
549
- & > view {
550
- border-radius:unit(8, rpx);
551
- background: rgba(255, 255, 255, 0.2);
552
- height: unit(48, rpx);
553
- line-height: unit(48, rpx);
554
- display: flex;
555
- justify-content: flex-start;
556
- align-items: center;
557
- font-weight: 400;
558
- font-size: unit(24, rpx);
559
- padding: 0 unit(20, rpx);
560
- color: #fff;
561
- }
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
+ }
562
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
+ }
563
545
 
564
- }
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;
565
551
 
566
- &__nodata {
567
- padding: unit(20, rpx) unit(40, rpx) 0;
568
- margin-top: unit(0, rpx);
569
- color: #fff;
570
- font-size: unit(28, rpx);
571
- }
552
+ & > text:nth-child(2) {
553
+ font-weight: 700;
554
+ }
555
+ }
572
556
 
573
- &__entry {
574
- padding: unit(20, rpx) unit(40, rpx) 0;
575
- & > view {
576
- line-height: unit(64, rpx);
577
- text-align: center;
578
- font-size: unit(26, rpx);
579
- border-radius: unit(32, rpx);
580
- background: rgba(255, 255, 255, 1);
581
- box-shadow: 0 unit(4, rpx) unit(8, rpx) rgba(156, 62, 0, 0.11);
582
- font-weight: 500;
583
- }
584
- }
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);
585
563
 
586
- &__entrys {
587
- margin: unit(20, rpx) unit(20, rpx) 0;
588
- padding: unit(30, rpx);
589
- border-radius: unit(16, rpx);
590
- background: rgba(255, 255, 255, 1);
591
- 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
+ }
592
577
 
593
- &-title {
594
- display: flex;
595
- justify-content: space-between;
596
- align-items: center;
597
578
 
579
+ }
598
580
 
599
- & > view:first-child {
581
+ &__nodata {
582
+ padding: unit(20, rpx) unit(40, rpx) 0;
583
+ margin-top: unit(0, rpx);
584
+ color: #fff;
600
585
  font-size: unit(28, rpx);
601
- font-weight: 500;
602
- flex: 1;
603
586
  }
604
587
 
605
- & > view:nth-child(2) {
606
- display: flex;
607
- justify-content: flex-start;
608
- align-items: center;
609
- flex-shrink: 0;
610
- font-size: unit(20, rpx);
611
- 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
+ }
612
599
  }
613
- }
614
600
 
615
- &-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);
616
607
 
617
- }
608
+ &-title {
609
+ display: flex;
610
+ justify-content: space-between;
611
+ align-items: center;
618
612
 
619
- &-item {
620
- display: flex;
621
- justify-content: flex-start;
622
- align-items: center;
623
- flex-flow: nowrap;
624
- margin-left: unit(-14, rpx);
625
- padding-top: unit(20, rpx);
626
613
 
627
- & > view {
628
- width: unit(120, rpx);
629
- margin-right: unit(10, rpx);
630
- flex-shrink: 0;
631
- display: flex;
632
- justify-content: center;
633
- flex-direction: column;
634
- align-items: center;
635
-
636
- & > view:first-child {
637
- width: unit(76, rpx);
638
- height: unit(76, rpx);
639
- overflow: hidden;
614
+ & > view:first-child {
615
+ font-size: unit(28, rpx);
616
+ font-weight: 500;
617
+ flex: 1;
618
+ }
640
619
 
641
- & > image {
642
- height: 100%;
643
- 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;
644
627
  }
645
628
  }
646
629
 
647
- & > view:nth-child(2) {
648
- margin-top: unit(10, rpx);
649
- font-size: unit(24, rpx);
650
- line-height: unit(36, rpx);
651
- margin-bottom: unit(10, rpx);
630
+ &-scroll {
631
+
652
632
  }
653
633
 
654
- & > view:nth-child(3) {
634
+ &-item {
655
635
  display: flex;
656
636
  justify-content: flex-start;
657
637
  align-items: center;
658
- flex-shrink: 0;
659
- font-size: unit(20, rpx);
660
- color: #999;
661
- }
638
+ flex-flow: nowrap;
639
+ margin-left: unit(-14, rpx);
640
+ padding-top: unit(20, rpx);
662
641
 
663
- &:last-child {
664
- margin-right: 0;
665
- }
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;
666
650
 
667
- }
651
+ & > view:first-child {
652
+ width: unit(76, rpx);
653
+ height: unit(76, rpx);
654
+ overflow: hidden;
668
655
 
656
+ & > image {
657
+ height: 100%;
658
+ width: 100%;
659
+ }
660
+ }
669
661
 
670
- }
671
- }
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
+ }
672
668
 
673
- &-warp {
674
- width: unit(700, rpx);
675
- // min-height: unit(290, rpx);
676
- position: relative;
677
- border-radius: unit(16, rpx);
678
- background-size: 100%;
679
- padding-bottom: unit(20, rpx);
680
- }
681
- }
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
+ }
682
697
 
683
698
  &-qrcode {
684
699
  text-align: center;
@@ -784,6 +799,7 @@ export default {
784
799
  font-size: unit(24, rpx);
785
800
  line-height: unit(36, rpx);
786
801
  margin-bottom: unit(10, rpx);
802
+ .uni-cut(1,36);
787
803
  }
788
804
 
789
805
  & > view:nth-child(3) {
@@ -803,13 +819,21 @@ export default {
803
819
  }
804
820
 
805
821
  .fixe_bottom {
806
- display: flex;
807
- align-items: center;
808
- justify-content: space-between;
809
822
  height: unit(100, rpx);
810
823
  padding: 0 unit(40, rpx);
811
824
  background: #fff;
812
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
+ }
813
837
  .flex_l {
814
838
  display: flex;
815
839
  align-items: center;