Browse Source

精彩回顾跳转调整

master
shaojing 2 years ago
parent
commit
a13c1d7f1e
  1. 2
      app.js
  2. 2
      pages/pbService/activity/index.js

2
app.js

@ -21,7 +21,7 @@ App({
unique_key: "wechatxcx"
}).then(res => {
let data = JSON.parse(res.data);
data.isTest = data.isTest102? true : false;
data.isTest = data.isTest103? true : false;
this.globalData.configJson = data
}).then(() => {
// 获取ui配置文件

2
pages/pbService/activity/index.js

@ -62,7 +62,7 @@ Page({
else {
app.globalData.weburl = item.h5_url
wx.navigateTo({
url: '/pages/pbService/web/index'
url: "/pages/pbService/web/index?weburl=" + encodeURIComponent(item.h5_url)
})
}
},

Loading…
Cancel
Save