Browse Source

调仓提示

蒋科 3 months ago
parent
commit
770b8a2f3d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/power-changer/index.vue

+ 1 - 1
pages/power-changer/index.vue

@@ -704,7 +704,7 @@
 												that.clearStore()
 											}
 											that.ExchangeMessage(res.code === 0 ? 'success' : 'error', res
-												.code === 0 ? '调仓指令下发成功!' : '调仓指令下发失败!')
+												.code === 0 ? '调仓指令下发成功!' : res.msg)
 										}).catch(err => {
 											console.error(err)
 										})