From ca08cfa52aca3972376c7c9233f1e04cb5025dc4 Mon Sep 17 00:00:00 2001 From: YuanHuakk <1751826683@qq.com> Date: Wed, 18 Oct 2023 21:37:30 +0800 Subject: [PATCH] =?UTF-8?q?feat(custom):=20=E5=A2=9E=E5=8A=A0=E6=B4=BB?= =?UTF-8?q?=E5=8A=A8=E5=95=86=E5=93=81=E8=B1=86=E5=AD=90=E8=BF=87=E6=9C=9F?= =?UTF-8?q?=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- src/views/commodity/hot_list/index.vue | 21 +++++++++++++++++---- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/.env.development b/.env.development index 84d18c9..47e9719 100644 --- a/.env.development +++ b/.env.development @@ -8,7 +8,7 @@ VITE_USE_MOCK = false VITE_USE_PROXY = true # base api -VITE_BASE_API = 'https://www.wanzhuanyongcheng.cn/admin' +VITE_BASE_API = 'https://test.wanzhuanyongcheng.cn/admin' VITE_WS1_URL = 'game.wanzhuanyongcheng.cn/dice/home' diff --git a/src/views/commodity/hot_list/index.vue b/src/views/commodity/hot_list/index.vue index 7c62fbe..b32b927 100644 --- a/src/views/commodity/hot_list/index.vue +++ b/src/views/commodity/hot_list/index.vue @@ -37,7 +37,7 @@ > - + - + - + - + + + +
确定 @@ -186,6 +193,12 @@ const rules = { message: '请输入分佣比例', trigger: 'blur', }, + expiration: { + required: true, + type: 'number', + message: '请输入豆子过期时间', + trigger: 'blur', + }, } const nowRow = ref({})