From b85e774f58609cb9e975731e355bdfa5ab679236 Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期五, 19 一月 2024 17:34:38 +0800 Subject: [PATCH] feat:小程序验质页面提交新功能(拆分净重、扣罚种类改为多选、品名规格支持手动输入) --- utils/status.config.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/utils/status.config.js b/utils/status.config.js index 4c5f903..820027e 100644 --- a/utils/status.config.js +++ b/utils/status.config.js @@ -5,4 +5,5 @@ export const UserTabbar = 'userTabbar'; export const FailRedirect = '/pages/login/login'; export const SuccessRedirect = '/pages/tabbar-page/index-tabbar/index-tabbar'; -export const customerIdKey = 'customerId'; \ No newline at end of file +export const customerIdKey = 'customerId'; +export const nameKey = 'name'; \ No newline at end of file -- Gitblit v1.9.1