From d828320e6384df831839bde49f09cf2ad1c49899 Mon Sep 17 00:00:00 2001
From: liuwh <liuwh@hugeinfo.com.cn>
Date: Thu, 27 Feb 2020 08:43:55 +0800
Subject: [PATCH] 提交

---
 SunshineLnsMinApp/pages/fzpxInfo/fzpxInfo.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/SunshineLnsMinApp/pages/fzpxInfo/fzpxInfo.js b/SunshineLnsMinApp/pages/fzpxInfo/fzpxInfo.js
index d63220d..4704e66 100644
--- a/SunshineLnsMinApp/pages/fzpxInfo/fzpxInfo.js
+++ b/SunshineLnsMinApp/pages/fzpxInfo/fzpxInfo.js
@@ -53,7 +53,7 @@
             that.setData({
               signStatus: options.signStatus
             })
-          } else {
+          } else {sign
             if (options.flag == 'true') {
               //可报名
               console.log('可报名')
@@ -138,7 +138,7 @@
           title: '识别中',
         })
         wx.request({
-          url: app.globalData.url + '/api/activity/sign?id'+id+'&code='+res.result+'&userId='+userId,
+          url: app.globalData.url + '/api/activity/sign?id='+id+'&code='+res.result+'&userId='+userId,
           method: 'GET',
           header: {
             "Content-Type": "application/json"
@@ -153,7 +153,7 @@
               })
             } else {
               wx.showToast({
-                title: '报名失败,请稍后重试!',
+                title: '签到失败,请稍后重试!',
                 icon: 'none'
               })
             }

--
Gitblit v1.8.0