Kaynağa Gözat

fix compile issue

tags/2.2.4
Stormeye.Wu 7 yıl önce
ebeveyn
işleme
d0761ab5b3
1 değiştirilmiş dosya ile 1 ekleme ve 2 silme
  1. +1
    -2
      pages/getphoneInfo/index.js

+ 1
- 2
pages/getphoneInfo/index.js Dosyayı Görüntüle

@@ -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'
})
}
})


Yükleniyor…
İptal
Kaydet