update修改ticket用url获取
This commit is contained in:
@@ -297,7 +297,7 @@ export default {
|
|||||||
dataType: 'JSON',
|
dataType: 'JSON',
|
||||||
type: 'GET',
|
type: 'GET',
|
||||||
data: {
|
data: {
|
||||||
ticket: '1234567',
|
ticket: this.$route.query.ticket,
|
||||||
},
|
},
|
||||||
appKey: 'es4b8zmz+2001833218+dehllx', // 必须
|
appKey: 'es4b8zmz+2001833218+dehllx', // 必须
|
||||||
onSuccess: (data) => {
|
onSuccess: (data) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user