提交 ab9b3076 authored 作者: haodaking's avatar haodaking

fix: 渠道号修改

上级 04346de8
...@@ -148,7 +148,7 @@ Component({ ...@@ -148,7 +148,7 @@ Component({
getQrcode() { getQrcode() {
const user = this.data.user const user = this.data.user
const params = { const params = {
url: `https://pages.ezijing.com/prp/mobile202108260501.html?channel_num=96114&user_id=${user.id}&user_name=${user.realname}` url: `https://pages.ezijing.com/prp/mobile202108260501.html?channel_num=93530&user_id=${user.id}&user_name=${user.realname}`
} }
getQrcode(params).then(res => { getQrcode(params).then(res => {
this.setData({ qrcode: res.url }) this.setData({ qrcode: res.url })
......
...@@ -42,7 +42,7 @@ Page({ ...@@ -42,7 +42,7 @@ Page({
wx.showModal({ title: '账号不存在', content: '是否要成为学员', showCancel: true }).then(res => { wx.showModal({ title: '账号不存在', content: '是否要成为学员', showCancel: true }).then(res => {
res.confirm && res.confirm &&
wx.navigateTo({ wx.navigateTo({
url: `/pages/web/index?url=${encodeURIComponent('https://webapp-pub.ezijing.com/pages/prp/prp.html?channel_num=96114')}` url: `/pages/web/index?url=${encodeURIComponent('https://webapp-pub.ezijing.com/pages/prp/prp.html?channel_num=93530')}`
}) })
}) })
} else { } else {
......
...@@ -70,7 +70,7 @@ Page({ ...@@ -70,7 +70,7 @@ Page({
wx.showModal({ title: '账号不存在', content: '是否要成为学员', showCancel: true }).then(res => { wx.showModal({ title: '账号不存在', content: '是否要成为学员', showCancel: true }).then(res => {
res.confirm && res.confirm &&
wx.navigateTo({ wx.navigateTo({
url: `/pages/web/index?url=${encodeURIComponent('https://webapp-pub.ezijing.com/pages/prp/prp.html?channel_num=96114')}` url: `/pages/web/index?url=${encodeURIComponent('https://webapp-pub.ezijing.com/pages/prp/prp.html?channel_num=93530')}`
}) })
}) })
} else { } else {
......
...@@ -43,7 +43,7 @@ Page({ ...@@ -43,7 +43,7 @@ Page({
wx.showModal({ title: '账号不存在', content: '是否要成为学员', showCancel: true }).then(res => { wx.showModal({ title: '账号不存在', content: '是否要成为学员', showCancel: true }).then(res => {
res.confirm && res.confirm &&
wx.navigateTo({ wx.navigateTo({
url: `/pages/web/index?url=${encodeURIComponent('https://webapp-pub.ezijing.com/pages/prp/prp.html?channel_num=96114')}` url: `/pages/web/index?url=${encodeURIComponent('https://webapp-pub.ezijing.com/pages/prp/prp.html?channel_num=93530')}`
}) })
}) })
} else { } else {
......
...@@ -4,7 +4,7 @@ Page({ ...@@ -4,7 +4,7 @@ Page({
* 页面的初始数据 * 页面的初始数据
*/ */
data: { data: {
url: 'https://webapp-pub.ezijing.com/pages/prp/prp.html?channel_num=96114' url: 'https://webapp-pub.ezijing.com/pages/prp/prp.html?channel_num=93530'
}, },
/** /**
......
...@@ -52,7 +52,7 @@ const requestApi = obj => { ...@@ -52,7 +52,7 @@ const requestApi = obj => {
wx.showModal({ title: '未授权', content: '是否要成为学员', showCancel: true }).then(res => { wx.showModal({ title: '未授权', content: '是否要成为学员', showCancel: true }).then(res => {
res.confirm && res.confirm &&
wx.redirectTo({ wx.redirectTo({
url: `/pages/web/index?url=${encodeURIComponent('https://webapp-pub.ezijing.com/pages/prp/prp.html?channel_num=96114')}` url: `/pages/web/index?url=${encodeURIComponent('https://webapp-pub.ezijing.com/pages/prp/prp.html?channel_num=93530')}`
}) })
res.cancel && wx.reLaunch({ url: '/pages/login/index' }) res.cancel && wx.reLaunch({ url: '/pages/login/index' })
}) })
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论