diff --git a/pages/shop/GoodsEvaluate/index.vue b/pages/shop/GoodsEvaluate/index.vue
index 3b9858c..6023c48 100644
--- a/pages/shop/GoodsEvaluate/index.vue
+++ b/pages/shop/GoodsEvaluate/index.vue
@@ -37,7 +37,9 @@
+ {{ expect.length || 0 }} / 140
添加视频/图片
@@ -141,7 +143,7 @@ export default {
this.picArr = uploadList
},
async submit() {
- const expect = trim(this.expect)
+ const expect = trim(this.expect).substring(0, 140)
const product_score = this.scoreList[0].index + 1 === 0 ? "" : this.scoreList[0].index + 1
const service_score = this.scoreList[1].index + 1 === 0 ? "" : this.scoreList[1].index + 1
try {