Browse Source

Merge branch 'master' of http://118.190.145.217:3000/xiaojincai/zkyxcx

tanyanfei 4 years ago
parent
commit
23b4235c91
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/eventDetail/eventDetail.js

+ 1 - 1
pages/eventDetail/eventDetail.js

@@ -310,7 +310,7 @@ Page({
             })
         }else{
           wx.showToast({
-            title: '提交失败',
+            title: res.data.message,
             icon:'none'
           })
         }