|
|
@ -71,8 +71,8 @@ Page({ |
|
|
let url = e.currentTarget.dataset.url; |
|
|
let url = e.currentTarget.dataset.url; |
|
|
app.globalData.weburl = url; |
|
|
app.globalData.weburl = url; |
|
|
wx.navigateTo({ |
|
|
wx.navigateTo({ |
|
|
url: "/pages/pbService/web/index" |
|
|
url: "/pages/pbService/web/index?weburl=" + encodeURIComponent(url) |
|
|
}) |
|
|
}) |
|
|
}, |
|
|
}, |
|
|
gotoSku: function () { |
|
|
gotoSku: function () { |
|
|
commonApi.user_post("pbservice/Ztfw/sukangCode").then(res => { |
|
|
commonApi.user_post("pbservice/Ztfw/sukangCode").then(res => { |
|
|
|