Browse Source

4955

yufei
余菲 10 months ago
parent
commit
0f0aa13329
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package_A/pages/goods-detail/index.js

+ 1
- 1
package_A/pages/goods-detail/index.js View File

@@ -88,7 +88,7 @@ Page({
wx.hideLoading()
if(res.code === 0) {
// 成功跳转页面
wx.reLaunch({
wx.navigateTo({
url: '/package_A/pages/exchange-success/index?data=' + encodeURIComponent(JSON.stringify(this.data.storeDetail))
})
} else {

Loading…
Cancel
Save