Commit b46f5f6a authored by 罗林杰's avatar 罗林杰

修改bug

parent 513b7f6c
...@@ -264,7 +264,6 @@ export default { ...@@ -264,7 +264,6 @@ export default {
this.isMessagePayConfirm = true; this.isMessagePayConfirm = true;
this.tipMsg = '已超出留言次数,是否花费'+ this.payCount +'金币再进行留言'; this.tipMsg = '已超出留言次数,是否花费'+ this.payCount +'金币再进行留言';
this.$refs.elmMessagePay.showDialog(); this.$refs.elmMessagePay.showDialog();
this.inputTemp = ''
} else if(res.data.code === 1002){ } else if(res.data.code === 1002){
uni.showToast({ uni.showToast({
title: res.data.message, title: res.data.message,
......
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