jufubao-base 1.0.56-beta2 → 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
|
@@ -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"
|
|
616
|
-
<view v-for="(
|
|
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
|
|
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
|
|
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
|
|
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": "",
|