From 8bec0329ed509c769fd0504a2eb5a9dcc31332d0 Mon Sep 17 00:00:00 2001 From: zmj <1493694146@qq.com> Date: Sun, 23 Jun 2024 20:16:21 +0800 Subject: [PATCH] add --- config/app.js | 4 ++-- pages/index/index.vue | 26 ++++++++++++++------------ pages/login/login.vue | 2 +- 3 files changed, 17 insertions(+), 15 deletions(-) diff --git a/config/app.js b/config/app.js index 85facca..ab2ac5f 100644 --- a/config/app.js +++ b/config/app.js @@ -1,8 +1,8 @@ let BASE_URL import store from "@/store/user.js" // 环境 -// let env = "dev" -let env = "prod" +let env = "dev" +// let env = "prod" // let env = "liu"; switch (env) { diff --git a/pages/index/index.vue b/pages/index/index.vue index 5e8b659..29013c2 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -155,18 +155,18 @@ 起批量: {{ item.batch }}{{ item.unit_name }}起卖 - + - ¥{{ item.price }}/{{ item.unit_name }} - - + --> + ¥{{ item.price }}/{{ item.unit_name }} @@ -370,8 +370,8 @@ name: '', order: '', store_name: '', - // store_id: 23 - store_id: 4 + store_id: 23 + // store_id: 4 }) const loading = ref(true); @@ -387,8 +387,8 @@ if (class_all) class_id = ""; //只能带其中一个 if (loadmore) where.value.page_no++; else where.value.page_no = 1; - // where.value.store_id = 23 - where.value.store_id = 4 + where.value.store_id = 23 + // where.value.store_id = 4 goodListApi({ ...where.value, class_all: class_all, @@ -423,7 +423,9 @@ page_no: page_no, page_size: 30, level: three, - store_id: STORE_INFO.id // 店铺id,用于获取店铺分类列表,如果为空则获取全部分类列表,否则获取店铺分类列表。 + // store_id: STORE_INFO.id // 店铺id,用于获取店铺分类列表,如果为空则获取全部分类列表,否则获取店铺分类列表。 + store_id: 23 // 店铺id,用于获取店铺分类列表,如果为空则获取全部分类列表,否则获取店铺分类列表。 + // store_id: 4 // 店铺id,用于获取店铺分类列表,如果为空则获取全部分类列表,否则获取店铺分类列表。 }).then(res => { if (pid == 0) { // 加载一级分类时设置全部分类 if (!res.data?.lists?.length) return; @@ -612,8 +614,8 @@ if (opt.id) { where.value.store_id = opt.id; const info = await shopDetailApi({ - store_id: 4 - // store_id: 23 + // store_id: 4 + store_id: 23 }); // 分享参数至当前用户参数 if (opt.spread_uid) { diff --git a/pages/login/login.vue b/pages/login/login.vue index 225fb47..d497af0 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -18,7 +18,7 @@ 账号登录 + name="account-fill" color="#fff" size="28">手机号快捷登录