safecheck-client 3.0.39-33 → 3.0.39-35

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,7 +1,7 @@
1
1
  {
2
2
  "name": "safecheck-client",
3
3
  "//": "主分支版本别乱升,测试包的版本直接发包(建议使用1.XX.XX-XXX格式作为测试包,不要频繁升级第三位版本号),别提交版本号。切了分支切记把主分支版本升了,保证主分支始终是最高版本!!!!!",
4
- "version": "3.0.39-33",
4
+ "version": "3.0.39-35",
5
5
  "description": "安检模块 前端组件",
6
6
  "author": "丁新 <417755458@qq.com>",
7
7
  "license": "ISC",
@@ -14,7 +14,7 @@
14
14
  <input type="text" class="form-control rightipt" v-model="userinfo.baseinfo.base.f_userinfo_code" readonly/>
15
15
  </div>
16
16
  <div class="row auto" style="margin: 5px 0">
17
- <label class="righttxt">用户名称:</label><input type="text" class="form-control rightipt" v-model="userinfo.baseinfo.base.f_user_name" readonly />
17
+ <label class="righttxt">用户名称:</label><input type="text" class="form-control rightipt" v-model="userinfo.baseinfo.base.f_user_name" />
18
18
  </div>
19
19
  <div class="row auto" style="margin: 5px 0">
20
20
  <label class="righttxt">用户状态:</label><input type="text" class="form-control rightipt" readonly v-model="userinfo.baseinfo.base.f_user_state" />
@@ -472,8 +472,8 @@ export default {
472
472
  const location = HostApp.getDetailAddress()
473
473
  const longitude = HostApp.getPreference('longitude')
474
474
  const latitude = HostApp.getPreference('latitude')
475
- this.$set('this.userinfo.addressinfo.f_lng', longitude.data)
476
- this.$set('this.userinfo.addressinfo.f_lat', latitude.data)
475
+ this.userinfo.addressinfo.f_lng=longitude.data
476
+ this.userinfo.addressinfo.f_lat=latitude.data
477
477
  this.userinfo.addressinfo.f_address=location.data
478
478
  const parsed = this.parseAddress(location.data);
479
479
  console.log('行政区划部分:', parsed.administrativeDivision);