diff --git a/project/xiushan/apps/AppAccountXiushan/AppAccountXiushan.vue b/project/xiushan/apps/AppAccountXiushan/AppAccountXiushan.vue index fc279c2b..c3757082 100644 --- a/project/xiushan/apps/AppAccountXiushan/AppAccountXiushan.vue +++ b/project/xiushan/apps/AppAccountXiushan/AppAccountXiushan.vue @@ -214,7 +214,7 @@ export default { if (v) { if (this.lock) return this.$message.error("请勿多次提交!") this.lock = true - this.instance.post("/app/wxcp/wxuser/empower", this.dialogForm).then(res => { + this.instance.post("/user/edit", this.dialogForm).then(res => { this.lock = false if (res?.code == 0) { this.dialog = false; diff --git a/project/xiushan/apps/AppPortalUserManager/pumDetail.vue b/project/xiushan/apps/AppPortalUserManager/pumDetail.vue index 48339990..0b4f0e7c 100644 --- a/project/xiushan/apps/AppPortalUserManager/pumDetail.vue +++ b/project/xiushan/apps/AppPortalUserManager/pumDetail.vue @@ -18,7 +18,8 @@ {{ detail.businessScope }} {{ detail.operationPeriod }} - + @@ -29,8 +30,10 @@ {{ detail.phone }} - - + + @@ -119,5 +122,10 @@ export default { diff --git a/project/xiushan/apps/finance/AppFinanceProduct/productDetail.vue b/project/xiushan/apps/finance/AppFinanceProduct/productDetail.vue index 5c124a73..6086dbd1 100644 --- a/project/xiushan/apps/finance/AppFinanceProduct/productDetail.vue +++ b/project/xiushan/apps/finance/AppFinanceProduct/productDetail.vue @@ -3,7 +3,7 @@ @@ -58,11 +58,11 @@ {{ dict.getLabel('productRepaymentTimeline', detail.auditLifespan) }} - {{ detail.auditTime }} + {{ detail.auditTime }} {{ detail.auditDescription }} - + @@ -82,10 +82,10 @@ :selectList="dict.getDict('productRepaymentTimeline')"/> - + - + diff --git a/project/xiushan/apps/financing/AppGrabLog/grabDetail.vue b/project/xiushan/apps/financing/AppGrabLog/grabDetail.vue index 972b1752..4256c363 100644 --- a/project/xiushan/apps/financing/AppGrabLog/grabDetail.vue +++ b/project/xiushan/apps/financing/AppGrabLog/grabDetail.vue @@ -2,7 +2,7 @@
-