jufubao-third 1.0.7-beta2 → 1.0.7-beta4

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-third",
3
- "version": "1.0.7-beta2",
3
+ "version": "1.0.7-beta4",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件第三方购物平台包",
6
6
  "main": "index.js",
@@ -15,22 +15,24 @@
15
15
  <!-- #endif -->
16
16
  <view class="jfb-third-pay__body">
17
17
  <view class="column-group">
18
- <view class="column-item">
19
- <view v-if="product_total_price" class="column_label">商品总额</view>
20
- <view class="column_value text-gray">
21
- <xd-unit :price="product_total_price" :isOld="false" :font-size="24" :icon-size="0.3"></xd-unit>
18
+ <view style="padding: 20rpx 0 0;">
19
+ <view class="column-item noBorder">
20
+ <view v-if="product_total_price" class="column_label text_gray">商品总额</view>
21
+ <view class="column_value text-gray">
22
+ <xd-unit :price="product_total_price" :isOld="false" :font-size="24" :icon-size="0.3"></xd-unit>
23
+ </view>
22
24
  </view>
23
- </view>
24
- <view v-if="logisticsPrice" class="column-item">
25
- <view class="column_label">运费</view>
26
- <view class="column_value text-gray">
27
- <xd-unit :price="logisticsPrice" :isOld="false" :font-size="24" :icon-size="0.3"></xd-unit>
25
+ <view v-if="servicePrice" class="column-item noBorder">
26
+ <view class="column_label text_gray">平台服务费总额</view>
27
+ <view class="column_value text-gray">
28
+ <xd-unit :price="servicePrice" :isOld="false" :font-size="24" :icon-size="0.3"></xd-unit>
29
+ </view>
28
30
  </view>
29
- </view>
30
- <view v-if="servicePrice" class="column-item">
31
- <view class="column_label">平台服务费总额</view>
32
- <view class="column_value text-gray">
33
- <xd-unit :price="servicePrice" :isOld="false" :font-size="24" :icon-size="0.3"></xd-unit>
31
+ <view v-if="logisticsPrice" class="column-item noBorder">
32
+ <view class="column_label text_gray">运费</view>
33
+ <view class="column_value text-gray">
34
+ <xd-unit :price="logisticsPrice" :isOld="false" :font-size="24" :icon-size="0.3"></xd-unit>
35
+ </view>
34
36
  </view>
35
37
  </view>
36
38
  <view class="column-item">
@@ -46,19 +48,6 @@
46
48
  ></xd-unit>
47
49
  </view>
48
50
  </view>
49
- <view v-if="serviceFee" class="column-item">
50
- <view class="column_label">
51
- 平台服务费
52
- </view>
53
- <view class="column_value text-gray">
54
- <xd-unit
55
- :price="serviceFee"
56
- :isOld="false"
57
- :font-size="24"
58
- :icon-size="0.3"
59
- ></xd-unit>
60
- </view>
61
- </view>
62
51
  <view class="column-item">
63
52
  <view class="column_label">
64
53
  仍需支付
@@ -816,6 +805,10 @@
816
805
  &__body{
817
806
  padding-bottom: 150rpx;
818
807
  background: #FFFFFF;
808
+
809
+ .text_gray{
810
+ color: #666666 !important;
811
+ }
819
812
  .column-group{
820
813
  .column-item{
821
814
  display: flex;
@@ -824,10 +817,17 @@
824
817
  border-bottom: 1px solid rgba(238, 238, 238, 1);
825
818
  padding: 30rpx 50rpx;
826
819
 
820
+ &.noBorder{
821
+ border-bottom: none;
822
+ padding: 12rpx 50rpx;
823
+ }
824
+
827
825
  .column_label{
828
826
  display: flex;
829
827
  align-items: center;
830
- font-size: 28rpx;
828
+ font-size: 24rpx;
829
+ color: #333333;
830
+ font-weight: 500;
831
831
  }
832
832
  .column_value{
833
833
  display: flex;
@@ -98,7 +98,7 @@ export default {
98
98
  },
99
99
  addSettleCard(options, successCb, errCb) {
100
100
  this.$xdShowLoading({})
101
- jfbRootExec('setSettleAddCard', {
101
+ jfbRootExec('setThirdAddCard', {
102
102
  vm: this,
103
103
  data: {
104
104
  ...options,
@@ -95,6 +95,7 @@ export default {
95
95
  .my-list_label{
96
96
  font-size: 28rpx;
97
97
  font-weight: 400;
98
+
98
99
  }
99
100
  }
100
101
  &.size_default{
@@ -109,6 +110,7 @@ export default {
109
110
  .my-list_label{
110
111
  font-size: 24rpx;
111
112
  font-weight: 400;
113
+ color: #666666;
112
114
  }
113
115
  }
114
116