sale-client 3.5.299 → 3.6.1

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.
@@ -1,5 +1,5 @@
1
1
  var path = require('path')
2
- const [localUrl, serverRul] = ['http://121.36.60.63:8800/', 'http://121.36.60.63:8800/']
2
+ const [localUrl, serverRul] = ['http://61.240.138.248:8400/#', 'http://61.240.138.248:8400/#']
3
3
  var merge = require('webpack-merge')
4
4
  var baseConfig = require('./webpack.dev.conf')
5
5
  var devConfig = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "3.5.299",
3
+ "version": "3.6.1",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -340,10 +340,10 @@
340
340
  }
341
341
  },
342
342
  props: ['row'],
343
- ready () {
343
+ async ready () {
344
344
  this.showGas = (this.row.f_collection_type === '按气量')
345
- this.calRemanentMoney()
346
- asyncIOTMeterCenter(this)
345
+ await asyncIOTMeterCenter(this)
346
+ await this.calRemanentMoney()
347
347
  },
348
348
  watch: {
349
349
  'model.f_payment.length' (val) {