xiaoe_mp_npm 0.5.44-test1 → 0.5.44-test2

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.
@@ -11,6 +11,7 @@ Component({
11
11
  })
12
12
  },
13
13
  'prePayInfo': function(data) {
14
+ console.log('data',data)
14
15
  if(data) {
15
16
  this.setData({
16
17
  couponDiscount: data?.coupon_discount || 0,
@@ -102,6 +103,7 @@ Component({
102
103
  })
103
104
  },
104
105
  setPricingInfoFirst(cu_id, promo_code) {
106
+ console.log('cu_id',cu_id)
105
107
  this.triggerEvent('dataChange', {
106
108
  name: "couponSelect",
107
109
  payParams: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xiaoe_mp_npm",
3
- "version": "0.5.44-test1",
3
+ "version": "0.5.44-test2",
4
4
  "description": "",
5
5
  "main": "miniprogram_dist/index.js",
6
6
  "scripts": {
@@ -11,6 +11,7 @@ Component({
11
11
  })
12
12
  },
13
13
  'prePayInfo': function(data) {
14
+ console.log('data',data)
14
15
  if(data) {
15
16
  this.setData({
16
17
  couponDiscount: data?.coupon_discount || 0,
@@ -102,6 +103,7 @@ Component({
102
103
  })
103
104
  },
104
105
  setPricingInfoFirst(cu_id, promo_code) {
106
+ console.log('cu_id',cu_id)
105
107
  this.triggerEvent('dataChange', {
106
108
  name: "couponSelect",
107
109
  payParams: {