mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-13 17:46:44 +08:00
去除微信环境判断
This commit is contained in:
@@ -182,7 +182,7 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
// 初始化
|
// 初始化
|
||||||
async init() {
|
async init() {
|
||||||
if (this.isWeixin) {
|
// if (this.isWeixin) {
|
||||||
window.localStorage.setItem('token', this.$route.query.token)
|
window.localStorage.setItem('token', this.$route.query.token)
|
||||||
// let signInvalid = sessionStorage.getItem('signInvalid')
|
// let signInvalid = sessionStorage.getItem('signInvalid')
|
||||||
// let rs = await this.checkSignInvalid(signInvalid) // 微信分享验证校验值
|
// let rs = await this.checkSignInvalid(signInvalid) // 微信分享验证校验值
|
||||||
@@ -199,10 +199,10 @@ export default {
|
|||||||
}
|
}
|
||||||
this.faceAuthCount.enjoy = this.$route.query.faceAuthCountAppnt == undefined ? 0 : Number(this.$route.query.faceAuthCountAppnt)
|
this.faceAuthCount.enjoy = this.$route.query.faceAuthCountAppnt == undefined ? 0 : Number(this.$route.query.faceAuthCountAppnt)
|
||||||
this.faceAuthCount.weixin = this.$route.query.faceAuthCountWeixin == undefined ? 0 : Number(this.$route.query.faceAuthCountWeixin)
|
this.faceAuthCount.weixin = this.$route.query.faceAuthCountWeixin == undefined ? 0 : Number(this.$route.query.faceAuthCountWeixin)
|
||||||
} else {
|
// } else {
|
||||||
// this.getAllowanceDetail() // 获取详情
|
// this.getAllowanceDetail() // 获取详情
|
||||||
// this.getSignInvalid() // 微信分享获取校验值
|
// this.getSignInvalid() // 微信分享获取校验值
|
||||||
}
|
// }
|
||||||
this.getAllowanceDetail() // 获取详情
|
this.getAllowanceDetail() // 获取详情
|
||||||
},
|
},
|
||||||
// 微信分享获取校验值--app初始化
|
// 微信分享获取校验值--app初始化
|
||||||
|
|||||||
Reference in New Issue
Block a user