Merge branch 'master' of http://118.178.224.202:3000/ewide/zsxt_nbzs_h5
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
<meta name="viewport"
|
<meta name="viewport"
|
||||||
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||||
<title>房屋征收</title>
|
<title>房屋征收</title>
|
||||||
|
<script type="text/javascript" src="https://d.alicdn.com/alilog/mlog/aplus.js?id=202951085"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -273,14 +273,13 @@ export default {
|
|||||||
name: "home",
|
name: "home",
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
// apidata: {
|
|
||||||
// success: true,
|
|
||||||
// code: 200,
|
|
||||||
// message: '请求成功',
|
|
||||||
// data: {
|
// data: {
|
||||||
|
// userName: '张三丰',
|
||||||
|
// idCard: '341203199206303411',
|
||||||
// prjList: [
|
// prjList: [
|
||||||
// {
|
// {
|
||||||
// prjId: '936d98a8-2c8f-410f-b126-68a7568f60c4',
|
// prjId: '936d98a8-2c8f-410f-b126-68a7568f60c4',
|
||||||
|
// name: '项目名称',
|
||||||
// area: '海曙区',
|
// area: '海曙区',
|
||||||
// zsbm: '宁波市海曙区房屋征收管理服务中心',
|
// zsbm: '宁波市海曙区房屋征收管理服务中心',
|
||||||
// year: 2021.0,
|
// year: 2021.0,
|
||||||
@@ -289,6 +288,7 @@ export default {
|
|||||||
// fhpgList: [
|
// fhpgList: [
|
||||||
// {
|
// {
|
||||||
// prjId: '936d98a8-2c8f-410f-b126-68a7568f60c4',
|
// prjId: '936d98a8-2c8f-410f-b126-68a7568f60c4',
|
||||||
|
// id: 'a400583e-ae93-444f-8a20-4c4731b0cc13',
|
||||||
// assessmentNo: '0513',
|
// assessmentNo: '0513',
|
||||||
// houseAddress: '高桥镇',
|
// houseAddress: '高桥镇',
|
||||||
// countValue: '137654.00',
|
// countValue: '137654.00',
|
||||||
@@ -297,40 +297,15 @@ export default {
|
|||||||
// bcxyList: [
|
// bcxyList: [
|
||||||
// {
|
// {
|
||||||
// prjId: '936d98a8-2c8f-410f-b126-68a7568f60c4',
|
// prjId: '936d98a8-2c8f-410f-b126-68a7568f60c4',
|
||||||
|
// id: 'bf21b302-8059-462d-985f-ce7452c4d5b4',
|
||||||
// xyNo: '海政发2021513-0513-1',
|
// xyNo: '海政发2021513-0513-1',
|
||||||
// houseAddress: '高桥镇',
|
// houseAddress: '高桥镇',
|
||||||
|
// switchProductionWay: '货币补偿',
|
||||||
// summationShouldCompensateMoney: '137654.00',
|
// summationShouldCompensateMoney: '137654.00',
|
||||||
// },
|
// },
|
||||||
// ],
|
// ],
|
||||||
// },
|
// },
|
||||||
// ],
|
// ],
|
||||||
// idCard: '330203199904044544身份证号码',
|
|
||||||
// userName: '姓名',
|
|
||||||
// },
|
|
||||||
// extras: null,
|
|
||||||
// timestamp: 1631256680049,
|
|
||||||
// },
|
|
||||||
// user: {
|
|
||||||
// name: "加载中...",
|
|
||||||
// identityId: "加载中...",
|
|
||||||
// },
|
|
||||||
// project: {
|
|
||||||
// name: "加载中...",
|
|
||||||
// area: "加载中...",
|
|
||||||
// department: "加载中...",
|
|
||||||
// year: "加载中...",
|
|
||||||
// num: "加载中...",
|
|
||||||
// },
|
|
||||||
// assess: {
|
|
||||||
// num: "",
|
|
||||||
// address: "加载中...",
|
|
||||||
// amount: "加载中...",
|
|
||||||
// },
|
|
||||||
// retrievalProtocol: {
|
|
||||||
// num: "",
|
|
||||||
// address: "加载中...",
|
|
||||||
// compensation: "加载中...",
|
|
||||||
// amount: "0",
|
|
||||||
// },
|
// },
|
||||||
data: {},
|
data: {},
|
||||||
total: "8",
|
total: "8",
|
||||||
@@ -355,12 +330,16 @@ export default {
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
loading: false,
|
loading: false,
|
||||||
finished: true
|
finished: true,
|
||||||
|
userInfoData: {} // 用户个人信息
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
this.onInit();
|
this.onInit();
|
||||||
},
|
},
|
||||||
|
mounted() {
|
||||||
|
this.setZwaplus(); // 埋点
|
||||||
|
},
|
||||||
methods: {
|
methods: {
|
||||||
onLoad() {},
|
onLoad() {},
|
||||||
onInit() {
|
onInit() {
|
||||||
@@ -369,9 +348,20 @@ export default {
|
|||||||
host: "https://mapi.zjzwfw.gov.cn/",
|
host: "https://mapi.zjzwfw.gov.cn/",
|
||||||
dataType: "JSON",
|
dataType: "JSON",
|
||||||
type: "GET",
|
type: "GET",
|
||||||
|
data: {
|
||||||
|
ticket: "1234567"
|
||||||
|
},
|
||||||
appKey: "es4b8zmz+2001833218+dehllx", // 必须
|
appKey: "es4b8zmz+2001833218+dehllx", // 必须
|
||||||
onSuccess: data => {
|
onSuccess: data => {
|
||||||
console.log("data", data);
|
console.log("data", data);
|
||||||
|
if (data.data && data.data.success == true) {
|
||||||
|
// this.data = data.data;
|
||||||
|
} else {
|
||||||
|
console.log("用户无数据,不展示");
|
||||||
|
}
|
||||||
|
},
|
||||||
|
onFail: err => {
|
||||||
|
console.log(err, "err");
|
||||||
},
|
},
|
||||||
onFail: err => {
|
onFail: err => {
|
||||||
console.log(err, "err");
|
console.log(err, "err");
|
||||||
@@ -478,6 +468,68 @@ export default {
|
|||||||
// 页面跳转
|
// 页面跳转
|
||||||
pageJump() {
|
pageJump() {
|
||||||
this.$router.push("/policyInfo");
|
this.$router.push("/policyInfo");
|
||||||
|
},
|
||||||
|
setZwUserAplus(Userid) {
|
||||||
|
// 设置用户信息埋点
|
||||||
|
aplus_queue.push({
|
||||||
|
action: "aplus.setMetaInfo",
|
||||||
|
arguments: ["_hold", "BLOCK"]
|
||||||
|
});
|
||||||
|
aplus_queue.push({
|
||||||
|
action: "aplus.setMetaInfo",
|
||||||
|
arguments: ["_user_nick", this.userInfoData.username]
|
||||||
|
});
|
||||||
|
aplus_queue.push({
|
||||||
|
action: "aplus.setMetaInfo",
|
||||||
|
arguments: ["_user_id", Userid]
|
||||||
|
});
|
||||||
|
aplus_queue.push({
|
||||||
|
action: "aplus.setMetaInfo",
|
||||||
|
arguments: ["_hold", "START"]
|
||||||
|
});
|
||||||
|
},
|
||||||
|
// 基础信息埋点配置
|
||||||
|
setZwaplus() {
|
||||||
|
(function(w, d, s, q, i) {
|
||||||
|
w[q] = w[q] || [];
|
||||||
|
var f = d.getElementsByTagName(s)[0];
|
||||||
|
var j = d.createElement(s);
|
||||||
|
j.async = true;
|
||||||
|
j.id = "beacon-aplus";
|
||||||
|
j.src = "https://d.alicdn.com/alilog/mlog/aplus.js?id=202951085";
|
||||||
|
f.parentNode.insertBefore(j, f);
|
||||||
|
})(window, document, "script", "aplus_queue");
|
||||||
|
aplus_queue.push({
|
||||||
|
action: "aplus.setMetaInfo",
|
||||||
|
arguments: ["aplus-rhost-v", "alog.zjzwfw.gov.cn"]
|
||||||
|
});
|
||||||
|
aplus_queue.push({
|
||||||
|
action: "aplus.setMetaInfo",
|
||||||
|
arguments: ["aplus-rhost-g", "alog.zjzwfw.gov.cn"]
|
||||||
|
});
|
||||||
|
// 这个会落到 app_key 字段上
|
||||||
|
aplus_queue.push({
|
||||||
|
action: "aplus.setMetaInfo",
|
||||||
|
arguments: ["appId", "60506758"]
|
||||||
|
});
|
||||||
|
// 单页应用 或 “单个页面”需异步补充 PV 日志参数还需进行如下埋点:
|
||||||
|
aplus_queue.push({
|
||||||
|
action: "aplus.setMetaInfo",
|
||||||
|
arguments: ["aplus-waiting", "MAN"]
|
||||||
|
});
|
||||||
|
// 单页应用路由切换后 或 在异步获取到 pv 日志所需的参数后再执行 sendPV:
|
||||||
|
aplus_queue.push({
|
||||||
|
action: "aplus.sendPV",
|
||||||
|
arguments: [
|
||||||
|
{
|
||||||
|
is_auto: false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
miniAppId: "2001833218", //'应用开发管理平台-应用 ID
|
||||||
|
miniAppName: "房屋征收"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user