component-shipinlv 1.0.23 → 1.0.26

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.
@@ -100,6 +100,9 @@ var Reg = function Reg(_ref) {
100
100
  rules: [{
101
101
  required: true,
102
102
  message: '请输入'
103
+ }, {
104
+ min: 4,
105
+ message: '最短4个字符'
103
106
  }
104
107
  // {
105
108
  // pattern: /^([a-z0-9]+[_\-.]?)*[a-z0-9]+@([a-z0-9]+[_\-.]?)*[a-z0-9]+\.[a-z]{2,10}$/i,
package/dist/lib/Tool.js CHANGED
@@ -1140,7 +1140,7 @@ var Tool = _objectSpread(_objectSpread({
1140
1140
  var data = JSON.stringify(_objectSpread({
1141
1141
  payBackUrl: document.location.href
1142
1142
  }, query));
1143
- document.location.href = 'https://pay.shanren.wang/pay/we-h5?data=' + encodeURIComponent(data);
1143
+ document.location.href = 'https://pay.shipinlv.com/pay/we-h5?data=' + encodeURIComponent(data);
1144
1144
  }
1145
1145
  });
1146
1146
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "component-shipinlv",
3
- "version": "1.0.23",
3
+ "version": "1.0.26",
4
4
  "description": "",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",