cloud-web-corejs 1.0.54-dev.162 → 1.0.54-dev.163

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cloud-web-corejs",
3
3
  "private": false,
4
- "version": "1.0.54-dev.162",
4
+ "version": "1.0.54-dev.163",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -361,7 +361,7 @@ export default {
361
361
  }
362
362
  if (flag3) {
363
363
  if (size >= optionModel.textRule3Number) {
364
- str2 = fieldModel.slice(0, optionModel.textRule3Number)
364
+ str2 = fieldModel.slice(-optionModel.textRule3Number)
365
365
  }
366
366
  }
367
367
  if (flag2 && flag3) {