|
@@ -131,7 +131,7 @@
|
|
|
this.projectId = param.projectId;
|
|
|
},
|
|
|
onShow() {
|
|
|
-
|
|
|
+ this.detailDatahandle();
|
|
|
},
|
|
|
components: {
|
|
|
backHome
|
|
@@ -141,7 +141,6 @@
|
|
|
this.color2 = app.globalData.color2;
|
|
|
this.color3 = app.globalData.color3;
|
|
|
this.color6 = app.globalData.color6;
|
|
|
- this.detailDatahandle()
|
|
|
uni.$on("request", () => {
|
|
|
this.detailDatahandle()
|
|
|
})
|