|
@@ -197,7 +197,7 @@ var buyerExample = {
|
|
|
var info = this.userinfo
|
|
|
var usage = this.useage
|
|
|
// 【登录查看】:未登录,点击跳转到登录
|
|
|
- // 【立即解锁】:未体验过采购单位画像的免费用户,点击进行“欢迎体验采购单位全景分析”留资
|
|
|
+ // 【免费体验】:未体验过采购单位画像的免费用户,点击进行“欢迎体验采购单位全景分析”留资
|
|
|
// 【去开通】:已体验过1次采购单位画像的免费用户,点击进入超级订阅购买页
|
|
|
// 【前往升级】:超级订阅老版用户+购买了非全国采购单位画像余额为0的超级订阅新版用户,点击进入超级订阅升级页
|
|
|
// 【联系客服】:购买了全国采购单位画像余额为0的超级订阅新版用户+无采购单位画像权限的大会员客户;点击调起智齿在线客服
|
|
@@ -205,7 +205,8 @@ var buyerExample = {
|
|
|
btnText = '登录查看'
|
|
|
} else if (info.isFree) {
|
|
|
if (info.freeBuyerPort === 0) {
|
|
|
- btnText = '立即解锁'
|
|
|
+ // btnText = '免费体验'
|
|
|
+ btnText = '免费体验'
|
|
|
} else {
|
|
|
btnText = '去开通'
|
|
|
}
|
|
@@ -250,7 +251,7 @@ var buyerExample = {
|
|
|
`
|
|
|
var isWeixin = utils.isWeiXinBrowser
|
|
|
if(!isWeixin) {
|
|
|
- if (this.getTextMap.btnText == '立即解锁') {
|
|
|
+ if (this.getTextMap.btnText == '免费体验') {
|
|
|
// 留资
|
|
|
location.href = '/jyapp/frontPage/bigmember/free/perfect_info?source=' + source
|
|
|
} else if (this.getTextMap.btnText == '联系客服') {
|
|
@@ -299,7 +300,7 @@ var buyerExample = {
|
|
|
}
|
|
|
}
|
|
|
} else {
|
|
|
- if (this.getTextMap.btnText == '立即解锁') {
|
|
|
+ if (this.getTextMap.btnText == '免费体验') {
|
|
|
// 留资
|
|
|
location.href = '/weixin/frontPage/bigmember/free/perfect_info?source=' + source
|
|
|
} else if (this.getTextMap.btnText == '联系客服') {
|
|
@@ -351,7 +352,7 @@ var buyerExample = {
|
|
|
console.log(_this.getTextMap.btnText)
|
|
|
if(_this.getTextMap.btnText == '登录查看'){
|
|
|
window.location.href = "/jyapp/free/login?to=back";
|
|
|
- } else if (_this.getTextMap.btnText == '立即解锁') {
|
|
|
+ } else if (_this.getTextMap.btnText == '免费体验') {
|
|
|
$.ajax({
|
|
|
type: 'POST',
|
|
|
url: '/publicapply/drainage/buyerunit',
|