From 26731b7b1678e321abc2c0a7922e60f387526db8 Mon Sep 17 00:00:00 2001 From: xuwenbo <717567226@qq.com> Date: Sat, 5 Sep 2020 21:57:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=93=81=E5=AE=A1=E6=A0=B8=E9=80=9A?= =?UTF-8?q?=E8=BF=87=E7=9A=84=E5=88=A4=E6=96=AD=E6=98=BE=E7=A4=BAbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wechat/goods/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/wechat/goods/index.vue b/src/views/wechat/goods/index.vue index 823e906..70f42cb 100644 --- a/src/views/wechat/goods/index.vue +++ b/src/views/wechat/goods/index.vue @@ -205,7 +205,7 @@ export default { this.form.price = val.price this.form.price2 = val.otPrice this.form.priceType = '3' - this.isdisabled=true; + this.isdisabled=false; }, deep:true//对象内部的属性监听,也叫深度监听 },