@jx3box/jx3box-common-ui 8.7.4 → 8.7.6

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": "8.7.4",
3
+ "version": "8.7.6",
4
4
  "description": "JX3BOX UI",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -280,7 +280,7 @@ export default {
280
280
  promises.push(
281
281
  updateTopicItem(id, {
282
282
  ...this.post,
283
- user_id: this.form.user_id,
283
+ user_id: Number(this.form.user_id),
284
284
  title: this.form.title,
285
285
  category: this.form.category,
286
286
  banner_img: this.post_banner,
@@ -12,7 +12,7 @@
12
12
  <span>下一篇</span>
13
13
  <i class="el-icon-arrow-right"></i>
14
14
  </a>
15
- <a :href="getPostLink(post.prev_post)" class="u-post-title">{{ getPostTitle(post.next_post) }}</a>
15
+ <a :href="getPostLink(post.next_post)" class="u-post-title">{{ getPostTitle(post.next_post) }}</a>
16
16
  </div>
17
17
  </div>
18
18
  </template>