Commit cbe75d49 by 程智春

积分大转盘点击跳转

parent a7afbd18
...@@ -78,8 +78,12 @@ export default { ...@@ -78,8 +78,12 @@ export default {
// }, // },
// 跳转到大转盘页 // 跳转到大转盘页
toPrizePage() { toPrizePage() {
let link = `/turntable?turntableCode=${this.datas.componentData.turntableCode}` let link = `/turntable?turntableCode=${this.datas.componentData.turntableCode}`
app.$themeToLink(link); app.$themeToLink({
type :1,
link : link
});
}, },
// toEnvPage() { // toEnvPage() {
// let query = { // let query = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment