Przeglądaj źródła

修改商邀bug

wangh 1 rok temu
rodzic
commit
9fc2e0e390

+ 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) {