<?xml version='1.0' encoding='utf-8'?>
<widget id="com.dalipolice.app" version="1.0.6" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
- <name short="大理公安在线">dlapp</name>
+ <name short="大理智警">dlapp</name>
<description>
A sample Apache Cordova application that responds to the deviceready event.
</description>
{
- "name": "com.dalicitycard.app",
+ "name": "com.dalipolice.app",
"displayName": "大理市民卡",
"version": "1.0.3",
"description": "A sample Apache Cordova application that responds to the deviceready event.",
<link rel="stylesheet" type="text/css" href="css/weui.min.css">
<link rel="stylesheet" type="text/css" href="css/jquery-weui.min.css">
<link rel="stylesheet" type="text/css" href="css/index.css">
- <title>大理公安在线</title>
+ <title>大理智警</title>
</head>
<body class="mainbg">
<img src="img/splashscreen.png" style="width: 100%;height: 100%" />
onDeviceReady: function() {
debugger;
var firstload = window.localStorage.getItem("firstload");
- if(isEmpty(firstload)){
+ if(isEmpty(firstload)||firstload!='yes'){
app.toPage("startload.html")
return;
}
</head>
<body>
<div class="login-top">
- 大理公安在线
+ 大理智警
</div>
<section class="aui-content" >
<ul class="aui-list aui-form-list">
<body>
<div id="main1">
<div id="maintop">
- <div id="startslider" class="main" style="height: 260px;display: block;">
+ <div id="startslider" class="main" style="height: 260px;display: block;background: #fff">
<div class="aui-slide-wrap" >
<div class="aui-slide-node bg-dark">
- <img src="img/s1.jpg" />
+ <img src="img/p1.png" />
</div>
<div class="aui-slide-node bg-dark">
- <img src="img/s2.jpg" />
+ <img src="img/p1.png" />
</div>
<div class="aui-slide-node bg-dark">
- <img src="img/s3.jpg" />
+ <img src="img/p1.png" />
</div>
</div>
<div class="aui-slide-page-wrap"><!--分页容器--></div>
<div class="aui-row" style="height: 50%">
<div class="aui-col-xs-6 mainmeun-div" id="qrcodeBtn" style="background: #BBE6EC;">
<div>
- <div class="center-in"><img src="img/icon_qrcode.png" style="width:100px;height: 100px"></div>
+ <div class="center-in"><img src="img/m4.png" style="width:100px;height: 100px"></div>
<div class="aui-grid-label" style="margin-top:20px;font-size: 22px;">读码</div>
</div>
</div>
<div class="aui-col-xs-6 mainmeun-div" id="scanBtn" style="background: #91DDEA;">
<div>
- <div class="center-in"><img src="img/icon_scan.png" style="width:100px;height: 100px"></div>
+ <div class="center-in"><img src="img/m2.png" style="width:100px;height: 100px"></div>
<div class="aui-grid-label" style="margin-top:20px;font-size: 22px;">扫码</div>
</div>
</div>
<div class="aui-row" style="height: 50%">
<div class="aui-col-xs-6 mainmeun-div" id="qrcodeBtn1" style="background: #fff;">
<div>
- <div class="center-in"><img src="img/icon_securty.png" style="width:100px;height: 100px"></div>
+ <div class="center-in"><img src="img/m3.png" style="width:100px;height: 100px"></div>
<div class="aui-grid-label" style="margin-top:20px;font-size: 22px;">访码</div>
</div>
</div>
<div class="aui-col-xs-6 mainmeun-div" id="moreFuncBtn" style="background: #FDD479;">
<div>
- <div class="center-in"><img src="img/icon_door.png" style="width:100px;height: 100px"></div>
+ <div class="center-in"><img src="img/m1.png" style="width:100px;height: 100px"></div>
<div class="aui-grid-label" style="margin-top:20px;font-size: 22px;">更多</div>
</div>
</div>
<?xml version='1.0' encoding='utf-8'?>
<resources>
<string name="app_name">dlapp</string>
- <string name="launcher_name">大理公安在线</string>
+ <string name="launcher_name">大理智警</string>
<string name="activity_name">@string/launcher_name</string>
</resources>
<feature name="Fingerprint">
<param name="android-package" value="de.niklasmerz.cordova.biometric.Fingerprint" />
</feature>
- <name short="大理公安在线">dlapp</name>
+ <name short="大理智警">dlapp</name>
<description>
A sample Apache Cordova application that responds to the deviceready event.
</description>
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.dalipolice.app" version="1.0.6" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
- <name short="大理公安在线">dlapp</name>
+ <name short="大理智警">dlapp</name>
<description>
A sample Apache Cordova application that responds to the deviceready event.
</description>
<link rel="stylesheet" type="text/css" href="css/weui.min.css">
<link rel="stylesheet" type="text/css" href="css/jquery-weui.min.css">
<link rel="stylesheet" type="text/css" href="css/index.css">
- <title>大理公安在线</title>
+ <title>大理智警</title>
</head>
<body class="mainbg">
<img src="img/splashscreen.png" style="width: 100%;height: 100%" />
onDeviceReady: function() {
debugger;
var firstload = window.localStorage.getItem("firstload");
- if(isEmpty(firstload)){
+ if(isEmpty(firstload)||firstload!='yes'){
app.toPage("startload.html")
return;
}
},
toMain:function(){
- window.localStorage.setItem("firstload",'no');
+ //window.localStorage.setItem("firstload",'no');
var uid = window.localStorage.getItem("token");
if (isEmpty(uid)) {
window.location = "login.html";
</head>
<body>
<div class="login-top">
- 大理公安在线
+ 大理智警
</div>
<section class="aui-content" >
<ul class="aui-list aui-form-list">
<body>
<div id="main1">
<div id="maintop">
- <div id="startslider" class="main" style="height: 260px;display: block;">
+ <div id="startslider" class="main" style="height: 260px;display: block;background: #fff">
<div class="aui-slide-wrap" >
<div class="aui-slide-node bg-dark">
- <img src="img/s1.jpg" />
+ <img src="img/p1.png" />
</div>
<div class="aui-slide-node bg-dark">
- <img src="img/s2.jpg" />
+ <img src="img/p1.png" />
</div>
<div class="aui-slide-node bg-dark">
- <img src="img/s3.jpg" />
+ <img src="img/p1.png" />
</div>
</div>
<div class="aui-slide-page-wrap"><!--分页容器--></div>
<div class="aui-row" style="height: 50%">
<div class="aui-col-xs-6 mainmeun-div" id="qrcodeBtn" style="background: #BBE6EC;">
<div>
- <div class="center-in"><img src="img/icon_qrcode.png" style="width:100px;height: 100px"></div>
+ <div class="center-in"><img src="img/m4.png" style="width:100px;height: 100px"></div>
<div class="aui-grid-label" style="margin-top:20px;font-size: 22px;">读码</div>
</div>
</div>
<div class="aui-col-xs-6 mainmeun-div" id="scanBtn" style="background: #91DDEA;">
<div>
- <div class="center-in"><img src="img/icon_scan.png" style="width:100px;height: 100px"></div>
+ <div class="center-in"><img src="img/m2.png" style="width:100px;height: 100px"></div>
<div class="aui-grid-label" style="margin-top:20px;font-size: 22px;">扫码</div>
</div>
</div>
<div class="aui-row" style="height: 50%">
<div class="aui-col-xs-6 mainmeun-div" id="qrcodeBtn1" style="background: #fff;">
<div>
- <div class="center-in"><img src="img/icon_securty.png" style="width:100px;height: 100px"></div>
+ <div class="center-in"><img src="img/m3.png" style="width:100px;height: 100px"></div>
<div class="aui-grid-label" style="margin-top:20px;font-size: 22px;">访码</div>
</div>
</div>
<div class="aui-col-xs-6 mainmeun-div" id="moreFuncBtn" style="background: #FDD479;">
<div>
- <div class="center-in"><img src="img/icon_door.png" style="width:100px;height: 100px"></div>
+ <div class="center-in"><img src="img/m1.png" style="width:100px;height: 100px"></div>
<div class="aui-grid-label" style="margin-top:20px;font-size: 22px;">更多</div>
</div>
</div>
<link rel="stylesheet" type="text/css" href="css/aui.css">
<link rel="stylesheet" type="text/css" href="css/aui-slide.css">
<link rel="stylesheet" type="text/css" href="css/index.css">
- <title>大理公安在线</title>
+ <title>大理智警</title>
<style type="text/css">
.main{
position: absolute!important;