Explorar el Código

[edit][错误码]

zhangwei hace 2 años
padre
commit
fad7e9ca04
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/view/iframe/buy-nft/group/tip.vue

+ 2 - 1
src/view/iframe/buy-nft/group/tip.vue

@@ -74,7 +74,8 @@ const clickJoin = () => {
         } else {
             let msg = ''
             switch (String(res.code)) {
-                case '':
+                case '5201':
+                    msg = 'need to buy NFT to join the discussion group'
                     break
                 default:
                     msg = res.msg