@kmkf-fe-packages/kmkf-work-order-service-component 2.7.3-beta.5 → 2.7.3-beta.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.
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import { Tooltip, Image } from 'antd';
|
|
3
3
|
import { Base64 } from 'js-base64';
|
|
4
4
|
import contact from "../../../common/imgs/contact.png";
|
|
5
|
-
var SUPPORTED_PLATFORMS = [0, 2, 3, 5, 6];
|
|
5
|
+
var SUPPORTED_PLATFORMS = [0, 2, 3, 5, 6, 24];
|
|
6
6
|
var platformTypeMap = {
|
|
7
7
|
0: 1,
|
|
8
8
|
// 淘宝
|
|
@@ -31,8 +31,8 @@ export var openCustomerDialog = function openCustomerDialog(_ref) {
|
|
|
31
31
|
order_number: orderNumber
|
|
32
32
|
};
|
|
33
33
|
|
|
34
|
-
//
|
|
35
|
-
if ([2, 3].includes(platformType)) {
|
|
34
|
+
// 京东、拼多多、抖音平台添加 buyer 参数
|
|
35
|
+
if ([2, 3, 6].includes(platformType)) {
|
|
36
36
|
param.buyer = buyer;
|
|
37
37
|
}
|
|
38
38
|
var params = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/kmkf-work-order-service-component",
|
|
3
|
-
"version": "2.7.3-beta.
|
|
3
|
+
"version": "2.7.3-beta.6",
|
|
4
4
|
"module": "dist/esm/index.js",
|
|
5
5
|
"typings": "dist/esm/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"publishConfig": {
|
|
76
76
|
"access": "public"
|
|
77
77
|
},
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "316d3e34b09f066e0e00c0d9dfb3017ca12df419",
|
|
79
79
|
"gitHooks": {
|
|
80
80
|
"pre-commit": "lint-staged"
|
|
81
81
|
}
|