apply-clients 3.3.89 → 3.3.90

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.3.89",
3
+ "version": "3.3.90",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -552,10 +552,11 @@ export default {
552
552
  this.refurbish()
553
553
  },
554
554
  async addressTips () {
555
+ let res = ''
555
556
  if (this.show_data.f_apply_type === '报警器报建') {
556
- let res = await this.$showMessage('报警器报建下单后将不能修改用户信息,请确认用户信息地址等是否正确,如不完善可在档案中进行修正!!!')
557
+ res = await this.$showMessage('报警器报建下单后将不能修改用户信息,请确认用户信息地址等是否正确,如不完善可在档案中进行修正!!!')
557
558
  }else{
558
- let res = await this.$showMessage('增容改管下单后将不能修改用户信息,请确认用户信息地址等是否正确,如不完善可在档案中进行修正!!!')
559
+ res = await this.$showMessage('增容改管下单后将不能修改用户信息,请确认用户信息地址等是否正确,如不完善可在档案中进行修正!!!')
559
560
  }
560
561
  if (res == 'confirm') {
561
562
  return
@@ -656,10 +656,11 @@ export default {
656
656
  },
657
657
  async addressTips () {
658
658
  // console.log('======================='+this.show_data.f_apply_type)
659
+ let res = ''
659
660
  if (this.show_data.f_apply_type === '报警器报建') {
660
- let res = await this.$showMessage('报警器报建下单后将不能修改用户信息,请确认用户信息地址等是否正确,如不完善可在档案中进行修正!!!')
661
+ res = await this.$showMessage('报警器报建下单后将不能修改用户信息,请确认用户信息地址等是否正确,如不完善可在档案中进行修正!!!')
661
662
  }else{
662
- let res = await this.$showMessage('增容改管下单后将不能修改用户信息,请确认用户信息地址等是否正确,如不完善可在档案中进行修正!!!')
663
+ res = await this.$showMessage('增容改管下单后将不能修改用户信息,请确认用户信息地址等是否正确,如不完善可在档案中进行修正!!!')
663
664
  }
664
665
  if (res == 'confirm') {
665
666
  return