Commit b6a74154 by 李嘉林

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

parent b7458a52
...@@ -78,24 +78,18 @@ export default { ...@@ -78,24 +78,18 @@ export default {
mounted() {}, mounted() {},
methods:{ methods:{
itemClick(item,index){ itemClick(item,index){
// 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));
// console.log(link,'---link') console.log(link,'---link')
// let appObj; app.$themeToLink({
// try{ link : link,
// appObj = app key: "1.5",
// } catch { name: link,
// appObj = this type: 1.2,
// } });
// appObj.$themeToLink({ // eval(this.datas.componentData.comMethods)
// link : link,
// key: "1.5",
// name: link,
// type: 1.2,
// });
eval(this.datas.componentData.comMethods)
}, },
getList(){ getList(){
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