xiaoe_mp_npm 0.5.44-test2 → 0.5.44-test4

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.
@@ -321,7 +321,7 @@ Component({
321
321
  this.setData({
322
322
  goodsCount: this.data.count
323
323
  })
324
- this.countBlur(true);
324
+ this.countBlur();
325
325
  },
326
326
  overlimit(limitType) {
327
327
  if (limitType.detail === 'plus') {
@@ -113,6 +113,7 @@ Component({
113
113
  })
114
114
  },
115
115
  setPricingInfo(cu_id, promo_code) {
116
+ console.log('cu_id',cu_id)
116
117
  this.triggerEvent('dataChange', {
117
118
  name: "couponSelect",
118
119
  payParams: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xiaoe_mp_npm",
3
- "version": "0.5.44-test2",
3
+ "version": "0.5.44-test4",
4
4
  "description": "",
5
5
  "main": "miniprogram_dist/index.js",
6
6
  "scripts": {
@@ -321,7 +321,7 @@ Component({
321
321
  this.setData({
322
322
  goodsCount: this.data.count
323
323
  })
324
- this.countBlur(true);
324
+ this.countBlur();
325
325
  },
326
326
  overlimit(limitType) {
327
327
  if (limitType.detail === 'plus') {
@@ -113,6 +113,7 @@ Component({
113
113
  })
114
114
  },
115
115
  setPricingInfo(cu_id, promo_code) {
116
+ console.log('cu_id',cu_id)
116
117
  this.triggerEvent('dataChange', {
117
118
  name: "couponSelect",
118
119
  payParams: {