jufubao-base 1.0.159-beta5 → 1.0.159-beta6

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.159-beta5",
3
+ "version": "1.0.159-beta6",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -397,9 +397,7 @@
397
397
  </view>
398
398
  <view
399
399
  class="jfb-base-order-detail__body-num-info-copy"
400
- @click="copy(item.password)"
401
- >复制</view
402
- >
400
+ @click="copy(item.password)">复制</view>
403
401
  <view
404
402
  v-if="item.code_end_time"
405
403
  class="jfb-base-order-detail__body-cashier-code"
@@ -434,9 +432,7 @@
434
432
  color: mainColor,
435
433
  background: bgColor,
436
434
  }"
437
- >
438
- {{ item.code_end_time }}
439
- </view>
435
+ >{{ item.code_end_time }}</view>
440
436
  </view>
441
437
  </view>
442
438
 
@@ -460,9 +456,7 @@
460
456
  color: mainColor,
461
457
  background: bgColor,
462
458
  }"
463
- >
464
- {{ item.code_end_time }}
465
- </view>
459
+ >{{ item.code_end_time }}</view>
466
460
  </view>
467
461
  </view>
468
462
 
@@ -492,9 +486,7 @@
492
486
  color: mainColor,
493
487
  background: bgColor,
494
488
  }"
495
- >
496
- {{ item.code_end_time }}
497
- </view>
489
+ >{{ item.code_end_time }}</view>
498
490
  </view>
499
491
  </view>
500
492
  </view>
@@ -542,9 +534,7 @@
542
534
  <view class="jfb-base-order-detail__body-shop-name">
543
535
  {{ info.shop.shop_name }}
544
536
  </view>
545
- <view class="jfb-base-order-detail__body-shop-address"
546
- >地址: {{ info.shop.shop_address }}
547
- </view>
537
+ <view class="jfb-base-order-detail__body-shop-address">地址: {{ info.shop.shop_address }}</view>
548
538
  </view>
549
539
  <view
550
540
  :style="{
@@ -574,8 +564,7 @@
574
564
  v-if="item.type === 'copy'"
575
565
  class="jfb-base-order-detail__body-order-copy"
576
566
  @click="copy(item.value)"
577
- >复制</view
578
- >
567
+ >复制</view>
579
568
  </view>
580
569
  </view>
581
570
  <view
@@ -659,9 +648,7 @@
659
648
  v-for="(item, index) in info.contacts"
660
649
  :key="index"
661
650
  >
662
- <view class="jfb-base-order-detail__body-link-title">{{
663
- item.title
664
- }}</view>
651
+ <view class="jfb-base-order-detail__body-link-title">{{item.title }}</view>
665
652
  <view v-for="(Sitem, Sindex) in item.data" :key="Sindex">
666
653
  <view class="jfb-base-order-detail__body-link-item">
667
654
  <view v-html="Sitem.label"></view>
@@ -741,14 +728,17 @@
741
728
  radius="40rpx"
742
729
  :bg-color="mainColor"
743
730
  @click="handleAction(item)"
744
- >
745
- {{ item.text }}
746
- </xd-button>
731
+ >{{ item.text }}</xd-button>
747
732
  </view>
748
733
  </view>
749
734
  </view>
750
735
  </view>
751
- <xd-dailog :show.sync="showCode" :cancel="false" :confirm="false" title="">
736
+ <xd-dailog
737
+ :show.sync="showCode"
738
+ :cancel="false"
739
+ :confirm="false"
740
+ title="提示"
741
+ >
752
742
  <view
753
743
  :style="{
754
744
  display: 'flex',
@@ -770,9 +760,7 @@
770
760
  </image>
771
761
  </view>
772
762
  </view>
773
- <view v-if="dialogPassword" class="dialog_password">
774
- {{ dialogPassword }}
775
- </view>
763
+ <view v-if="dialogPassword" class="dialog_password">{{ dialogPassword }}</view>
776
764
  </xd-dailog>
777
765
  </view>
778
766
  </template>