apply-clients 3.5.4-71 → 3.5.4-72

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": "apply-clients",
3
- "version": "3.5.4-71",
3
+ "version": "3.5.4-72",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -220,7 +220,7 @@ export default {
220
220
  }
221
221
  this.button_state = true
222
222
  try {
223
- if (this.payType.indexOf('现金') != -1) {
223
+ if (this.payType.indexOf('现金') != -1 || this.payType.indexOf('扫码支付') != -1) {
224
224
  await this.saveUserFile('save')
225
225
  } else {
226
226
  await this.openQrCode()