Browse Source

no message

linwenxin 1 năm trước cách đây
mục cha
commit
23e2fdb31a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/pages/message/index.vue

+ 1 - 1
src/pages/message/index.vue

@@ -88,7 +88,7 @@
       },
       goMsgView(item) {
         this.$navToPage({
-          url: '/pages/message/msgView?goodsId=' + item.goodsId || '' + "&groupId=" + item.groupId || ''
+          url: '/pages/message/msgView?goodsId=' + (item.goodsId || '') + "&groupId=" + (item.groupId || '')
         })
       },
       goFpzn(item) {