@titaui/pc 1.10.83-beta.6 → 1.10.83-beta.7
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.
|
@@ -126,10 +126,8 @@ var WeChatBtn = function WeChatBtn(props) {
|
|
|
126
126
|
if (chatId !== null && chatId !== 'chatId') {
|
|
127
127
|
wx.invoke('updateEnterpriseChat', {
|
|
128
128
|
chatId: chatId,
|
|
129
|
-
userIdsToAdd: "".concat(loginUserOpenId
|
|
129
|
+
userIdsToAdd: "".concat(loginUserOpenId)
|
|
130
130
|
}, function (res) {
|
|
131
|
-
console.log("1.\u4EBA\u5728\u7FA4\uFF0C\u8C03\u7528\u52A0\u4EBA\u63A5\u53E3\u8FD4\u56DE\u4FE1\u606F\uFF1B2.\u4EBA\u4E0D\u5728\u7FA4\uFF0C\u8C03\u7528\u52A0\u4EBA\u63A5\u53E3\u8FD4\u56DE\u4FE1\u606F\uFF1B 3.\u7FA4\u89E3\u6563\u4E86\uFF0C\u8C03\u7528\u52A0\u4EBA\u63A5\u53E3\u8FD4\u56DE\u4FE1\u606F 4.mac\u8C03\u7528\u52A0\u4EBA\u63A5\u53E3\u8FD4\u56DE\u4FE1\u606F ".concat(res.err_msg));
|
|
132
|
-
|
|
133
131
|
if (res.err_msg === 'updateEnterpriseChat:ok') {
|
|
134
132
|
wx.invoke('openExistedChatWithMsg', {
|
|
135
133
|
chatId: chatId
|
|
@@ -314,7 +312,7 @@ var WeChatBtn = function WeChatBtn(props) {
|
|
|
314
312
|
type: "title"
|
|
315
313
|
}, "\u8BF7\u6CE8\u610F"), /*#__PURE__*/_react["default"].createElement("span", {
|
|
316
314
|
type: "content"
|
|
317
|
-
}, "\u4F60\
|
|
315
|
+
}, "\u4F60\u4E0D\u5728\u7FA4\u91CC\u6216\u8BE5\u7FA4\u5DF2\u89E3\u6563\u3002\u53EF\u4EE5\u8054\u7CFB".concat(apply, "\u6210\u5458\u62C9\u4F60\u5165\u7FA4\u3002\u4F60\u4E5F\u53EF\u4EE5\u91CD\u65B0\u5EFA\u7FA4\u3002")), /*#__PURE__*/_react["default"].createElement(_dialogConfirm.CancelButton, {
|
|
318
316
|
type: "button",
|
|
319
317
|
onClick: closeprincipalUserModal
|
|
320
318
|
}, "\u53D6\u6D88"), /*#__PURE__*/_react["default"].createElement(_dialogConfirm.SureButton, {
|
|
@@ -328,7 +326,7 @@ var WeChatBtn = function WeChatBtn(props) {
|
|
|
328
326
|
type: "title"
|
|
329
327
|
}, "\u8BF7\u6CE8\u610F"), /*#__PURE__*/_react["default"].createElement("span", {
|
|
330
328
|
type: "content"
|
|
331
|
-
}, "\u4F60\
|
|
329
|
+
}, "\u4F60\u4E0D\u5728\u7FA4\u91CC\u6216\u8BE5\u7FA4\u5DF2\u89E3\u6563\u3002\u53EF\u4EE5\u8054\u7CFB".concat(apply, "\u6210\u5458\u62C9\u4F60\u5165\u7FA4\u3002")), /*#__PURE__*/_react["default"].createElement(_dialogConfirm.SureButton, {
|
|
332
330
|
type: "button",
|
|
333
331
|
onClick: handleMemberVisible
|
|
334
332
|
}, "\u6211\u77E5\u9053\u4E86")));
|