提交 3ae2cf4a 编写于 作者: guangjun.yang's avatar guangjun.yang

pType使用问题等

上级 5f8ab50b
......@@ -5,7 +5,7 @@
v-for="(item , index) in dataList"
:key="index"
class="coop-item"
@click="jumpByAuthType(item)"
@click="jumpByPType(item)"
>
<div class="coop-item-left">
<img :src="item.attachmentUrl">
......@@ -75,11 +75,11 @@ export default {
},
},
methods: {
jumpByAuthType(pInfo) {
jumpByPType(pInfo) {
this.$sendBuriedData && this.$sendBuriedData({
component_tag: '467#400141'
});
if(pInfo.authType == 1) {
if(pInfo.pType == 1) {
goNativePage(this, pInfo);
} else {
goPageByNative(this, `/lreport_ssr/?id=${pInfo.id}`);
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册