From 499a94ded67a4c1e763dc6686afe5a2e99faf407 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期三, 24 七月 2024 11:09:20 +0800 Subject: [PATCH] update 订单功能(花店端) --- sub_pages/customer/self/collect.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/sub_pages/customer/self/collect.vue b/sub_pages/customer/self/collect.vue index 3d40b8e..90f7b0c 100644 --- a/sub_pages/customer/self/collect.vue +++ b/sub_pages/customer/self/collect.vue @@ -82,6 +82,8 @@ }, onLoad() { this.listApi = '/api/collect/list' + this.getList() + this.$http.request('get', '/api/code/value', { params: { type: 'FLOWER_LEVEL' -- Gitblit v1.9.3