update 研究pdf预览功能
This commit is contained in:
@@ -350,7 +350,7 @@ export default {
|
|||||||
pageJump(id) {
|
pageJump(id) {
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
name: "policyInfo",
|
name: "policyInfo",
|
||||||
params: { ticket: this.ticket, id: id }
|
params: { ticket: this.ticket, id: id },
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
setZwUserAplus(Userid, userName) {
|
setZwUserAplus(Userid, userName) {
|
||||||
@@ -377,12 +377,14 @@ export default {
|
|||||||
console.log("初始化完成后,执行bridge方法");
|
console.log("初始化完成后,执行bridge方法");
|
||||||
ZWJSBridge.getUserType()
|
ZWJSBridge.getUserType()
|
||||||
.then((result1) => {
|
.then((result1) => {
|
||||||
console.log(result1);
|
console.log("getUserType():" + JSON.stringify(result1));
|
||||||
|
console.log("result1.userType:" + result1.userType);
|
||||||
//经纬度
|
//经纬度
|
||||||
ZWJSBridge.getLocation()
|
ZWJSBridge.getLocation()
|
||||||
.then((result2) => {
|
.then((result2) => {
|
||||||
console.log(result2);
|
console.log("getLocation():" + JSON.stringify(result2));
|
||||||
debugger;
|
console.log("result2.longitude:" + result2.longitude);
|
||||||
|
console.log("result2.latitude:" + result2.latitude);
|
||||||
aplus_queue.push({
|
aplus_queue.push({
|
||||||
action: "aplus.sendPV",
|
action: "aplus.sendPV",
|
||||||
arguments: [
|
arguments: [
|
||||||
|
|||||||
Submodule framework updated: f2f0a02ee9...e2b83d4098
Reference in New Issue
Block a user