Просмотр исходного кода

feature_20260427_经销商用户多身份切换

zhujindu 2 дней назад
Родитель
Сommit
2e98f23ffe
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/views/week/changeChain.vue

+ 1 - 1
src/views/week/changeChain.vue

@@ -56,7 +56,7 @@ export default {
         return;
         return;
       }
       }
       this.toastLoading(0, '切换中,请稍候...', true);
       this.toastLoading(0, '切换中,请稍候...', true);
-      switchChainIdentity({ chainCode: chain.chainCode }).then((res) => {
+      switchChainIdentity({ userMultipleChainId: chain.multipleChainId }).then((res) => {
         this.toastLoading().clear();
         this.toastLoading().clear();
         if (res.code === 200) {
         if (res.code === 200) {
           store.dispatch('getUserInfo').then(() => {
           store.dispatch('getUserInfo').then(() => {