Commit 95cab727 authored by zhengke's avatar zhengke

修改

parent 1792d0a2
......@@ -889,6 +889,13 @@ export default {
});
return;
}
if(this.comentMsg.Content.length<10){
uni.showToast({
title: "留言至少10个字!",
icon:'none'
});
return;
}
this.request2(
{
url: "/api/AppletGoods/SetGoodsLeavemessage",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment