@titaui/pc 1.10.82-beta.3 → 1.10.82-beta.4

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.
@@ -123,11 +123,11 @@ var WeChatBtn = function WeChatBtn(props) {
123
123
  var handleCreateGroupChat = function handleCreateGroupChat() {
124
124
  wx.invoke('createChatWithMsg', {
125
125
  selectedOpenUserIds: weChatGroupMember,
126
- chatName: name,
126
+ chatName: "\u300C".concat(apply, "\u7FA4\u300D").concat(name),
127
127
  msg: {
128
128
  msgtype: 'link',
129
129
  link: {
130
- title: "\u300C".concat(apply, "\u7FA4\u300D").concat(name),
130
+ title: name,
131
131
  desc: '',
132
132
  url: url,
133
133
  imgUrl: 'https://club.tita.com/wp-content/uploads/2022/03/1648725106-20220331191146996.png'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@titaui/pc",
3
- "version": "1.10.82-beta.3",
3
+ "version": "1.10.82-beta.4",
4
4
  "nameCN": "",
5
5
  "description": "",
6
6
  "main": "lib/index.js",