@jx3box/jx3box-common-ui 7.9.7 → 7.9.9

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jx3box/jx3box-common-ui",
3
- "version": "7.9.7",
3
+ "version": "7.9.9",
4
4
  "description": "JX3BOX UI",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -51,7 +51,7 @@ export default {
51
51
  beforeClose: (action, instance, done) => {
52
52
  if (action === "confirm") {
53
53
  const data = {
54
- id: this.sourceId,
54
+ source_id: this.sourceId,
55
55
  source_type: this.sourceType,
56
56
  user_id: this.userId,
57
57
  content: "运营通知:" + instance.inputValue,
@@ -139,7 +139,7 @@ const activeNav = {
139
139
  fb: ['fb','baizhan','team', 'jdt', 'rank'],
140
140
  cj: ['cj', 'item', 'knowledge', 'quest'],
141
141
  pvx: ['face', 'adventure', 'pvg'],
142
- bbs: ['bbs','topic','event'],
142
+ bbs: ['bbs','topic','event', 'emotion', 'joke', 'namespace', 'collection'],
143
143
  pvp: ['pvp']
144
144
  }
145
145