...
|
...
|
@@ -126,7 +126,7 @@ export default { |
|
|
title: '确认',
|
|
|
content: `当前店铺"${row.brandName}"小程序版本:${result.now_version} 确认发布?`,
|
|
|
onOk: async() => {
|
|
|
const resultRelease = await this.$store.dispatch('eshop/fetchWxGetVersion', row);
|
|
|
const resultRelease = await this.$store.dispatch('eshop/fetchWxRelease', row);
|
|
|
|
|
|
if (resultRelease && resultRelease.errcode === 0) {
|
|
|
this.$Message.success('发布成功');
|
...
|
...
|
|