From e271bab22527827d6c0b745f6e761d9c4ea9ce8a Mon Sep 17 00:00:00 2001 From: xuwenbo <717567226@qq.com> Date: Wed, 12 Aug 2020 16:50:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/good/index.vue | 4 + src/views/components/livegoods/index.vue | 186 +++++++++++++++++++++++ src/views/wechat/goods/index.vue | 134 +++++++++------- src/views/wechat/live/index.vue | 101 +++++++----- 4 files changed, 334 insertions(+), 91 deletions(-) create mode 100644 src/views/components/livegoods/index.vue diff --git a/src/views/components/good/index.vue b/src/views/components/good/index.vue index 2c784d7..89a126e 100644 --- a/src/views/components/good/index.vue +++ b/src/views/components/good/index.vue @@ -116,12 +116,16 @@ export default { that.$set(that.value,"productId", null) that.$set(that.value,"storeName", null) that.$set(that.value,"image", null) + this.$set(this.value,"otPrice", null) + this.$set(this.value,"price", null) }) }, doSelect(data) { this.$set(this.value,"productId", data.id) this.$set(this.value,"storeName", data.storeName) this.$set(this.value,"image", data.image) + this.$set(this.value,"otPrice", data.otPrice) + this.$set(this.value,"price", data.price) this.dialog = false }, toSelete() { diff --git a/src/views/components/livegoods/index.vue b/src/views/components/livegoods/index.vue new file mode 100644 index 0000000..298b1b3 --- /dev/null +++ b/src/views/components/livegoods/index.vue @@ -0,0 +1,186 @@ + + + + + diff --git a/src/views/wechat/goods/index.vue b/src/views/wechat/goods/index.vue index a7c85a9..a1f16b1 100644 --- a/src/views/wechat/goods/index.vue +++ b/src/views/wechat/goods/index.vue @@ -26,52 +26,52 @@ - - - + + + - - + + - - - + + - + 一口价 价格区间 显示折扣价 +

商品审核通过已入库,只能修改价格

+
+ + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + +