Commit 6a2e05ac authored by yaya's avatar yaya

feat:钱币设置bugfix

parent 65ea8fe7
...@@ -611,6 +611,7 @@ export default { ...@@ -611,6 +611,7 @@ export default {
setTopImage(params).then(response => { setTopImage(params).then(response => {
this.$message.success('设置成功') this.$message.success('设置成功')
this.imageMainPosition = index this.imageMainPosition = index
this.goodsParams.topImage = imageUrl
}).catch(response => { }).catch(response => {
this.$notify.error({ this.$notify.error({
title: '失败', title: '失败',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment