system-phone 3.0.49-28 → 3.0.49-29

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": "system-phone",
3
- "version": "3.0.49-28",
3
+ "version": "3.0.49-29",
4
4
  "description": "手机模块 前端组件",
5
5
  "author": "何宁社 <524395609@qq.com>",
6
6
  "license": "ISC",
@@ -336,6 +336,13 @@ export default {
336
336
  this.modifyPassword = true
337
337
  return
338
338
  }
339
+ this.$androidUtil.setPreference('current_create_current_address', JSON.stringify({
340
+ f_address: '',
341
+ f_area: '',
342
+ f_slice_area: '',
343
+ f_street: '',
344
+ f_residential_area: ''
345
+ }).replaceAll('"', '\''))
339
346
  this.$goto('nav-bottom')
340
347
  } catch (e) {
341
348
  if (Vue.android) {