Commit 918e6d20 by cocomilk2012

updaet

parent 03d7de63
Showing with 3 additions and 0 deletions
......@@ -7,6 +7,7 @@ import server from '@/services/install';
// import FastClick from 'fastclick'
import '@/assets/css/index.less';
import * as filters from '@/utils/filters';
//@ts-ignore
import bridge from "./utils/bridge/birdge.js";
Vue.config.productionTip = false;
......
......@@ -142,6 +142,7 @@ export default class SelectIdentity extends Vue {
try {
if (userAgent.indexOf("qqxbua") != -1) {
console.log("setPageNavState");
//@ts-ignore
this.$bridge
.setPageNavState({
isShowClose: true,
......@@ -151,6 +152,7 @@ export default class SelectIdentity extends Vue {
isShowNav: true,
isCloseWebView: true
})
//@ts-ignore
.then(res => {
console.log("couponlist setpageNavState callback", res);
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment