|
@@ -12,12 +12,12 @@
|
|
|
<span>{{ item.contractEndTime }}到期</span>
|
|
|
</p>
|
|
|
</div>
|
|
|
- <a class="contact-wrap" href="javascript:;">
|
|
|
+ <a class="contact-wrap" :href="'tel:' + item.partnerPhone">
|
|
|
<span>{{ item.partnerPhone }}</span>
|
|
|
<img src="../image/btn_phone@2x.png" alt="">
|
|
|
</a>
|
|
|
</div>
|
|
|
- <a class="bottom-wrap border-top-1px" href="javascript:;">
|
|
|
+ <a class="bottom-wrap border-top-1px" href="javascript:;" @click="funGetGoodsDetail(item)">
|
|
|
<span>他(她)的业绩</span>
|
|
|
<img src="../image/btn_next@2x.png" alt="">
|
|
|
</a>
|
|
@@ -155,8 +155,8 @@
|
|
|
vm.numFetchStatus = 3
|
|
|
})
|
|
|
},
|
|
|
- funGetGoodsDetail (goods) {
|
|
|
- return ''
|
|
|
+ funGetGoodsDetail (item) {
|
|
|
+ this.$router.push({ path: `/partner/sale?id=${item.id}` })
|
|
|
}
|
|
|
},
|
|
|
beforeDestroy () {
|