sale-client 3.6.405 → 3.6.407

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "3.6.405",
3
+ "version": "3.6.407",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -435,7 +435,8 @@ let asyncCardMeterCenter = async function (self) {
435
435
  if (getLimit.data.f_limit_value || getLimit.data.f_limit_amount) {
436
436
  if (getLimit.data.f_limit_value < 0 || getLimit.data.f_limit_amount < 0) {
437
437
  self.$showAlert(`${getLimit.data.msg}`, 'warning', 3000)
438
- self.$dispatch('refresh')
438
+ self.maxgas = 0
439
+ self.limitgas = true
439
440
  } else {
440
441
  if (getLimit.data.f_limit_value) {
441
442
  self.maxgas = (getLimit.data.f_limit_value - 0)