@fonixtree/magic-design 1.0.17 → 1.0.18
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.
|
Binary file
|
|
@@ -380,7 +380,7 @@ function (_super) {
|
|
|
380
380
|
}), /*#__PURE__*/_react["default"].createElement("div", {
|
|
381
381
|
onClick: this.clickCollect
|
|
382
382
|
}, /*#__PURE__*/_react["default"].createElement(_common.Iconfont, {
|
|
383
|
-
color: isFollow ? '#
|
|
383
|
+
color: isFollow ? '#fe1559' : '#333333',
|
|
384
384
|
size: (0, _commonUtil.convertToRem)(24),
|
|
385
385
|
type: isFollow ? 'icon-HeartStraight_fill' : 'icon-HeartStraight'
|
|
386
386
|
}))), /*#__PURE__*/_react["default"].createElement("div", {
|
|
@@ -392,7 +392,7 @@ function (_super) {
|
|
|
392
392
|
src: _star["default"]
|
|
393
393
|
})), /*#__PURE__*/_react["default"].createElement("div", {
|
|
394
394
|
className: "number"
|
|
395
|
-
}, /*#__PURE__*/_react["default"].createElement("span", null, (storeInfo === null || storeInfo === void 0 ? void 0 : storeInfo.userCollectionNum) ||
|
|
395
|
+
}, /*#__PURE__*/_react["default"].createElement("span", null, (storeInfo === null || storeInfo === void 0 ? void 0 : storeInfo.userCollectionNum) || 0, " "), " ", (0, _locale.i18n)('FOLLOWERS')), (storeInfo === null || storeInfo === void 0 ? void 0 : storeInfo.hasCustomerService) === 'Y' && /*#__PURE__*/_react["default"].createElement("div", {
|
|
396
396
|
className: "chat-btn",
|
|
397
397
|
onClick: this.toChat
|
|
398
398
|
}, (0, _locale.i18n)('CHAT'))));
|
|
Binary file
|
|
@@ -380,7 +380,7 @@ function (_super) {
|
|
|
380
380
|
}), /*#__PURE__*/_react["default"].createElement("div", {
|
|
381
381
|
onClick: this.clickCollect
|
|
382
382
|
}, /*#__PURE__*/_react["default"].createElement(_common.Iconfont, {
|
|
383
|
-
color: isFollow ? '#
|
|
383
|
+
color: isFollow ? '#fe1559' : '#333333',
|
|
384
384
|
size: (0, _commonUtil.convertToRem)(24),
|
|
385
385
|
type: isFollow ? 'icon-HeartStraight_fill' : 'icon-HeartStraight'
|
|
386
386
|
}))), /*#__PURE__*/_react["default"].createElement("div", {
|
|
@@ -392,7 +392,7 @@ function (_super) {
|
|
|
392
392
|
src: _star["default"]
|
|
393
393
|
})), /*#__PURE__*/_react["default"].createElement("div", {
|
|
394
394
|
className: "number"
|
|
395
|
-
}, /*#__PURE__*/_react["default"].createElement("span", null, (storeInfo === null || storeInfo === void 0 ? void 0 : storeInfo.userCollectionNum) ||
|
|
395
|
+
}, /*#__PURE__*/_react["default"].createElement("span", null, (storeInfo === null || storeInfo === void 0 ? void 0 : storeInfo.userCollectionNum) || 0, " "), " ", (0, _locale.i18n)('FOLLOWERS')), (storeInfo === null || storeInfo === void 0 ? void 0 : storeInfo.hasCustomerService) === 'Y' && /*#__PURE__*/_react["default"].createElement("div", {
|
|
396
396
|
className: "chat-btn",
|
|
397
397
|
onClick: this.toChat
|
|
398
398
|
}, (0, _locale.i18n)('CHAT'))));
|