From d0761ab5b393cd27f4db213201f045c509100632 Mon Sep 17 00:00:00 2001 From: "Stormeye.Wu" Date: Mon, 27 Aug 2018 22:36:25 +0800 Subject: [PATCH] fix compile issue --- pages/getphoneInfo/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pages/getphoneInfo/index.js b/pages/getphoneInfo/index.js index a410a3f..26c69e3 100755 --- a/pages/getphoneInfo/index.js +++ b/pages/getphoneInfo/index.js @@ -34,8 +34,7 @@ Page({ icon: "success", success: function(res) { wx.redirectTo({ - url: '/pages/coupon/detail/index?id=' - + that.data.couponChannelId + '&couponId='+ that.data.couponId +'&flag=pay", + url: '/pages/coupon/detail/index?id='+ that.data.couponChannelId + '&couponId='+ that.data.couponId +'&flag=pay' }) } })