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'
]);
}