Browse Source

实名认证链接写错了

master
unknown 11 months ago
parent
commit
7966b7a1c2
  1. 2
      config/api.js
  2. 2
      manifest.json
  3. 2
      pages/indexEntry/enroll/enroll.vue

2
config/api.js

@ -84,6 +84,8 @@ export const nachangList = () => http.get('system/area/nachangList', )
export const applyOnline = (data) => http.post('app/student-record/applyOnline', data)
// 人脸核身---获取BizToken
export const getpersonface = (params) => http.get('app/student-record/getpersonface', {params})
// 人脸核身结果查询
export const GetDetectInfoEnhanced = (params) => http.get('app/student-record/GetDetectInfoEnhanced', {params})

2
manifest.json

@ -59,7 +59,7 @@
"quickapp" : {},
/* */
"mp-weixin" : {
"appid" : "wx1f7125112b74db52",
"appid" : "wx2d71605af3b620e6",
"setting" : {
"urlCheck" : true,
"es6" : true,

2
pages/indexEntry/enroll/enroll.vue

@ -86,7 +86,7 @@
async getpersonfaceFn() {
const {data: res} = await getpersonface({ ruleId: 1})
let obj = JSON.parse(res)
// this.link = obj.Url
this.link = obj.Url
// #ifdef H5
window.open(this.link)
// #endif

Loading…
Cancel
Save