|
@@ -858,7 +858,9 @@ function isWechat() {
|
|
|
location.href = url
|
|
|
} else {
|
|
|
// vm.dialogTitle = '请完善个人信息,免费下载附件,发现商机!'
|
|
|
- vm.isNeedSubmit('member_attach', function() {})
|
|
|
+ vm.isNeedSubmit('member_attach', function() {
|
|
|
+ vm.showSuccess = true
|
|
|
+ })
|
|
|
}
|
|
|
}
|
|
|
$.ajax({
|
|
@@ -1382,7 +1384,9 @@ var IframeOnClick = {
|
|
|
freeUse: function() {
|
|
|
this.checkLogin()
|
|
|
this.sourceLogAjax('pc_analysis_detail_free')
|
|
|
- vmbid.isNeedSubmit('pc_analysis_detail_free')
|
|
|
+ vmbid.isNeedSubmit('pc_analysis_detail_free', function() {
|
|
|
+ vmbid.showSuccess = true
|
|
|
+ })
|
|
|
$('.el-popover.el-popper').hide()
|
|
|
},
|
|
|
checkLogin: function () {
|
|
@@ -1548,7 +1552,9 @@ var IframeOnClick = {
|
|
|
goCollect: function(source) {
|
|
|
$('.el-popover.el-popper').hide()
|
|
|
this.sourceLogAjax(source)
|
|
|
- vm.isNeedSubmit(source, function() {})
|
|
|
+ vm.isNeedSubmit(source, function() {
|
|
|
+ vm.showSuccess = true
|
|
|
+ })
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -1819,7 +1825,9 @@ if (subtype != '拟建' && !isMember) {
|
|
|
// console.log(powerMap, 'map')
|
|
|
$('.bigmember-slogan .free-btn').click(function(){
|
|
|
bidVue.sourceLogAjax('article_slogan')
|
|
|
- vm.isNeedSubmit('article_slogan',function(){})
|
|
|
+ vm.isNeedSubmit('article_slogan',function(){
|
|
|
+ vm.showSuccess = true
|
|
|
+ })
|
|
|
})
|
|
|
$('.bigmember-slogan .more-btn').click(function() {
|
|
|
var params = {
|