提交 cab5f3c1 authored 作者: 王鹏飞's avatar 王鹏飞

取消ios支付

上级 572b24ac
...@@ -68,9 +68,9 @@ export default { ...@@ -68,9 +68,9 @@ export default {
} }
return true return true
}) })
// if (this.isIos && this.isWeapp) { if (this.isIos && this.isWeapp) {
// return list.filter(item => item.status !== '-1') return list.filter(item => item.status !== '-1')
// } }
return list return list
} }
}, },
......
...@@ -141,16 +141,15 @@ export default { ...@@ -141,16 +141,15 @@ export default {
}, },
goPayIos() {}, goPayIos() {},
appSource() { appSource() {
// const u = navigator.userAgent const u = navigator.userAgent
// const isiOS = !!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/) const isiOS = !!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/)
// if (isiOS) { if (isiOS) {
// // this.$utils.msgshow('ios') // this.$utils.msgshow('ios')
// this.isSystem = 1 this.isSystem = 1
// } else { } else {
// // this.$utils.msgshow('安卓') // this.$utils.msgshow('安卓')
// this.isSystem = 0 this.isSystem = 0
// } }
this.isSystem = 0
}, },
imagePreview() { imagePreview() {
ImagePreview(['https://zws-imgs-pub.ezijing.com/static/public/dcef7bc62237a077b10d7e49c44a1e51.jpg']) ImagePreview(['https://zws-imgs-pub.ezijing.com/static/public/dcef7bc62237a077b10d7e49c44a1e51.jpg'])
......
...@@ -139,16 +139,15 @@ export default { ...@@ -139,16 +139,15 @@ export default {
}, },
goPayIos() {}, goPayIos() {},
appSource() { appSource() {
// const u = navigator.userAgent const u = navigator.userAgent
// const isiOS = !!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/) const isiOS = !!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/)
// if (isiOS) { if (isiOS) {
// // this.$utils.msgshow('ios') // this.$utils.msgshow('ios')
// this.isSystem = 1 this.isSystem = 1
// } else { } else {
// // this.$utils.msgshow('安卓') // this.$utils.msgshow('安卓')
// this.isSystem = 0 this.isSystem = 0
// } }
this.isSystem = 0
}, },
imagePreview() { imagePreview() {
ImagePreview(['https://zws-imgs-pub.ezijing.com/static/public/dcef7bc62237a077b10d7e49c44a1e51.jpg']) ImagePreview(['https://zws-imgs-pub.ezijing.com/static/public/dcef7bc62237a077b10d7e49c44a1e51.jpg'])
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论