jufubao-third 1.0.6-beta2 → 1.0.6

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.6-beta2",
3
+ "version": "1.0.6",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件第三方购物平台包",
6
6
  "main": "index.js",
@@ -14,7 +14,6 @@
14
14
  //start
15
15
  .jfb-third-block {
16
16
  box-sizing: border-box;
17
- min-height: unit(100, rpx);
18
17
 
19
18
  &__body{
20
19
  position: relative;
@@ -22,10 +21,11 @@
22
21
  z-index: 2
23
22
  }
24
23
 
25
- &.editx,&:hover {
24
+ &.editx,&.editx:hover {
26
25
  position: relative;
26
+ min-height: unit(100, rpx);
27
27
  z-index: 3;
28
- &::after{
28
+ &::after {
29
29
  border: 2rpx dashed blue;
30
30
  content: " ";
31
31
  position: absolute;
@@ -36,6 +36,7 @@
36
36
  z-index: 4;
37
37
  cursor: pointer;
38
38
  }
39
+
39
40
  }
40
41
 
41
42
 
@@ -14,7 +14,6 @@
14
14
  //start
15
15
  .jfb-third-pay {
16
16
  box-sizing: border-box;
17
- min-height: unit(100, rpx);
18
17
 
19
18
  &__body{
20
19
  position: relative;
@@ -22,10 +21,11 @@
22
21
  z-index: 2
23
22
  }
24
23
 
25
- &.editx,&:hover {
24
+ &.editx,&.editx:hover {
26
25
  position: relative;
26
+ min-height: unit(100, rpx);
27
27
  z-index: 3;
28
- &::after{
28
+ &::after {
29
29
  border: 2rpx dashed blue;
30
30
  content: " ";
31
31
  position: absolute;
@@ -36,6 +36,7 @@
36
36
  z-index: 4;
37
37
  cursor: pointer;
38
38
  }
39
+
39
40
  }
40
41
 
41
42
 
@@ -23,7 +23,8 @@ export default {
23
23
  },
24
24
  //是否支持三方支付、补差
25
25
  payThird(){
26
- return this.otherPayMethod.find(item => item.method === 'third')
26
+ return true;
27
+ // return this.otherPayMethod.find(item => item.method === 'third')
27
28
  },
28
29
  orderNeedPayPrice(){
29
30
  let choseCardPay = this.choseCard ? this.choseCard.cardPayPrice : 0;