@titaui/pc 1.15.1 → 1.15.2

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.
@@ -57,7 +57,6 @@
57
57
  background: rgba(246, 189, 22, 0.16);
58
58
  border-radius: 0px 14px 14px 0px;
59
59
  font-size: 12px;
60
- font-family: OPPOSans-R, OPPOSans;
61
60
  font-weight: normal;
62
61
  color: #BD7500;
63
62
  line-height: 18px;
@@ -38,7 +38,7 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
38
38
 
39
39
  function openUrl(url) {
40
40
  if (typeof url !== 'string') return;
41
- var newTab = window.open();
41
+ var newTab = window.open(url);
42
42
  if (!newTab) return;
43
43
  newTab.opener = null;
44
44
  newTab.location = url;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@titaui/pc",
3
- "version": "1.15.1",
3
+ "version": "1.15.2",
4
4
  "nameCN": "",
5
5
  "description": "",
6
6
  "main": "lib/index.js",