kmkf-work-order-service-component 0.3.4-alpha.2 → 0.3.4-alpha.3

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.
@@ -57,7 +57,7 @@ var EBuyerNick = /*#__PURE__*/function (_BasicComponent) {
57
57
  return [{
58
58
  validator: function validator(_, value) {
59
59
  if (!(value !== null && value !== void 0 && value.buyerNick)) {
60
- return Promise.reject(new Error('请输入买家旺旺'));
60
+ return Promise.reject(new Error('请输入买家昵称'));
61
61
  }
62
62
 
63
63
  return Promise.resolve();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kmkf-work-order-service-component",
3
- "version": "0.3.4-alpha.2",
3
+ "version": "0.3.4-alpha.3",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",