diff --git a/src/layout/components/Sidebar/index.vue b/src/layout/components/Sidebar/index.vue index 8f706f8..456c840 100644 --- a/src/layout/components/Sidebar/index.vue +++ b/src/layout/components/Sidebar/index.vue @@ -12,19 +12,20 @@ :collapse-transition="true" mode="vertical" > - + diff --git a/src/views/marketing/lottery/config/index.vue b/src/views/marketing/lottery/config/index.vue index cb3534c..dfa8d12 100644 --- a/src/views/marketing/lottery/config/index.vue +++ b/src/views/marketing/lottery/config/index.vue @@ -326,12 +326,13 @@ - - - + + + - + 提交 @@ -510,7 +511,7 @@ export default { case 'pi4': _this.teaPlants.hotImage = img[0].sattDir; break; - case 'pi6': + case 'pi6': _this.specsData.image = img[0].sattDir; break; case 'pi5': diff --git a/src/views/marketing/raffle/config/index.vue b/src/views/marketing/raffle/config/index.vue index 1169532..7b997cf 100644 --- a/src/views/marketing/raffle/config/index.vue +++ b/src/views/marketing/raffle/config/index.vue @@ -7,10 +7,21 @@
- + - + + + + + + + + + + + + - +
- - @@ -83,6 +92,12 @@ align="center" label="数量"> + + +
+ + + + + + + + + + + + + + + +
提交修改
+ + + + + @@ -130,6 +167,9 @@ + + + 提交 @@ -243,7 +283,7 @@ export default { this.gameFrom.cid = this.specsData.cid this.gameFrom.id = this.specsData.id //todo - this.gameFrom.image = "茶株游戏不需要图片" + this.gameFrom.image = "抽奖游戏不需要图片" this.gameFrom.name = this.specsData.name gamesUpdateApi(this.gameFrom).then(() => { this.$message.success('操作成功'); @@ -270,6 +310,9 @@ export default { case 'pi5': _this.teaPlants.productImage = img[0].sattDir; break; + case 'pi6': + _this.specsData.image = img[0].sattDir; + break; } } }, tit, 'content'); @@ -293,14 +336,8 @@ export default { diff --git a/src/views/marketing/raffle/index.vue b/src/views/marketing/raffle/index.vue deleted file mode 100644 index d2c9c01..0000000 --- a/src/views/marketing/raffle/index.vue +++ /dev/null @@ -1,15 +0,0 @@ - - - - - diff --git a/src/views/systemSetting/setting/index.vue b/src/views/systemSetting/setting/index.vue index 793ee00..6db8a8b 100644 --- a/src/views/systemSetting/setting/index.vue +++ b/src/views/systemSetting/setting/index.vue @@ -1,17 +1,19 @@ -