From 09f296fb8ed1af73fe36450d6fd35c1d070f40c2 Mon Sep 17 00:00:00 2001 From: ltlzx <942659938@qq.com> Date: Fri, 3 Sep 2021 18:05:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/Header.vue | 1 + src/components/page/Purchaser/wkThird.vue | 4 ++++ src/components/page/Purchaser/wkTrusteeship.vue | 4 ++++ 3 files changed, 9 insertions(+) diff --git a/src/components/common/Header.vue b/src/components/common/Header.vue index 09421c8..a3bb655 100644 --- a/src/components/common/Header.vue +++ b/src/components/common/Header.vue @@ -78,6 +78,7 @@ export default { methods:{ isOpenAccount(){ let data={user_id:9} + // let data={user_id:3} isOpenAccount(data).then(res => { console.info(res) this.examine_data=res.data diff --git a/src/components/page/Purchaser/wkThird.vue b/src/components/page/Purchaser/wkThird.vue index 6746045..2a07265 100644 --- a/src/components/page/Purchaser/wkThird.vue +++ b/src/components/page/Purchaser/wkThird.vue @@ -145,6 +145,7 @@ export default { subject:1, checked:1, disabled:false, + showViewer:false, host:'http://wenhua.xingtongworld.com', action:'http://wenhua.xingtongworld.com/api/Index/uploadimg', upList:[ @@ -398,6 +399,9 @@ export default { font-size: 14px; justify-content: space-between; } + .table_right_item>span{ + cursor: pointer; + } .table_right_item>span:hover{ text-decoration: underline; } diff --git a/src/components/page/Purchaser/wkTrusteeship.vue b/src/components/page/Purchaser/wkTrusteeship.vue index 7f4b3e7..a24a949 100644 --- a/src/components/page/Purchaser/wkTrusteeship.vue +++ b/src/components/page/Purchaser/wkTrusteeship.vue @@ -146,6 +146,7 @@ export default { subject:1, checked:1, disabled:false, + showViewer:false, host:'http://wenhua.xingtongworld.com', action:'http://wenhua.xingtongworld.com/api/Index/uploadimg', upList:[ @@ -407,6 +408,9 @@ export default { font-size: 14px; justify-content: space-between; } + .table_right_item>span{ + cursor: pointer; + } .table_right_item>span:hover{ text-decoration: underline; }