|
@@ -529,6 +529,10 @@ export default {
|
|
|
const lbsList = ['8a8884e77cc9e70a017cca4003590008','8a8485067ce4da2d017ce555e9b20000','8aaa80b47c784020017c78b205ba0023']
|
|
|
return lbsList.indexOf(this.mallId) > -1
|
|
|
},
|
|
|
+ isFZ() {
|
|
|
+ const lbsList = ['8a888bfd816101980181a969f513019c','8a8481f68059f17501805eb0ed520001']
|
|
|
+ return lbsList.indexOf(this.mallId) > -1
|
|
|
+ },
|
|
|
kerryPayment(session = '', payParams) {
|
|
|
if(!session) return
|
|
|
const platform = getPlatform();
|