@titaui/pc 1.16.47 → 1.16.48

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.
@@ -270,7 +270,7 @@ var DingdingBtn = function DingdingBtn(props) {
270
270
 
271
271
 
272
272
  (0, _react.useEffect)(function () {
273
- if (isDingDing) {
273
+ if (!isDingDing) {
274
274
  console.log('不是钉钉');
275
275
  return;
276
276
  } else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@titaui/pc",
3
- "version": "1.16.47",
3
+ "version": "1.16.48",
4
4
  "nameCN": "",
5
5
  "description": "",
6
6
  "main": "lib/index.js",