提交 a3c3b5c2 authored 作者: 王鹏飞's avatar 王鹏飞

免费课程跳转地址调整

上级 c7690386
...@@ -25,7 +25,7 @@ export default { ...@@ -25,7 +25,7 @@ export default {
onClick(data) { onClick(data) {
if (this.isWeapp) { if (this.isWeapp) {
wx.miniProgram.navigateTo({ wx.miniProgram.navigateTo({
url: `/pages/course/item?id=${data.course_id}` url: `/pages/course/free?id=${data.course_id}`
}) })
} else { } else {
window.alert('请在微信小程序中打开') window.alert('请在微信小程序中打开')
......
...@@ -76,9 +76,9 @@ export default { ...@@ -76,9 +76,9 @@ export default {
if (this.isWeapp) { if (this.isWeapp) {
// 小程序 // 小程序
wx.miniProgram.navigateTo({ wx.miniProgram.navigateTo({
url: `/pages/web/index?src=${ url: `/pages/login/index?redirect_uri=${encodeURIComponent(
window.location.origin map[name]
}/login?is_weapp=1&redirect_uri=${encodeURIComponent(map[name])}` )}`
}) })
} else { } else {
this.$router.push({ name: 'login' }) this.$router.push({ name: 'login' })
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论