Merge branch 'fanpeng' into 'develop'
Fanpeng See merge request StarlockTeam/wx-starlock!43
This commit is contained in:
commit
75f3823f9b
@ -22,11 +22,6 @@
|
|||||||
"subPackages": true
|
"subPackages": true
|
||||||
},
|
},
|
||||||
"plugins": {
|
"plugins": {
|
||||||
"xp2p": {
|
|
||||||
"version": "latest",
|
|
||||||
"provider": "wx1319af22356934bf",
|
|
||||||
"export": "exportForXp2pPlugin.js"
|
|
||||||
},
|
|
||||||
"wmpf-voip": {
|
"wmpf-voip": {
|
||||||
"version": "latest",
|
"version": "latest",
|
||||||
"provider": "wxf830863afde621eb",
|
"provider": "wxf830863afde621eb",
|
||||||
|
|||||||
@ -41,6 +41,11 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"plugins": {
|
"plugins": {
|
||||||
|
"xp2p": {
|
||||||
|
"version": "latest",
|
||||||
|
"provider": "wx1319af22356934bf",
|
||||||
|
"export": "exportForXp2pPlugin.js"
|
||||||
|
},
|
||||||
"wechat-p2p-player": {
|
"wechat-p2p-player": {
|
||||||
"version": "latest",
|
"version": "latest",
|
||||||
"provider": "wx9e8fbc98ceac2628",
|
"provider": "wx9e8fbc98ceac2628",
|
||||||
|
|||||||
@ -82,8 +82,9 @@
|
|||||||
if (authResult?.data?.wxOpenid === getStorage('openid')) {
|
if (authResult?.data?.wxOpenid === getStorage('openid')) {
|
||||||
if (data.status === 1) {
|
if (data.status === 1) {
|
||||||
reject.value = false
|
reject.value = false
|
||||||
|
weChatTicketsFlag.value = false
|
||||||
} else if (data.status === 0) {
|
} else if (data.status === 0) {
|
||||||
reject.value = false
|
reject.value = true
|
||||||
weChatTicketsFlag.value = false
|
weChatTicketsFlag.value = false
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
@ -126,6 +126,8 @@
|
|||||||
import { useUserStore } from '@/stores/user'
|
import { useUserStore } from '@/stores/user'
|
||||||
import { passthrough } from '@/api/sdk'
|
import { passthrough } from '@/api/sdk'
|
||||||
import { getLockNetTokenRequest } from '@/api/lock'
|
import { getLockNetTokenRequest } from '@/api/lock'
|
||||||
|
import * as A from './exportForXp2pPlugin'
|
||||||
|
import * as B from './exportForPlayerPlugin'
|
||||||
|
|
||||||
const $bluetooth = useBluetoothStore()
|
const $bluetooth = useBluetoothStore()
|
||||||
const $basic = useBasicStore()
|
const $basic = useBasicStore()
|
||||||
@ -156,6 +158,7 @@
|
|||||||
const isVideoLoaded = ref(false)
|
const isVideoLoaded = ref(false)
|
||||||
|
|
||||||
onMounted(async () => {
|
onMounted(async () => {
|
||||||
|
console.log(A, B)
|
||||||
buttonInfo.value = await $basic.getButtonInfo()
|
buttonInfo.value = await $basic.getButtonInfo()
|
||||||
|
|
||||||
const { code, data, message } = await passthrough({
|
const { code, data, message } = await passthrough({
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user