jufubao-base 1.0.144 → 1.0.145-beta1

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-base",
3
- "version": "1.0.144",
3
+ "version": "1.0.145-beta1",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -323,6 +323,8 @@ export default {
323
323
  let params = this.getParams(address);
324
324
  console.log(params, "321321321");
325
325
  params["tag"] = 0;
326
+ //区分新老版本组件生成的地址,帮助后端做新老地址兼容,默认为true
327
+ params['is_new'] = true;
326
328
  // params["latitude"] = address.latitude ? address.latitude + "" : "";
327
329
  // params["longitude"] = address.longitude ? address.longitude + "" : "";
328
330
  this.$xdShowLoading({});