diff --git a/FrontCode2/sunshine_levy/src/views/index.vue b/FrontCode2/sunshine_levy/src/views/index.vue index f92f984..b7bc99b 100644 --- a/FrontCode2/sunshine_levy/src/views/index.vue +++ b/FrontCode2/sunshine_levy/src/views/index.vue @@ -350,7 +350,7 @@ export default { pageJump(id) { this.$router.push({ name: "policyInfo", - params: { ticket: this.ticket, id: id } + params: { ticket: this.ticket, id: id }, }); }, setZwUserAplus(Userid, userName) { @@ -377,12 +377,14 @@ export default { console.log("初始化完成后,执行bridge方法"); ZWJSBridge.getUserType() .then((result1) => { - console.log(result1); + console.log("getUserType():" + JSON.stringify(result1)); + console.log("result1.userType:" + result1.userType); //经纬度 ZWJSBridge.getLocation() .then((result2) => { - console.log(result2); - debugger; + console.log("getLocation():" + JSON.stringify(result2)); + console.log("result2.longitude:" + result2.longitude); + console.log("result2.latitude:" + result2.latitude); aplus_queue.push({ action: "aplus.sendPV", arguments: [ diff --git a/framework b/framework index f2f0a02..e2b83d4 160000 --- a/framework +++ b/framework @@ -1 +1 @@ -Subproject commit f2f0a02ee995acb5b6b62cc2a94245827b0cee89 +Subproject commit e2b83d4098abcb3ab0eb6fcbc840bc755c9701a3