zs 2 years ago
parent
commit
ab796ed232
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pagesHome/order/appraise.vue

+ 2 - 2
pagesHome/order/appraise.vue

@@ -44,7 +44,7 @@
 									</view>
 									<view v-if="item.customer._id==user._id" @tap="toReply(item)">回复</view>
 								</view>
-								<input v-if="reply.reply" @confirm="confirm" class="input" placeholder="回复商家" />
+								<uni-easyinput v-if="reply.reply" class="input" maxlength=-1 type="textarea" @change="confirm" placeholder="回复商家" />
 							</view>
 						</view>
 					</view>
@@ -107,7 +107,7 @@
 				const that = this;
 				let reply = that.reply
 				let obj = {
-					content: e.detail.value,
+					content: e,
 					time: moment().format('YYYY-MM-DD HH:mm:ss')
 				}
 				reply.reply.push(obj)