Commit b6a74154 by 李嘉林

道可自定义列表点击事件还原

parent b7458a52
......@@ -78,24 +78,18 @@ export default {
mounted() {},
methods:{
itemClick(item,index){
// let paper = {
// bid : item.bid
// }
// let link = 'https://dk.taokor.cn/wchat/?token=${token}&scene=sso&toAppid=qOAhsauSaagQlxYdGbJL#/appraisalTwo?paper='+ encodeURIComponent(JSON.stringify(paper));
// console.log(link,'---link')
// let appObj;
// try{
// appObj = app
// } catch {
// appObj = this
// }
// appObj.$themeToLink({
// link : link,
// key: "1.5",
// name: link,
// type: 1.2,
// });
eval(this.datas.componentData.comMethods)
let paper = {
bid : item.bid
}
let link = 'https://dk.taokor.cn/wchat/?token=${token}&scene=sso&toAppid=qOAhsauSaagQlxYdGbJL#/appraisalTwo?paper='+ encodeURIComponent(JSON.stringify(paper));
console.log(link,'---link')
app.$themeToLink({
link : link,
key: "1.5",
name: link,
type: 1.2,
});
// eval(this.datas.componentData.comMethods)
},
getList(){
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