easy3wui 1.5.89 → 1.5.91

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.
@@ -685,7 +685,6 @@ var Easy3wFormPagePC = exports.Easy3wFormPagePC = function (_Component) {
685
685
  if (fieldType === 'mobile' && value) {
686
686
  var e3wMobileNation = _this.fetchMobileInfo(strValue, fieldId) || '+86';
687
687
  value = e3wMobileNation ? e3wMobileNation + ' ' + value : value;
688
- // console.log('valuevaluevaluevalue', value, e3wMobileNation);
689
688
  }
690
689
  }
691
690
  return value;
@@ -1672,11 +1671,10 @@ var Easy3wFormPagePC = exports.Easy3wFormPagePC = function (_Component) {
1672
1671
  disabled: disabled
1673
1672
  }, addonBeforeCmptPros)
1674
1673
  });
1675
- var strMobileAssociation = '';
1674
+ var strMobileAssociation = '+86';
1676
1675
  if (value) {
1677
1676
  strMobileAssociation = _this.fetchMobileInfo(value, fieldId) || '+86';
1678
1677
  // value = e3wMobileNation ? `${e3wMobileNation} ${value}` : value;
1679
- // console.log('valuevaluevaluevalue', value, e3wMobileNation);
1680
1678
  }
1681
1679
  var decoratorObj = {
1682
1680
  rules: [{ required: required, message: '请选择区号' }],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easy3wui",
3
- "version": "1.5.89",
3
+ "version": "1.5.91",
4
4
  "description": "easy3wui components for react",
5
5
  "keywords": [
6
6
  "react",