|
@@ -141,7 +141,7 @@
|
|
|
<div class="sum_caigou client_caigou" v-if="!bmdetail">
|
|
|
<div class="sum_center">${this.$data.prolist.buyer}</div>
|
|
|
<div class="sum_right">
|
|
|
- <div class="claim" @click="location.href='/jyapp/big/page/unit_portrayal?from=client&entName=广东省第一强制隔离戒毒所'">
|
|
|
+ <div class="claim" @click.stop="viewEntPort">
|
|
|
<span class="j-icon icon-porait"></span>
|
|
|
<span class="getproit">查看画像</span>
|
|
|
</div>
|
|
@@ -350,6 +350,9 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ viewEntPort: function () {
|
|
|
+ location.href='/jyapp/big/page/client_portrayal?from=client&entName=' + this.$data.prolist.buyer
|
|
|
+ },
|
|
|
// 认领
|
|
|
claimBtn: function(e) {
|
|
|
e.stopPropagation()
|