diff --git a/project/fengdu/AppOutSource/AppArchives/components/List.vue b/project/fengdu/AppOutSource/AppArchives/components/List.vue index 528117fa..072a9183 100644 --- a/project/fengdu/AppOutSource/AppArchives/components/List.vue +++ b/project/fengdu/AppOutSource/AppArchives/components/List.vue @@ -94,6 +94,7 @@ align="left"> diff --git a/project/fengdu/AppOutSource/AppArchives/img/shop.png b/project/fengdu/AppOutSource/AppArchives/img/shop.png new file mode 100644 index 00000000..b93ae551 Binary files /dev/null and b/project/fengdu/AppOutSource/AppArchives/img/shop.png differ diff --git a/project/fengdu/AppOutSource/AppMarkStatic/AppMarkStatic.vue b/project/fengdu/AppOutSource/AppMarkStatic/AppMarkStatic.vue index bd9725da..ade708c1 100644 --- a/project/fengdu/AppOutSource/AppMarkStatic/AppMarkStatic.vue +++ b/project/fengdu/AppOutSource/AppMarkStatic/AppMarkStatic.vue @@ -33,7 +33,8 @@
-
+
+
@@ -77,6 +78,7 @@ align="left"> diff --git a/project/fengdu/AppOutSource/AppMarkStatic/img/shop.png b/project/fengdu/AppOutSource/AppMarkStatic/img/shop.png new file mode 100644 index 00000000..b93ae551 Binary files /dev/null and b/project/fengdu/AppOutSource/AppMarkStatic/img/shop.png differ diff --git a/project/fengdu/AppOutSource/AppRateManage/components/AppraiseTask.vue b/project/fengdu/AppOutSource/AppRateManage/components/AppraiseTask.vue index 92b1be39..f89dde04 100644 --- a/project/fengdu/AppOutSource/AppRateManage/components/AppraiseTask.vue +++ b/project/fengdu/AppOutSource/AppRateManage/components/AppraiseTask.vue @@ -221,8 +221,10 @@ export default { async getList(){ try { - const {code,data} = await this.instance.post('/app/apptaskmanage/list',{ - ...this.search + const {code,data} = await this.instance.post('/app/apptaskmanage/list',null,{ + params:{ + ...this.search + } }) if(code===0){ this.tableData = data.records