|
@@ -748,6 +748,11 @@ var vm = new Vue({
|
|
|
_this.showForm = false
|
|
|
typeof collectSubmitCallback === 'function' ? collectSubmitCallback(source, res.data) : null
|
|
|
switch (source) {
|
|
|
+ // 标讯详情页免费体验留完资 需要自动刷新
|
|
|
+ case 'pc_article_member_freeuse': {
|
|
|
+ _this.showSuccess = true
|
|
|
+ _this.isRefresh = true
|
|
|
+ }
|
|
|
case 'member_freeuse': {
|
|
|
_this.showSuccess = true
|
|
|
break
|
|
@@ -774,7 +779,7 @@ var vm = new Vue({
|
|
|
}
|
|
|
break
|
|
|
}
|
|
|
- case 'jyarticle_see3_plus_pc': {
|
|
|
+ case 'jyarticle_see3_plus_pc':{
|
|
|
_this.showSuccess = true
|
|
|
_this.isRefresh = true
|
|
|
// location.reload()
|