diff --git a/src/components/ywPopup/index.vue b/src/components/ywPopup/index.vue index 0cfd01f..97369a7 100644 --- a/src/components/ywPopup/index.vue +++ b/src/components/ywPopup/index.vue @@ -1,7 +1,7 @@ <!-- * @Description: * @Autor: renchao - * @LastEditTime: 2023-07-25 16:09:44 + * @LastEditTime: 2023-08-15 10:01:26 --> <template> <transition name="msgbox-fade"> @@ -148,8 +148,8 @@ .ls-title { padding: 16px; - color: #4a4e56; - // background: linear-gradient(3deg, #edf0f7, #f4f5f6); + color: #ffffff; + background: linear-gradient(3deg, #409eff, #a7cbee); font-size: 16px; } @@ -185,7 +185,7 @@ right: 26px; font-size: 24px; cursor: pointer; - color: #4a4e56; + color: #ffffff; } /deep/.el-loading-mask { diff --git a/src/views/ywbl/ywsq/guidePage.vue b/src/views/ywbl/ywsq/guidePage.vue index 1259216..e342455 100644 --- a/src/views/ywbl/ywsq/guidePage.vue +++ b/src/views/ywbl/ywsq/guidePage.vue @@ -148,7 +148,6 @@ * @author: renchao */ sqywlxClick (item) { - console.log("item", item); this.btnDisabled = true; this.selectType = item.type; this.sqywQllxList.forEach(item => { @@ -236,7 +235,6 @@ getRepairBiz () { getRepairBiz().then(res => { if (res) { - console.log("res", res); this.djqxList = res.result; } }) @@ -260,7 +258,6 @@ dialogClick () { this.openDialog(); }, - //收藏操作 /** * @description: 收藏操作 * @param {*} item @@ -358,7 +355,6 @@ this.handleSelectYw(item, list) this.openDialog() }, - // 选择不动产信息 /** * @description: 选择不动产信息 * @author: renchao @@ -372,11 +368,9 @@ */ openDialog () { let title = this.selectParam.djywmc; - if(this.selectParam.nodetype=="djqx"){ - title+="("+this.selectParam.nodename+")"; + if (this.selectParam.nodetype == "djqx") { + title += "(" + this.selectParam.nodename + ")"; } - //let title = "申请业务:"; - //console.log(title); this.$popupDialog(title, "ywbl/ywsq/selectBdc", { 'sqywInfo': this.selectParam }, "90%", true) }, /**