jufubao-mall 1.0.75 → 1.0.76

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": "jufubao-mall",
3
- "version": "1.0.75",
3
+ "version": "1.0.76",
4
4
  "private": false,
5
5
  "description": "聚福宝商城业务组件插件包",
6
6
  "main": "index.js",
@@ -169,7 +169,7 @@
169
169
  this.handleOpenLocation({
170
170
  latitude: item.latitude,
171
171
  longitude: item.longitude,
172
- name: '我的位置',
172
+ name: item.resource_shop_name || this.getAddress(item),
173
173
  address: this.getAddress(item)
174
174
  })
175
175
  }