Commit bcc6faa4 by 李嘉林

道可-自定义列表组件-加mixid

parent 382fe51e
...@@ -81,7 +81,7 @@ export default { ...@@ -81,7 +81,7 @@ export default {
let paper = { let paper = {
bid : item.bid bid : item.bid
} }
let link = 'https://dk.taokor.cn/wchat/?token=${token}&scene=sso&toAppid=qOAhsauSaagQlxYdGbJL#/appraisalTwo?paper='+ encodeURIComponent(JSON.stringify(paper)); let link = 'https://dk.taokor.cn/wchat/?token=${token}&scene=sso&toAppid=qOAhsauSaagQlxYdGbJL#/appraisalTwo?paper='+ encodeURIComponent(JSON.stringify(paper)) + `&mixid=${this.$store.state.mixid}`;
console.log(link,'---link') console.log(link,'---link')
app.$themeToLink({ app.$themeToLink({
link : link, link : link,
......
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