ソースを参照

修改小程序食堂评论字数为10个以上

wrh 2 年 前
コミット
859ed3f1b5

+ 2 - 2
nngkxxdp/src/main/resources/static/nnzwminiapp/pages/menu/menu.js

@@ -128,9 +128,9 @@ Page({
 				icon: 'none',
 				duration: 2000
 			})
-		} else if (this.data.evaluation.length < 20) {
+		} else if (this.data.evaluation.length < 10) {
 			wx.showToast({
-				title: '评论字数不能小于20',
+				title: '评论字数不能小于10',
 				icon: 'none',
 				duration: 2000
 			})

+ 1 - 1
nngkxxdp/src/main/resources/static/nnzwminiapp/pages/menu/menu.wxml

@@ -20,7 +20,7 @@
 			</view>
 			<view class="message">
 				<view>评论:</view>
-				<textarea bindinput='blurEvaluation' cols="30" rows="10" placeholder="说说菜品亮点和不足吧(不少于20字)"></textarea>
+				<textarea bindinput='blurEvaluation' cols="30" rows="10" placeholder="说说菜品亮点和不足吧(不少于10字)"></textarea>
 			</view>
 			<view class="upload">
 				<view style="position: relative;" wx:for="{{imgList}}" wx:key="index">