sale-client 3.4.148 → 3.4.149

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.4.148",
3
+ "version": "3.4.149",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -126,7 +126,7 @@ export default {
126
126
  }
127
127
  }
128
128
  })
129
- }, this.searchTime * 2)
129
+ }, this.searchTime * 1000)
130
130
  } catch (error) {
131
131
  console.log('捕获到异常', error)
132
132
  // this.$showAlert(error.data, 'danger', 2000)