|
@@ -48,12 +48,12 @@
|
|
|
<ul class="table-box-row row-4 row-last">
|
|
|
<li class="tab-box-column bd-r column-1"> </li>
|
|
|
<li class="tab-box-column bd-r column-2">
|
|
|
- <span class="free-btn-reword" @click="leaveInfo">
|
|
|
+ <span class="free-btn-reword" @click="improveInformation">
|
|
|
完善个人信息
|
|
|
</span>
|
|
|
</li>
|
|
|
<li class="tab-box-column bd-r column-3 gold-color">
|
|
|
- <span class="free-btn-experience">免费体验</span>
|
|
|
+ <span class="free-btn-experience" @click="freeUse">免费体验</span>
|
|
|
<span class="jump-customer-service" @click="concatKf">
|
|
|
咨询客服
|
|
|
</span>
|
|
@@ -84,13 +84,19 @@ export default {
|
|
|
}
|
|
|
openAppOrWxPage(LINKS.大会员落地页面)
|
|
|
},
|
|
|
- async leaveInfo() {
|
|
|
+ improveInformation() {
|
|
|
+ this.leaveInfo(`jyarticle_see3_plus_${this.$env.platform}`)
|
|
|
+ },
|
|
|
+ freeUse() {
|
|
|
+ this.leaveInfo(`${this.$env.platform}_article_member_freeuse`)
|
|
|
+ },
|
|
|
+ async leaveInfo(source) {
|
|
|
if (this.beforeLeavePage) {
|
|
|
await this.beforeLeavePage()
|
|
|
}
|
|
|
openAppOrWxPage(LINKS.留资, {
|
|
|
query: {
|
|
|
- source: `jyarticle_see3_plus_${this.$env.platform}`
|
|
|
+ source
|
|
|
}
|
|
|
})
|
|
|
},
|