ソースを参照

修改商邀bug

wangh 1 年間 前
コミット
9fc2e0e390
共有1 個のファイルを変更した2 個の追加1 個の削除を含む
  1. 2 1
      src/components/OP/OpInvitationOfficialActivities.vue

+ 2 - 1
src/components/OP/OpInvitationOfficialActivities.vue

@@ -321,7 +321,8 @@ export default {
                     Authorization: 'Bearer ' + this.token
                 },
                 data: {
-                    Id: that.id
+                    Id: that.id,
+                    portType: 1
                 }
             }).then(function (res) {
                 if (res.data.code == 200) {