From 8983b84078839e7ef886332767d63341ceb50220 Mon Sep 17 00:00:00 2001 From: linyaostalker <602604991@qq.com> Date: Sat, 23 Nov 2019 14:29:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E5=95=86=E5=93=81=E6=A8=A1=E5=9D=97?= =?UTF-8?q?=E8=A1=A8=E5=8D=95=E5=9B=BE=E7=89=87id=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E9=9A=90=E8=97=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vendor/antgoods/goods/src/views/goods/_form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/antgoods/goods/src/views/goods/_form.php b/vendor/antgoods/goods/src/views/goods/_form.php index 4a30336..cba100e 100644 --- a/vendor/antgoods/goods/src/views/goods/_form.php +++ b/vendor/antgoods/goods/src/views/goods/_form.php @@ -68,7 +68,7 @@ use antgoods\goods\models\ars\Supplier; field($model, 'express_template')->textInput() ?> - field($model, 'imageId')->textInput()->label('') ?> + field($model, 'imageId')->hiddenInput()->label('') ?> field($model, 'imagePath')->widget(\iron\widgets\Upload::className(), [ 'url' => 'upload', 'deleteUrl' => 'imageDel',