jufubao-base 1.0.56-beta1 → 1.0.56-beta3

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-base",
3
- "version": "1.0.56-beta1",
3
+ "version": "1.0.56-beta3",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -283,11 +283,12 @@
283
283
 
284
284
  .jfb-base-header {
285
285
  &__body{
286
+ height: unit(110, rpx);
286
287
  .header_wrap{
287
288
  box-sizing: border-box;
288
289
  width: 100%;
289
290
  z-index: 2;
290
- height: unit(102, rpx);
291
+ height: unit(110, rpx);
291
292
  padding: 0 unit(20, rpx) 0 0;
292
293
  display: flex;
293
294
  justify-content: space-between;
@@ -295,7 +296,7 @@
295
296
 
296
297
  &-back {
297
298
  padding-left: unit(20, rpx);
298
- height: unit(102, rpx);
299
+ height: unit(110, rpx);
299
300
  display: flex;
300
301
  justify-content: center;
301
302
  align-items: center;
@@ -303,7 +304,7 @@
303
304
  }
304
305
 
305
306
  &-city {
306
- height: unit(102, rpx);
307
+ height: unit(110, rpx);
307
308
  padding-left: unit(20, rpx);
308
309
  display: flex;
309
310
  justify-content: center;
@@ -601,7 +601,8 @@
601
601
  </view>
602
602
  </view>
603
603
  </view>
604
- <view
604
+ <view v-if="info.contacts&&info.contacts.length>0">
605
+ <view
605
606
  :style="{
606
607
  background: backgroundColor,
607
608
  border: borderBox,
@@ -609,14 +610,13 @@
609
610
  boxShadow: shadowBox,
610
611
  marginBottom: padding + 'rpx',
611
612
  }"
612
- v-if="info.contacts && info.contacts.length > 0"
613
613
  class="jfb-base-order-detail__body-card jfb-base-order-detail__body-link"
614
+ v-for="(item,index) in info.contacts"
615
+ :key="index"
614
616
  >
615
- <view class="jfb-base-order-detail__body-link-title">联系人信息</view>
616
- <view v-for="(item, index) in info.contacts" :key="index">
617
+ <view class="jfb-base-order-detail__body-link-title">{{ item.title }}</view>
618
+ <view v-for="(Sitem, Sindex) in item.data" :key="Sindex">
617
619
  <view
618
- v-for="(Sitem, Sindex) in item"
619
- :key="Sindex"
620
620
  class="jfb-base-order-detail__body-link-item"
621
621
  >
622
622
  <view v-html="Sitem.label"></view>
@@ -624,6 +624,7 @@
624
624
  </view>
625
625
  </view>
626
626
  </view>
627
+ </view>
627
628
  <view
628
629
  :style="{
629
630
  background: backgroundColor,
@@ -13,7 +13,7 @@ module.exports = {
13
13
  "codes": [
14
14
  {
15
15
  "code": "tp0KPZnFPDJ8Zffw-pY52|323455",
16
- "can_read_code": "取票码:tp0KPZnFPDJ8Zffw-pY52<br/>验证码:323455",
16
+ "can_read_code": "取票码:tp0KPZnFPDJ8Zffw-pY52验证码:323455",
17
17
  "code_url": "//sandbox-img.jufubao.cn/uploads/20230531/aed3f3d2d6932c6bc31b065c7ede7fb7.png",
18
18
  "password": "",
19
19
  "can_read_password": "",
@@ -21,7 +21,7 @@ module.exports = {
21
21
  },
22
22
  {
23
23
  "code": "k7NW02BJKQ3X8PtuJO4T0|391021",
24
- "can_read_code": "取票码:k7NW02BJKQ3X8PtuJO4T0<br/>验证码:391021",
24
+ "can_read_code": "取票码:k7NW02BJKQ3X8PtuJO4T0验证码:391021",
25
25
  "code_url": "//sandbox-img.jufubao.cn/uploads/20230531/1dbe68ef5f26efc1d1c70ecd579c6b16.png",
26
26
  "password": "",
27
27
  "can_read_password": "",
@@ -29,7 +29,7 @@ module.exports = {
29
29
  },
30
30
  {
31
31
  "code": "JKQ3X8PtuJO|647632",
32
- "can_read_code": "取票码:k7NW02BJKQ3X8PtuJO4T0<br/>验证码:647632",
32
+ "can_read_code": "取票码:k7NW02BJKQ3X8PtuJO4T0验证码:647632",
33
33
  "code_url": "//sandbox-img.jufubao.cn/uploads/20230531/1dbe68ef5f26efc1d1c70ecd579c6b16.png",
34
34
  "password": "",
35
35
  "can_read_password": "",