|
@@ -7,6 +7,11 @@ var tempStyleComponent = `<style>
|
|
|
font-size: 0.32rem;
|
|
|
line-height: 0.48rem;
|
|
|
color: #171826;
|
|
|
+ z-index: 2031 !important;
|
|
|
+ }
|
|
|
+
|
|
|
+ .z-2030 {
|
|
|
+ z-index: 2030 !important;
|
|
|
}
|
|
|
|
|
|
.van-dialog.ent-search-dialog .van-dialog__content .van-dialog__message {
|
|
@@ -322,9 +327,11 @@ Vue.component('keep-component', {
|
|
|
this.$emit('on-change-keep', false)
|
|
|
var _this = this
|
|
|
if (r.error_msg === '付费用户收藏已达上限') {
|
|
|
+ this.$dialog.close()
|
|
|
this.$dialog.confirm({
|
|
|
message: '您的标讯收藏上限为5000条,请联系客服人员',
|
|
|
className: 'ent-search-dialog',
|
|
|
+ overlayClass: 'z-2030',
|
|
|
showCancelButton: false,
|
|
|
confirmButtonText: '我知道了',
|
|
|
}).then(function () {
|
|
@@ -333,9 +340,11 @@ Vue.component('keep-component', {
|
|
|
return
|
|
|
}
|
|
|
if (r.error_msg === '免费用户收藏已达上限') {
|
|
|
+ this.$dialog.close()
|
|
|
this.$dialog.confirm({
|
|
|
message: '您的标讯收藏上限为100条,请升级为会员服务',
|
|
|
className: 'ent-search-dialog',
|
|
|
+ overlayClass: 'z-2030',
|
|
|
confirmButtonText: '去升级'
|
|
|
}).then(function () {}).catch(function () {});
|
|
|
return
|