@fonixtree/magic-design 0.0.77 → 0.0.79

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.
@@ -458,7 +458,7 @@ var FilteredProductModal = function FilteredProductModal(props) {
458
458
  minPrice: minimum * precision || '',
459
459
  maxPrice: maximum * precision || '',
460
460
  // storeName:storeName,
461
- campaignType: promotions.key || '',
461
+ cmpTypeId: promotions.key || '',
462
462
  pageSize: paginationParams.pageSize,
463
463
  pageIndex: paginationParams.current,
464
464
  state: 'A'
@@ -700,7 +700,7 @@ var ProductModal = function ProductModal(props) {
700
700
  productName: productName,
701
701
  productCode: productCode,
702
702
  storeId: storeId,
703
- campaignType: promotions || '',
703
+ cmpTypeId: promotions || '',
704
704
  minPrice: minPrice === '' ? '' : minPrice * Math.pow(10, precision),
705
705
  maxPrice: maxPrice === '' ? '' : maxPrice * Math.pow(10, precision),
706
706
  catgIds: selCatgsList.join(','),
@@ -730,7 +730,7 @@ var ProductModal = function ProductModal(props) {
730
730
  queryGoods({
731
731
  productName: productName,
732
732
  productCode: productCode,
733
- campaignType: promotions || '',
733
+ cmpTypeId: promotions || '',
734
734
  minPrice: minPrice === '' ? '' : minPrice * Math.pow(10, precision),
735
735
  maxPrice: maxPrice === '' ? '' : maxPrice * Math.pow(10, precision),
736
736
  catgIds: selCatgsList.join(','),
@@ -458,7 +458,7 @@ var FilteredProductModal = function FilteredProductModal(props) {
458
458
  minPrice: minimum * precision || '',
459
459
  maxPrice: maximum * precision || '',
460
460
  // storeName:storeName,
461
- campaignType: promotions.key || '',
461
+ cmpTypeId: promotions.key || '',
462
462
  pageSize: paginationParams.pageSize,
463
463
  pageIndex: paginationParams.current,
464
464
  state: 'A'
@@ -700,7 +700,7 @@ var ProductModal = function ProductModal(props) {
700
700
  productName: productName,
701
701
  productCode: productCode,
702
702
  storeId: storeId,
703
- campaignType: promotions || '',
703
+ cmpTypeId: promotions || '',
704
704
  minPrice: minPrice === '' ? '' : minPrice * Math.pow(10, precision),
705
705
  maxPrice: maxPrice === '' ? '' : maxPrice * Math.pow(10, precision),
706
706
  catgIds: selCatgsList.join(','),
@@ -730,7 +730,7 @@ var ProductModal = function ProductModal(props) {
730
730
  queryGoods({
731
731
  productName: productName,
732
732
  productCode: productCode,
733
- campaignType: promotions || '',
733
+ cmpTypeId: promotions || '',
734
734
  minPrice: minPrice === '' ? '' : minPrice * Math.pow(10, precision),
735
735
  maxPrice: maxPrice === '' ? '' : maxPrice * Math.pow(10, precision),
736
736
  catgIds: selCatgsList.join(','),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fonixtree/magic-design",
3
3
  "author": "Cylon Team",
4
- "version": "0.0.77",
4
+ "version": "0.0.79",
5
5
  "description": "Magic Design",
6
6
  "license": "MIT",
7
7
  "module": "es/index.js",