Showing
1 changed file
with
1 additions
and
1 deletions
@@ -126,7 +126,7 @@ export default { | @@ -126,7 +126,7 @@ export default { | ||
126 | title: '确认', | 126 | title: '确认', |
127 | content: `当前店铺"${row.brandName}"小程序版本:${result.now_version} 确认发布?`, | 127 | content: `当前店铺"${row.brandName}"小程序版本:${result.now_version} 确认发布?`, |
128 | onOk: async() => { | 128 | onOk: async() => { |
129 | - const resultRelease = await this.$store.dispatch('eshop/fetchWxGetVersion', row); | 129 | + const resultRelease = await this.$store.dispatch('eshop/fetchWxRelease', row); |
130 | 130 | ||
131 | if (resultRelease && resultRelease.errcode === 0) { | 131 | if (resultRelease && resultRelease.errcode === 0) { |
132 | this.$Message.success('发布成功'); | 132 | this.$Message.success('发布成功'); |
-
Please register or login to post a comment