diff --git a/.env.fengdu b/.env.fengdu index 76f99976..60c47451 100644 --- a/.env.fengdu +++ b/.env.fengdu @@ -1,3 +1,4 @@ VUE_APP_SCOPE=fengdu #VUE_APP_API=https://web.fdfengshou.cn/ -VUE_APP_API=http://192.168.1.87:9000/ +#VUE_APP_API=http://192.168.1.87:9000/ +VUE_APP_API=http://test87web.cunwuyun.cn/ diff --git a/project/fengdu/AppOutSource/AppMarkRate/components/Detail.vue b/project/fengdu/AppOutSource/AppMarkRate/components/Detail.vue index a7869d99..3e6e0624 100644 --- a/project/fengdu/AppOutSource/AppMarkRate/components/Detail.vue +++ b/project/fengdu/AppOutSource/AppMarkRate/components/Detail.vue @@ -87,7 +87,6 @@ export default { created() { this.$dict.load('evaluatorType').then(() => { this.getDetail() - this.getList() }) }, @@ -97,6 +96,7 @@ export default { const {code, data: {records}} = await this.instance.post('/app/appscoredetails/list', null, { params: { shopId: this.params.shopId, + openId:this.info.openId, pages: 1000 } }) @@ -113,7 +113,7 @@ export default { try { const {code, data} = await this.instance.post('/app/appshopassess/queryDetailById', null, { params: { - id: this.params.id + id: this.params.id, } }) if (code === 0) { @@ -123,6 +123,7 @@ export default { url: item } }) + await this.getList() } } catch (e) { console.error(e) diff --git a/project/fengdu/AppOutSource/AppMarkStatic/AppMarkStatic.vue b/project/fengdu/AppOutSource/AppMarkStatic/AppMarkStatic.vue index 3a465f9a..af5a2e29 100644 --- a/project/fengdu/AppOutSource/AppMarkStatic/AppMarkStatic.vue +++ b/project/fengdu/AppOutSource/AppMarkStatic/AppMarkStatic.vue @@ -185,7 +185,9 @@ export default { }) if (code === 0) { this.chartList = records?.reverse() || [] - this.initChart() + this.$nextTick(()=>{ + this.initChart() + }) } } catch (e) { console.log(e)