From 4889c30d405ad708ae9f48a8bf4e8e7d74afbae5 Mon Sep 17 00:00:00 2001 From: Yagami <976204163@qq.com> Date: Fri, 13 Dec 2019 14:38:42 +0800 Subject: [PATCH] * Finish task #6678. --- module/product/model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/product/model.php b/module/product/model.php index 0a72a4b576..ef8cda66ba 100644 --- a/module/product/model.php +++ b/module/product/model.php @@ -39,7 +39,7 @@ class productModel extends model if($currentModule == 'story') { if($currentMethod != 'create' and $currentMethod != 'batchcreate') $currentModule = 'product'; - if($currentMethod == 'view') $currentMethod = 'browse'; + if($currentMethod == 'view' || $currentMethod == 'change' || $currentMethod == 'review') $currentMethod = 'browse'; } if($currentMethod == 'report') $currentMethod = 'browse';