jufubao-base 1.0.63-beta218 → 1.0.63-beta219

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.63-beta218",
3
+ "version": "1.0.63-beta219",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -842,6 +842,11 @@ export default {
842
842
  this.getOrderDetail();
843
843
  }
844
844
  },
845
+ is_hot(n, o) {
846
+ if (this.isPreview) {
847
+ this.getOrderDetail();
848
+ }
849
+ },
845
850
  },
846
851
  computed: {
847
852
  ...mapState(['siteInfo']),
@@ -959,7 +964,7 @@ export default {
959
964
  label: "客服电话",
960
965
  style: "normal",
961
966
  type: "text",
962
- value: this.siteInfo.mapping.customer_phone,
967
+ value: this.isPreview ? '010-66666' :this.siteInfo.mapping.customer_phone,
963
968
  });
964
969
  }
965
970
  return item;