From 028adafa108f8b443e67f23dce2c891c5cadfacb Mon Sep 17 00:00:00 2001 From: youda Date: Fri, 25 Apr 2025 15:53:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/admin/view/User/user_box.html | 4 ++-- app/api/controller/Config.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/admin/view/User/user_box.html b/app/admin/view/User/user_box.html index fc98484..6193504 100755 --- a/app/admin/view/User/user_box.html +++ b/app/admin/view/User/user_box.html @@ -12,7 +12,7 @@ @@ -121,7 +121,7 @@ var statusText = ''; switch (parseInt(d.status)) { case 0: statusText = '盒柜中'; break; - case 1: statusText = '已回收'; break; + case 1: statusText = '兑换达达卷'; break; case 2: statusText = '选择发货'; break; default: statusText = '未知'; } diff --git a/app/api/controller/Config.php b/app/api/controller/Config.php index ba26285..212704d 100755 --- a/app/api/controller/Config.php +++ b/app/api/controller/Config.php @@ -26,7 +26,7 @@ class Config extends Base return $this->renderSuccess('获取成功', [ 'good_type' => $goodsTypeList, 'app_setting' => $app_setting, - 'version' => '107' + 'version' => '108' ]); }