Commit 304918c4 by 李耀琨

完成app

parent fe731d4a
// module.exports = {
// baseURL: 'http://124.227.197.29:8088/api/action?method=', //请求接口
// timeout: 600000, //超时时间 10s
// fileURL: 'http://124.227.197.29:8088', //图片地址
// version: '1.0.0', //接口版本
// appId: 'wxb70fadd7847a8afd', // APPID
// sdkAppID: 1400447523, //trtc APPID
// wsURL: 'wss://124.227.197.29:8088' //ws
// }
module.exports = {
baseURL: 'http://124.227.197.29:8088/api/action?method=', //请求接口
baseURL: 'http://172.18.99.141:9888/api/action?method=', //请求接口
timeout: 600000, //超时时间 10s
fileURL: 'http://124.227.197.29:8088', //图片地址
fileURL: 'http://172.18.99.141:9888', //图片地址
version: '1.0.0', //接口版本
appId: 'wxb70fadd7847a8afd', // APPID
sdkAppID: 1400447523, //trtc APPID
wsURL: 'wss://124.227.197.29:8088' //ws
wsURL: 'wss://172.18.99.141:9888' //ws
}
{
"name" : "民政决策分析系统",
"name" : "广西民政数据分析系统",
"appid" : "__UNI__13E0D8A",
"description" : "",
"versionName" : "1.0.0",
......@@ -50,6 +50,14 @@
/* SDK配置 */
"sdkConfigs" : {
"ad" : {}
},
"icons" : {
"android" : {
"hdpi" : "D:/Users/admin/Desktop/72.png",
"xhdpi" : "D:/Users/admin/Desktop/96.png",
"xxhdpi" : "D:/Users/admin/Desktop/144.png",
"xxxhdpi" : "D:/Users/admin/Desktop/192.png"
}
}
}
},
......
......@@ -15,7 +15,7 @@
}, {
"path": "pages/homepage/homepage",
"style": {
"navigationBarTitleText": "广西省民政厅决策系统",
"navigationBarTitleText": "数据分析掌上系统",
"enablePullDownRefresh": false
}
......@@ -64,7 +64,7 @@
"path" : "pages/special/special",
"style" :
{
"navigationBarTitleText": "广西省民政厅决策系统",
"navigationBarTitleText": "数据分析掌上系统",
"enablePullDownRefresh": false
}
......@@ -122,6 +122,22 @@
"enablePullDownRefresh": false
}
} ,{
"path" : "pages/my/my",
"style" :
{
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false
}
} ,{
"path" : "pages/my/setPassword/setPassword",
"style" :
{
"navigationBarTitleText": "修改密码",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
......@@ -153,6 +169,12 @@
"iconPath": "static/sousuo.png",
"selectedIconPath": "static/sousuoChoice.png",
"text": "搜索"
},
{
"pagePath": "pages/my/my",
"iconPath": "static/wode-copy.png",
"selectedIconPath": "static/wode-copy (1).png",
"text": "我的"
}]
}
......
......@@ -8,12 +8,13 @@
:chartData="chartData"
background="none"
@getIndex="accessArea"
v-if="!chartData ==[]"
/>
</view>
<view class="list">
<uni-table border emptyText="暂无更多数据" >
<uni-table border emptyText="暂无更多数据" v-if="!load">
<uni-tr>
<uni-th align="center" width="180rpx">类型</uni-th>
<uni-th align="center" width="180rpx">2019</uni-th>
......@@ -28,6 +29,7 @@
<uni-td align="center">{{item.three}}</uni-td>
</uni-tr>
</uni-table>
<uni-load-more status="loading" iconType="auto" v-if="load"/>
</view>
</view>
......@@ -40,6 +42,7 @@
components: {},
data() {
return {
load:true,
region:'450000000000',
chartData:{
categories:[],
......@@ -82,6 +85,7 @@
this.region = inAreaInfo.adcode
}
this.load = true
this.getAppMapStatsFun()
},
......@@ -89,6 +93,7 @@
getAppMapStats({areaCode:this.region}).then(res=>{
console.log(res);
this.tableList = res.data
this.load = false
})
},
}
......@@ -97,26 +102,7 @@
<style lang="scss" scoped>
page {
background-color: #0b1940;
}
::v-deep{
/deep/ .uni-table-tr{
background-color: #0b1940;
}
.uni-table[data-v-6cd49106] .uni-table-tr:nth-child(n + 2):hover {
background-color: #1260B3;
}
.uni-table-th-content{
color: #FFFFFF;
}
.uni-table-td{
color: #FFFFFF;
}
}
.list {
margin-top: 60rpx;
......
<template>
<view class="content">
<view class="title"><b class="center">决 策 分 析</b></view>
<view class="title"><b class="center">数 据 分 析</b></view>
<view class="subhead"><b>广西民政厅</b></view>
</view>
......@@ -14,17 +14,32 @@
}
},
onLoad() {
this.timedJump();
},
methods: {
//定时跳转
timedJump() {
console.log('--------------');
setTimeout(() => {
uni.navigateTo({
url: "../signIn/index"
})
console.log(uni.getStorageSync('userInfo'))
if (uni.getStorageSync('userInfo')) {
this.userInfo = JSON.parse(uni.getStorageSync('userInfo'))
if (this.userInfo.token) {
uni.switchTab({
url: "../homepage/homepage"
})
}
} else {
uni.navigateTo({
url: "../signIn/index"
})
}
console.log(uni.getStorageSync('userInfo'))
}, 3000)
console.log('++++++++++++');
},
......
<template>
<view class="content">
<view class=" k-flex-between-center term">
<view class="information">
姓名
</view>
<view class="information">
<input type="text" :value="user.name" disabled />
</view>
</view>
<view class=" k-flex-between-center term">
<view class="information">
电话
</view>
<view class="information">
<input type="text" :value="user.phone" disabled/>
</view>
</view>
<view class="k-flex-around-center">
<view class="modify" @click="Jump">修改密码</view>
<view class="signOut" @click="exit">注销登录</view>
</view>
</view>
</template>
<script>
export default {
data() {
return {
user: {},
}
},
onLoad() {
console.log(uni.getStorageSync('userInfo'))
this.user = JSON.parse(uni.getStorageSync('userInfo'))
console.log(this.user);
},
methods: {
Jump(){
uni.navigateTo({
url: "./setPassword/setPassword"
})
},
exit: function() {
uni.showModal({
title: '提示',
content: '确认退出登录吗',
success: function(res) {
if (res.confirm) {
console.log('用户点击确定');
uni.navigateTo({
url: "../signIn/index"
})
this.userInfo = {}
console.log(this.userInfo)
try {
uni.removeStorageSync('userInfo');
} catch (e) {
// error
}
} else if (res.cancel) {
console.log('用户点击取消');
uni.navigateTo({
url: "/pages/my/my"
})
}
}
})
},
}
}
</script>
<style>
input {
text-align: right;
height: 50rpx;
font-size: 40rpx;
}
.content {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.modify{
margin: 20rpx;
width: 300rpx;
height: 80rpx;
text-align: center;
font-size: 40rpx;
line-height: 80rpx;
border: 2rpx solid #3d86ff;
border-radius: 16rpx;
background-color: #3d86ff;
color: #FFFFFF;
}
.signOut {
margin: 20rpx;
width: 300rpx;
height: 80rpx;
text-align: center;
font-size: 40rpx;
line-height: 80rpx;
border: 2rpx solid #fba559;
border-radius: 16rpx;
background-color: #fba559;
color: #FFFFFF;
}
.term {
width: 100%;
height: 80rpx;
background-color: #f8f8f8;
padding: 20rpx;
margin-top: 10rpx;
}
.information {
font-size: 40rpx;
margin: 0 50rpx;
width: 300rpx;
}
</style>
<template>
<view class="content">
<view class="box">
<view class="account k-flex-between-center">
<input type="text" value="" placeholder="验证码" @input="verification"/>
<view class="margin10">
|
</view>
<view @tap="getCheckNum()">{{!codeTime?'获取验证码':codeTime+'s'}}</view>
</view>
<view class="account">
<input type="password" value="" placeholder=" 请输入新密码(6-20位英文或数字)" @input="passwordFun"/>
</view>
<view class="loginButton">
<button type="primary" @click="sign()">修改密码</button>
</view>
</view>
</view>
</template>
<script>
import{resetPassword,sendCode}from '@/api/login.js'
export default {
data() {
return {
phone:'',
verifyCode:'',
password:'',
codeTime:0,
user:{},
}
},
onLoad() {
console.log(uni.getStorageSync('userInfo'))
this.user = JSON.parse(uni.getStorageSync('userInfo'))
this.phone = this.user.phone
console.log(this.phone);
},
methods: {
//密码
passwordFun(e){
console.log(e.detail.value)
this.password = e.detail.value
},
//验证码
verification(e){
console.log(e.detail.value)
this.verifyCode = e.detail.value
},
sign() {
resetPassword({verifyCode:this.verifyCode,phone:this.phone,passwd:this.password}).then(res=>{
console.log(res);
if(res.code == 200){
uni.showModal({
title: '提示',
content: '修改成功',
success: function(res) {
if (res.confirm) {
uni.switchTab({
url: "../my"
})
} else if (res.cancel) {
console.log('用户点击取消');
}
}
});
}else{
uni.showModal({
title: '提示',
content: res.msg,
success: function(res) {
if (res.confirm) {
console.log('用户点击确定');
} else if (res.cancel) {
console.log('用户点击取消');
}
}
});
}
})
},
findThePassword() {
sendCode({
phone: this.phone
}).then(res => {
console.log(res, '获取验证码')
if (this.getCheckNum == 200) {
uni.showToast({
title: '获取成功',
icon: 'none',
});
return
}
})
},
getCheckNum() {
if (this.codeTime > 0) {
uni.showToast({
title: '不能重复获取',
icon: "none",
});
return;
} else {
this.codeTime = 60
let timer = setInterval(() => {
this.codeTime--;
if (this.codeTime < 1) {
clearInterval(timer);
this.codeTime = 0
}
}, 1000);
}
this.findThePassword()
},
}
}
</script>
<style>
.margin10 {
margin-right: 6rpx;
}
.box {
width: 550rpx;
}
.content {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.account {
white-space:nowrap;
/* color: #bcbcbc; */
margin-top: 40rpx;
border: 2rpx solid #d9d9d9;
border-radius: 10rpx;
padding: 10px;
}
.loginButton {
margin-top: 60rpx;
}
</style>
......@@ -3,9 +3,6 @@
<view class="box">
<view class="account k-flex">
<view class="margin10">+18</view>
<view class="margin10">|</view>
<input type="text" value="" placeholder="手机号" @input="phone" />
</view>
......
......@@ -2,7 +2,7 @@
<view class="content">
<view class="box">
<view class="mark">广西民政厅</view>
<view class="title"><b>决策分析掌上系统</b></view>
<view class="title"><b>数据分析掌上系统</b></view>
<view class="account">
<input type="text" value="" placeholder="手机号" @input="phone" />
</view>
......
......@@ -4,7 +4,7 @@
<view class="k-flex-around-center">
<picker @change="bindPickerChanges" range-key="name" :data-index="22" :data-id="objectArray[index].id"
:value="index" :range="objectArray">
<view class="uni-input blueWord">{{objectArray[index].name}}</view>
<view class="uni-input blueWord">{{objectArray[index].name}}</view>
<!-- 还是建议用input保存,可能picker更新不及时 -->
<input type="text" :value="objectArray[index].id" hidden />
</picker>
......@@ -13,21 +13,24 @@
<br>
<view class="box k-flex">
<view class="charts-box">
<qiun-data-charts type="line" :chartData="chartData" background="none" :opts="opts" />
<qiun-data-charts type="line" :chartData="chartData" background="none" :opts="opts" v-if="!chartData == []"/>
</view>
</view>
<br>
<view class="k-flex-around-center">
<picker mode="date" :value="date" :start="startDate" fields="year" :end="endDate" @change="bindDateChange">
<view class="uni-input blueWord">{{date}}年 两项补贴统计表</view>
</picker>
<view class="k-flex-around-center ">
<!-- <picker mode="date" :value="date" :start="startDate" fields="year" :end="endDate" @change="bindDateChange">
<view class="uni-input blueWord">{{date}}年两项补贴统计表 ∨</view>
</picker> -->
<picker @change="bindPickerChange" :value="indexq" :range="array">
<view class="uni-input blueWord">{{array[indexq]}}年低保统计表 ∨</view>
</picker>
</view>
<br>
<view class="businessTable">
<uni-table border stripe emptyText="暂无更多数据">
<uni-table border stripe emptyText="暂无更多数据" v-if="!load">
<uni-tr>
<uni-th align="center" width="180rpx">行政区划</uni-th>
<uni-th align="center" width="180rpx">重度残疾人</uni-th>
......@@ -42,6 +45,7 @@
<uni-td align="center">{{item.issueAmount}}</uni-td>
</uni-tr>
</uni-table>
<uni-load-more status="loading" iconType="auto" v-if="load"/>
</view>
......@@ -58,6 +62,9 @@
},
data() {
return {
indexq:0,
array:['2021','2020','2019','2018','2017'],
load:true,
regionId:"450000000000",
index: 0,
objectArray: [{
......@@ -66,7 +73,8 @@
name: '广西壮族自治区'
}],
date: new Date().toISOString().slice(0, 4),
startDate:'',
endDate:'',
startItem: true,
endItem: true,
......@@ -88,16 +96,27 @@
}
},
onLoad() {
setTimeout(() =>{
this.getYearDisabledIssueStatsFun()
this.getChildAreaListFun()
this.getAreaDisabledIssueStatsFun()
},500)
},
methods: {
bindPickerChange: function(e) {
console.log('picker发送选择改变,携带值为', e.target.value)
this.indexq = e.target.value
this.date = this.array[this.indexq]
this.load = true
this.getAreaDisabledIssueStatsFun()
},
//残疾人方法人数
getAreaDisabledIssueStatsFun(){
getAreaDisabledIssueStats({areaCode: this.regionId,year:this.date}).then(res=>{
console.log(res);
this.dataLite = res.data. areaPeopleNumList
this.load = false
})
},
//区域
......@@ -133,6 +152,7 @@
bindDateChange: function(e) {
this.startItem = false
this.date = e.target.value
this.load = true
this.getAreaDisabledIssueStatsFun();
},
......@@ -140,6 +160,7 @@
bindPickerChanges: function(e) {
this.index = e.detail.value
this.regionId = this.objectArray[this.index].id
this.load = true
this.getYearDisabledIssueStatsFun();
this.getAreaDisabledIssueStatsFun()
// console.log('可以传data-xx:xx', e.currentTarget.dataset.index, '\n默认传过来的是下标:', e.detail.value,
......@@ -175,4 +196,8 @@
.choice {
text-align: center;
}
.charts-box{
width: 100%;
height: 400rpx;
}
</style>
......@@ -4,7 +4,7 @@
<view class="k-flex-around-center">
<picker @change="bindPickerChanges" range-key="name" :data-index="22" :data-id="objectArray[index].id"
:value="index" :range="objectArray">
<view class="uni-input blueWord">{{objectArray[index].name}}</view>
<view class="uni-input blueWord">{{objectArray[index].name}}</view>
<!-- 还是建议用input保存,可能picker更新不及时 -->
<input type="text" :value="objectArray[index].id" hidden />
</picker>
......@@ -36,20 +36,23 @@
<view class="chill">
<view class="box k-flex-around-center">
<view class="charts-box">
<qiun-data-charts type="line" :chartData="chartData1" background="none" :opts="opts" />
<qiun-data-charts type="line" :chartData="chartData1" background="none" :opts="opts" v-if="!chartData1 ==[]" />
</view>
</view>
</view>
<br>
<view class="k-flex-around-center">
<picker mode="date" :value="date" :start="startDate" fields="year" :end="endDate" @change="bindDateChange">
<view class="uni-input blueWord">{{date}}年 婚姻统计表</view>
</picker>
<!-- <picker mode="date" :value="date" :start="startDate" fields="year" :end="endDate" @change="bindDateChange">
<view class="uni-input blueWord">{{date}}年婚姻统计表 ∨</view>
</picker> -->
<picker @change="bindPickerChange" :value="indexq" :range="array">
<view class="uni-input blueWord">{{array[indexq]}}年低保统计表 ∨</view>
</picker>
</view>
<view class="businessTable">
<uni-table border stripe emptyText="暂无更多数据">
<uni-table border stripe emptyText="暂无更多数据" v-if="!load">
<uni-tr>
<uni-th align="center" width="180rpx">行政区域</uni-th>
<uni-th align="center" width="180rpx">结婚数</uni-th>
......@@ -66,6 +69,7 @@
<uni-td align="center">{{item.crossDivorceNum}}</uni-td>
</uni-tr>
</uni-table>
<uni-load-more status="loading" iconType="auto" v-if="load"/>
</view>
<br>
<br>
......@@ -121,6 +125,9 @@
},
data() {
return {
indexq:0,
array:['2021','2020','2019','2018','2017'],
load:true,
dataTwoLite:[],
regionId: '450000000000',
marriagesNum: {},
......@@ -186,12 +193,22 @@
};
},
onLoad() {
setTimeout(() =>{
this.getMarriageStatsFun();
this.getChildAreaListFun();
this.getAreaUnderMarriageStatsListFun();
this.getFivesYearMarriageLineFun()
},500)
},
methods: {
bindPickerChange: function(e) {
console.log('picker发送选择改变,携带值为', e.target.value)
this.indexq = e.target.value
this.date = this.array[this.indexq]
this.load = true
this.getAreaUnderMarriageStatsListFun()
},
getFivesYearMarriageLineFun() {
getFivesYearMarriageLine({
areaCode: this.regionId
......@@ -219,6 +236,7 @@
year: this.date
}).then(res => {
this.dataLite = res.data.statsList
this.load = false
console.log(res.data);
})
},
......@@ -235,6 +253,7 @@
},
bindDateChange: function(e) {
this.date = e.target.value
this.load = true
this.getAreaUnderMarriageStatsListFun()
},
......@@ -245,6 +264,7 @@
bindPickerChanges: function(e) {
this.index = e.detail.value
this.regionId = this.objectArray[this.index].id
this.load = true
this.getAreaUnderMarriageStatsListFun()
this.getFivesYearMarriageLineFun()
this.getMarriageStatsFun()
......@@ -320,7 +340,10 @@
.chill {
width: 700rpx;
}
.charts-box{
width: 100%;
height: 400rpx;
}
.box {
width: 700rpx;
}
......
......@@ -4,7 +4,7 @@
<view class="k-flex-around-center">
<picker @change="bindPickerChanges" range-key="name" :data-index="22" :data-id="objectArray[index].id"
:value="index" :range="objectArray">
<view class="uni-input blueWord">{{objectArray[index].name}}</view>
<view class="uni-input blueWord">{{objectArray[index].name}}</view>
<!-- 还是建议用input保存,可能picker更新不及时 -->
<input type="text" :value="objectArray[index].id" hidden />
</picker>
......@@ -47,15 +47,18 @@
</view>
</view> -->
<br>
<view class="k-flex-around-center">
<picker mode="date" :value="date" :start="startDate" fields="year" :end="endDate" @change="bindDateChange">
<view class="uni-input blueWord">{{date}}年 组织统计表</view>
</picker>
<view class="k-flex-around-center ">
<!-- <picker mode="date" :value="date" :start="startDate" fields="year" :end="endDate" @change="bindDateChange">
<view class="uni-input blueWord">{{date}}年组织统计表 ∨</view>
</picker> -->
<picker @change="bindPickerChange" :value="indexq" :range="array">
<view class="uni-input blueWord">{{array[indexq]}}年低保统计表 ∨</view>
</picker>
</view>
<view class="businessTable">
<uni-table border stripe emptyText="暂无更多数据">
<uni-table border stripe emptyText="暂无更多数据" v-if="!load">
<uni-tr>
<uni-th align="center" width="180rpx">地区</uni-th>
<uni-th align="center" width="180rpx">社会团体</uni-th>
......@@ -70,6 +73,8 @@
<uni-td align="center">{{item.foundationNum}}</uni-td>
</uni-tr>
</uni-table>
<uni-load-more status="loading" iconType="auto" v-if="load"/>
</view>
......@@ -89,6 +94,9 @@
},
data() {
return {
indexq:0,
array:['2021','2020','2019','2018','2017'],
load:true,
organization:{},
regionId:'450000000000',
date: new Date().toISOString().slice(0, 4),
......@@ -111,15 +119,25 @@
};
},
onLoad() {
setTimeout(() =>{
this.getSoorganStatsFun();
this.getChildAreaListFun()
this.getAreaUnderSoorganStatsListFun()
},500)
},
methods: {
bindPickerChange: function(e) {
console.log('picker发送选择改变,携带值为', e.target.value)
this.indexq = e.target.value
this.date = this.array[this.indexq]
this.load = true
this.getAreaUnderSoorganStatsListFun()
},
getAreaUnderSoorganStatsListFun(){
getAreaUnderSoorganStatsList({areaCode: this.regionId,
year: this.date}).then(res=>{
this.dataLite = res.data.statsList
this.load = false
})
},
getSoorganStatsFun() {
......@@ -162,11 +180,13 @@
},
bindDateChange: function(e) {
this.date = e.target.value
this.load = true
this.getAreaUnderSoorganStatsListFun()
},
bindPickerChanges: function(e) {
this.index = e.detail.value
this.regionId = this.objectArray[this.index].id
this.load = true
this.getSoorganStatsFun()
this.getAreaUnderSoorganStatsListFun()
},
......
......@@ -3,7 +3,7 @@
<br>
<view class="k-flex-around-center">
<picker @change="bindPickerChanges" range-key="name" :data-index="22" :data-id="objectArray[index].id"
:value="index" :range="objectArray">
:value="index" :range="objectArray" disabled >
<view class="uni-input blueWord">{{objectArray[index].name}}</view>
<!-- 还是建议用input保存,可能picker更新不及时 -->
<input type="text" :value="objectArray[index].id" hidden />
......@@ -16,27 +16,29 @@
</view>
<br>
<view class="charts-box">
<qiun-data-charts type="demotype" :chartData="chartData" background="none" :opts="opts" />
<qiun-data-charts type="demotype" :chartData="chartData" background="none" :opts="opts" v-if="!chartData==[]" />
</view>
<br>
<view class="k-flex-around-center">
城乡5年低保资享受人数计图(万人)
</view>
<br>
<view class="charts-box">
<qiun-data-charts type="demotype" :chartData="low" background="none" :opts="opts" />
<qiun-data-charts type="demotype" :chartData="low" background="none" :opts="opts" v-if="!low==[]" />
<br>
<view class="k-flex-around-center">
<picker mode="date" :value="date" :start="startDate" fields="year" :end="endDate"
@change="bindDateChange">
<view class="uni-input blueWord">{{date}}年 低保统计表</view>
</picker>
<!-- <picker mode="date" :value="date" :start="startDate" fields="year" :end="endDate"
@change="bindDateChange" :range="array">
<view class="uni-input blueWord">{{date}}年低保统计表 ∨</view>
</picker> -->
<picker @change="bindPickerChange" :value="indexq" :range="array">
<view class="uni-input blueWord">{{array[indexq]}}年低保统计表 ∨</view>
</picker>
</view>
<br>
<uni-table border stripe emptyText="暂无更多数据">
<uni-table border stripe emptyText="暂无更多数据" v-if="!load">
<uni-tr>
<uni-th align="center" width="180rpx">地区</uni-th>
<uni-th align="center" width="180rpx">低保享受人数</uni-th>
......@@ -48,8 +50,11 @@
<uni-td align="center">{{item.achieveNum}} 万人</uni-td>
<uni-td align="center">{{item.provideNum}} 万元</uni-td>
</uni-tr>
</uni-table>
<uni-load-more status="loading" iconType="auto" v-if="load"/>
</view>
<br>
......@@ -65,14 +70,18 @@
getAreaShjzStats,
getChildAreaList,
getFivesYearShjzAchieveStats,
getFivesYearShjzProvideStats
getFivesYearShjzProvideStats,
} from "@/api/dataInterface.js"
export default {
data() {
return {
indexq:0,
array:['2021','2020','2019','2018','2017'],
load:true,
regionId: '450000000000',
startDate: '',
endDate: '',
startDate: '2015',
endDate: '2021',
date:new Date().toISOString().slice(0, 4),
topRightLite: [{
name: '城乡低保享受人数统计'
......@@ -109,12 +118,22 @@
};
},
onLoad() {
this.getChildAreaListFun()
this.getAreaShjzStatsFun()
this.getFivesYearShjzAchieveStatsFun()
this.getFivesYearShjzProvideStatsFun()
setTimeout(() =>{
this.getChildAreaListFun()
this.getAreaShjzStatsFun()
this.getFivesYearShjzAchieveStatsFun()
this.getFivesYearShjzProvideStatsFun()
},500);
},
methods: {
bindPickerChange: function(e) {
console.log('picker发送选择改变,携带值为', e.target.value)
this.indexq = e.target.value
this.date = this.array[this.indexq]
this.load = true
this.getAreaShjzStatsFun()
},
//五年享受低保人数图表
getFivesYearShjzAchieveStatsFun() {
getFivesYearShjzAchieveStats({
......@@ -139,6 +158,7 @@
year: this.date
}).then(res => {
this.enjoy = res.data
this.load = false
})
},
......@@ -162,10 +182,11 @@
this.getFivesYearShjzAchieveStatsFun()
},
bindDateChange: function(e) {
this.date = e.target.value
this.getAreaShjzStatsFun()
},
// bindDateChange: function(e) {
// this.date = e.target.value
// this.load = true
// this.getAreaShjzStatsFun()
// },
......@@ -190,7 +211,7 @@
.charts-box {
width: 700rpx;
height: 400rpx;
}
.blueWord {
......
......@@ -3,8 +3,7 @@
<view class="box">
<view class="account k-flex">
<view class="margin10">+18</view>
<view class="margin10">|</view>
<input type="text" value="" placeholder="手机号" @input="phone" />
</view>
......
......@@ -76,12 +76,28 @@
phone: this.phone
}).then(res => {
console.log(res, '获取验证码')
if (this.getCheckNum == 200) {
if (res.code == 200) {
uni.showToast({
title: '获取成功',
icon: 'none',
});
return
}else{
uni.showModal({
title: '提示',
content: res.msg,
success: function(res) {
if (res.confirm) {
uni.navigateTo({
url: "../../signIn/index"
})
} else if (res.cancel) {
uni.navigateTo({
url: "../../signIn/index"
})
}
}
});
}
})
},
......
## 1.1.8(2021-05-12)
- 新增 组件示例地址
## 1.1.7(2021-03-30)
- 修复 uni-load-more 在首页使用时,h5 平台报 'uni is not defined' 的 bug
## 1.1.6(2021-02-05)
- 调整为uni_modules目录规范
{
"id": "uni-load-more",
"displayName": "uni-load-more 加载更多",
"version": "1.1.8",
"description": "LoadMore 组件,常用在列表里面,做滚动加载使用。",
"keywords": [
"uni-ui",
"uniui",
"加载更多",
"load-more"
],
"repository": "https://github.com/dcloudio/uni-ui",
"engines": {
"HBuilderX": ""
},
"directories": {
"example": "../../temps/example_temps"
},
"dcloudext": {
"category": [
"前端组件",
"通用组件"
],
"sale": {
"regular": {
"price": "0.00"
},
"sourcecode": {
"price": "0.00"
}
},
"contact": {
"qq": ""
},
"declaration": {
"ads": "无",
"data": "无",
"permissions": "无"
},
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui"
},
"uni_modules": {
"dependencies": [],
"encrypt": [],
"platforms": {
"cloud": {
"tcb": "y",
"aliyun": "y"
},
"client": {
"App": {
"app-vue": "y",
"app-nvue": "y"
},
"H5-mobile": {
"Safari": "y",
"Android Browser": "y",
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
},
"H5-pc": {
"Chrome": "y",
"IE": "y",
"Edge": "y",
"Firefox": "y",
"Safari": "y"
},
"小程序": {
"微信": "y",
"阿里": "y",
"百度": "y",
"字节跳动": "y",
"QQ": "y"
},
"快应用": {
"华为": "u",
"联盟": "u"
}
}
}
}
}
\ No newline at end of file
### LoadMore 加载更多
> **组件名:uni-load-more**
> 代码块: `uLoadMore`
用于列表中,做滚动加载使用,展示 loading 的各种状态。
### 安装方式
本组件符合[easycom](https://uniapp.dcloud.io/collocation/pages?id=easycom)规范,`HBuilderX 2.5.5`起,只需将本组件导入项目,在页面`template`中即可直接使用,无需在页面中`import`和注册`components`
如需通过`npm`方式使用`uni-ui`组件,另见文档:[https://ext.dcloud.net.cn/plugin?id=55](https://ext.dcloud.net.cn/plugin?id=55)
### 使用方式
``template`` 中使用组件
```html
<uni-load-more :status="more"></uni-load-more>
```
## API
### LoadMore Props
|属性名 |类型 | 可选值 |默认值 |说明 |
|:-: |:-: |:-: |:-: |:-: |
|iconSize |Number |- |24 |指定图标大小 |
|status |String |more/loading/noMore |more |loading 的状态 |
|showIcon |Boolean|- |true |是否显示 loading 图标 |
|iconType |String |snow/circle/auto |auto |指定图标样式|
|color |String |- |#777777 |图标和文字颜色 |
|contentText|Object|- |{contentdown: "上拉显示更多",contentrefresh: "正在加载...",contentnomore: "没有更多数据了"}|各状态文字说明 |
#### Status Options
|参数名称 |说明 |
|:-: |:-: |
|more |loading前 |
|loading|loading前中 |
|more |没有更多数据 |
#### IconType Options
|参数名称 |说明 |
|:-: |:-: |
|snow |ios雪花加载样式 |
|circle |安卓环形加载样式 |
|auto |根据平台自动选择加载样式 |
> **说明**
> `iconType`为`snow`时,在`APP-NVUE`平台不可设置大小,在非`APP-NVUE`平台不可设置颜色
### 事件说明
|事件名 |说明 |返回值 |
|:-: |:-: |:-: |
|clickLoadMore |点击加载更多时触发 |e.detail={status:'loading'}|
## 组件示例
点击查看:[https://hellouniapp.dcloud.net.cn/pages/extUI/load-more/load-more](https://hellouniapp.dcloud.net.cn/pages/extUI/load-more/load-more)
\ No newline at end of file
https://service.dcloud.net.cn/build/download/2a848070-d8ad-11eb-9a51-a3b9f68ea4f9
\ No newline at end of file
https://service.dcloud.net.cn/build/download/0f5e28d0-d9a9-11eb-9107-a9e54f508340
\ No newline at end of file
var isReady=false;var onReadyCallbacks=[];
var isServiceReady=false;var onServiceReadyCallbacks=[];
var __uniConfig = {"pages":["pages/index/index","pages/signIn/index","pages/homepage/homepage","pages/verification/verification","pages/retrieve/retrieve","pages/retrieve/change/change","pages/verification/verifyLogin/verifyLogin","pages/search/search","pages/special/special","pages/special/disability/disability","pages/special/marriage/marriage","pages/special/funeral/funeral","pages/special/rescue/rescue","pages/special/organization/organization","pages/search/searchList/searchList"],"window":{"navigationBarTextStyle":"black","navigationBarTitleText":"uni-app","navigationBarBackgroundColor":"#F8F8F8","backgroundColor":"#F8F8F8"},"tabBar":{"color":"#999999","selectedColor":"#1296db","borderStyle":"black","backgroundColor":"#ffffff","list":[{"pagePath":"pages/homepage/homepage","iconPath":"static/index.png","selectedIconPath":"static/indexChoice.png","text":"首页"},{"pagePath":"pages/special/special","iconPath":"static/zhuanti.png","selectedIconPath":"static/zhuantiChoice.png","text":"专题"},{"pagePath":"pages/search/search","iconPath":"static/sousuo.png","selectedIconPath":"static/sousuoChoice.png","text":"搜索"}]},"nvueCompiler":"uni-app","nvueStyleCompiler":"weex","renderer":"auto","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":false},"appname":"民政决策分析系统","compilerVersion":"3.1.18","entryPagePath":"pages/index/index","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000}};
var __uniRoutes = [{"path":"/pages/index/index","meta":{"isQuit":true},"window":{"navigationBarTitleText":"","titleNView":false}},{"path":"/pages/signIn/index","meta":{},"window":{"navigationBarTitleText":"","titleNView":false}},{"path":"/pages/homepage/homepage","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"广西省民政厅决策系统","enablePullDownRefresh":false}},{"path":"/pages/verification/verification","meta":{},"window":{"navigationBarTitleText":"验证码登录","enablePullDownRefresh":false}},{"path":"/pages/retrieve/retrieve","meta":{},"window":{"navigationBarTitleText":"找回密码","enablePullDownRefresh":false}},{"path":"/pages/retrieve/change/change","meta":{},"window":{"navigationBarTitleText":"找回密码","enablePullDownRefresh":false}},{"path":"/pages/verification/verifyLogin/verifyLogin","meta":{},"window":{"navigationBarTitleText":"验证码登录","enablePullDownRefresh":false}},{"path":"/pages/search/search","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"搜索","enablePullDownRefresh":false}},{"path":"/pages/special/special","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"广西省民政厅决策系统","enablePullDownRefresh":false}},{"path":"/pages/special/disability/disability","meta":{},"window":{"navigationBarTitleText":"残疾人两项补贴","enablePullDownRefresh":false}},{"path":"/pages/special/marriage/marriage","meta":{},"window":{"navigationBarTitleText":"婚姻汇总","enablePullDownRefresh":false}},{"path":"/pages/special/funeral/funeral","meta":{},"window":{"navigationBarTitleText":"殡葬汇总","enablePullDownRefresh":false}},{"path":"/pages/special/rescue/rescue","meta":{},"window":{"navigationBarTitleText":"社会救助","enablePullDownRefresh":false}},{"path":"/pages/special/organization/organization","meta":{},"window":{"navigationBarTitleText":"组织统计","enablePullDownRefresh":false}},{"path":"/pages/search/searchList/searchList","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}}];
var __uniConfig = {"pages":["pages/index/index","pages/signIn/index","pages/homepage/homepage","pages/verification/verification","pages/retrieve/retrieve","pages/retrieve/change/change","pages/verification/verifyLogin/verifyLogin","pages/search/search","pages/special/special","pages/special/disability/disability","pages/special/marriage/marriage","pages/special/funeral/funeral","pages/special/rescue/rescue","pages/special/organization/organization","pages/search/searchList/searchList","pages/my/my","pages/my/setPassword/setPassword"],"window":{"navigationBarTextStyle":"black","navigationBarTitleText":"uni-app","navigationBarBackgroundColor":"#F8F8F8","backgroundColor":"#F8F8F8"},"tabBar":{"color":"#999999","selectedColor":"#1296db","borderStyle":"black","backgroundColor":"#ffffff","list":[{"pagePath":"pages/homepage/homepage","iconPath":"static/index.png","selectedIconPath":"static/indexChoice.png","text":"首页"},{"pagePath":"pages/special/special","iconPath":"static/zhuanti.png","selectedIconPath":"static/zhuantiChoice.png","text":"专题"},{"pagePath":"pages/search/search","iconPath":"static/sousuo.png","selectedIconPath":"static/sousuoChoice.png","text":"搜索"},{"pagePath":"pages/my/my","iconPath":"static/wode-copy.png","selectedIconPath":"static/wode-copy (1).png","text":"我的"}]},"nvueCompiler":"uni-app","nvueStyleCompiler":"weex","renderer":"auto","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":false},"appname":"广西民政数据分析系统","compilerVersion":"3.1.18","entryPagePath":"pages/index/index","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000}};
var __uniRoutes = [{"path":"/pages/index/index","meta":{"isQuit":true},"window":{"navigationBarTitleText":"","titleNView":false}},{"path":"/pages/signIn/index","meta":{},"window":{"navigationBarTitleText":"","titleNView":false}},{"path":"/pages/homepage/homepage","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"数据分析掌上系统","enablePullDownRefresh":false}},{"path":"/pages/verification/verification","meta":{},"window":{"navigationBarTitleText":"验证码登录","enablePullDownRefresh":false}},{"path":"/pages/retrieve/retrieve","meta":{},"window":{"navigationBarTitleText":"找回密码","enablePullDownRefresh":false}},{"path":"/pages/retrieve/change/change","meta":{},"window":{"navigationBarTitleText":"找回密码","enablePullDownRefresh":false}},{"path":"/pages/verification/verifyLogin/verifyLogin","meta":{},"window":{"navigationBarTitleText":"验证码登录","enablePullDownRefresh":false}},{"path":"/pages/search/search","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"搜索","enablePullDownRefresh":false}},{"path":"/pages/special/special","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"数据分析掌上系统","enablePullDownRefresh":false}},{"path":"/pages/special/disability/disability","meta":{},"window":{"navigationBarTitleText":"残疾人两项补贴","enablePullDownRefresh":false}},{"path":"/pages/special/marriage/marriage","meta":{},"window":{"navigationBarTitleText":"婚姻汇总","enablePullDownRefresh":false}},{"path":"/pages/special/funeral/funeral","meta":{},"window":{"navigationBarTitleText":"殡葬汇总","enablePullDownRefresh":false}},{"path":"/pages/special/rescue/rescue","meta":{},"window":{"navigationBarTitleText":"社会救助","enablePullDownRefresh":false}},{"path":"/pages/special/organization/organization","meta":{},"window":{"navigationBarTitleText":"组织统计","enablePullDownRefresh":false}},{"path":"/pages/search/searchList/searchList","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pages/my/my","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"我的","enablePullDownRefresh":false}},{"path":"/pages/my/setPassword/setPassword","meta":{},"window":{"navigationBarTitleText":"修改密码","enablePullDownRefresh":false}}];
__uniConfig.onReady=function(callback){if(__uniConfig.ready){callback()}else{onReadyCallbacks.push(callback)}};Object.defineProperty(__uniConfig,"ready",{get:function(){return isReady},set:function(val){isReady=val;if(!isReady){return}const callbacks=onReadyCallbacks.slice(0);onReadyCallbacks.length=0;callbacks.forEach(function(callback){callback()})}});
__uniConfig.onServiceReady=function(callback){if(__uniConfig.serviceReady){callback()}else{onServiceReadyCallbacks.push(callback)}};Object.defineProperty(__uniConfig,"serviceReady",{get:function(){return isServiceReady},set:function(val){isServiceReady=val;if(!isServiceReady){return}const callbacks=onServiceReadyCallbacks.slice(0);onServiceReadyCallbacks.length=0;callbacks.forEach(function(callback){callback()})}});
service.register("uni-app-config",{create(a,b,c){if(!__uniConfig.viewport){var d=b.weex.config.env.scale,e=b.weex.config.env.deviceWidth,f=Math.ceil(e/d);Object.assign(__uniConfig,{viewport:f,defaultFontSize:Math.round(f/20)})}return{instance:{__uniConfig:__uniConfig,__uniRoutes:__uniRoutes,global:void 0,window:void 0,document:void 0,frames:void 0,self:void 0,location:void 0,navigator:void 0,localStorage:void 0,history:void 0,Caches:void 0,screen:void 0,alert:void 0,confirm:void 0,prompt:void 0,fetch:void 0,XMLHttpRequest:void 0,WebSocket:void 0,webkit:void 0,print:void 0}}}});
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
{"@platforms":["android","iPhone","iPad"],"id":"__UNI__13E0D8A","name":"民政决策分析系统","version":{"name":"1.0.0","code":"100"},"description":"","launch_path":"__uniappview.html","developer":{"name":"","email":"","url":""},"permissions":{"UniNView":{"description":"UniNView原生渲染"}},"plus":{"useragent":{"value":"uni-app","concatenate":true},"splashscreen":{"target":"id:1","autoclose":true,"waiting":true,"delay":0},"popGesture":"close","launchwebview":{"id":"1","kernel":"WKWebview"},"statusbar":{"immersed":"supportedDevice","style":"dark","background":"#F8F8F8"},"usingComponents":true,"nvueCompiler":"uni-app","compilerVersion":3,"distribute":{"google":{"permissions":["<uses-feature android:name=\"android.hardware.camera\"/>","<uses-feature android:name=\"android.hardware.camera.autofocus\"/>","<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\"/>","<uses-permission android:name=\"android.permission.ACCESS_FINE_LOCATION\"/>","<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>","<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>","<uses-permission android:name=\"android.permission.CALL_PHONE\"/>","<uses-permission android:name=\"android.permission.CAMERA\"/>","<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>","<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>","<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>","<uses-permission android:name=\"android.permission.MODIFY_AUDIO_SETTINGS\"/>","<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>","<uses-permission android:name=\"android.permission.READ_LOGS\"/>","<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>","<uses-permission android:name=\"android.permission.RECORD_AUDIO\"/>","<uses-permission android:name=\"android.permission.VIBRATE\"/>","<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>","<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"],"abiFilters":["armeabi-v7a","arm64-v8a","x86"],"packagename":"com.civil.analysis","password":"8nGg+BYS5EATIpmkEZrmHA==","aliasname":"minzhengjuecexitong","keystore":"google-keystore.keystore","custompermissions":true},"apple":{"devices":"universal"},"plugins":{"ad":{},"audio":{"mp3":{"description":"Android平台录音支持MP3格式文件"}}},"orientation":["portrait-primary"],"icons":{"ios":{"prerendered":"false","iphone":{"app@2x":"","app@3x":"","spotlight@2x":"","spotlight@3x":"","settings@2x":"","settings@3x":"","notification@2x":"","notification@3x":""},"appstore":"","ipad":{"app":"","app@2x":"","proapp@2x":"","spotlight":"","spotlight@2x":"","settings":"","settings@2x":"","notification":"","notification@2x":""}},"android":{"hdpi":"icon-android-hdpi.png","xhdpi":"icon-android-xhdpi.png","xxhdpi":"icon-android-xxhdpi.png","xxxhdpi":"icon-android-xxxhdpi.png"}},"splashscreen":{}},"allowsInlineMediaPlayback":true,"safearea":{"background":"#ffffff","bottom":{"offset":"auto"}},"uni-app":{"compilerVersion":"3.1.18","control":"uni-v3","nvueCompiler":"uni-app","renderer":"auto","nvue":{"flex-direction":"column"},"nvueLaunchMode":"normal"},"tabBar":{"color":"#999999","selectedColor":"#1296db","borderStyle":"rgba(0,0,0,0.4)","backgroundColor":"#ffffff","list":[{"pagePath":"pages/homepage/homepage","iconPath":"static/index.png","selectedIconPath":"static/indexChoice.png","text":"首页"},{"pagePath":"pages/special/special","iconPath":"static/zhuanti.png","selectedIconPath":"static/zhuantiChoice.png","text":"专题"},{"pagePath":"pages/search/search","iconPath":"static/sousuo.png","selectedIconPath":"static/sousuoChoice.png","text":"搜索"}],"height":"50px"},"launch_path":"__uniappview.html","adid":"129373290406"}}
\ No newline at end of file
{"@platforms":["android","iPhone","iPad"],"id":"__UNI__13E0D8A","name":"广西民政数据分析系统","version":{"name":"1.0.0","code":"100"},"description":"","launch_path":"__uniappview.html","developer":{"name":"","email":"","url":""},"permissions":{"UniNView":{"description":"UniNView原生渲染"}},"plus":{"useragent":{"value":"uni-app","concatenate":true},"splashscreen":{"target":"id:1","autoclose":true,"waiting":true,"delay":0},"popGesture":"close","launchwebview":{"id":"1","kernel":"WKWebview"},"statusbar":{"immersed":"supportedDevice","style":"dark","background":"#F8F8F8"},"usingComponents":true,"nvueCompiler":"uni-app","compilerVersion":3,"distribute":{"icons":{"android":{"hdpi":"icon-android-hdpi.png","xhdpi":"icon-android-xhdpi.png","xxhdpi":"icon-android-xxhdpi.png","xxxhdpi":"icon-android-xxxhdpi.png"},"ios":{"prerendered":"false","iphone":{"app@2x":"","app@3x":"","spotlight@2x":"","spotlight@3x":"","settings@2x":"","settings@3x":"","notification@2x":"","notification@3x":""},"appstore":"","ipad":{"app":"","app@2x":"","proapp@2x":"","spotlight":"","spotlight@2x":"","settings":"","settings@2x":"","notification":"","notification@2x":""}}},"google":{"permissions":["<uses-feature android:name=\"android.hardware.camera\"/>","<uses-feature android:name=\"android.hardware.camera.autofocus\"/>","<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\"/>","<uses-permission android:name=\"android.permission.ACCESS_FINE_LOCATION\"/>","<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>","<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>","<uses-permission android:name=\"android.permission.CALL_PHONE\"/>","<uses-permission android:name=\"android.permission.CAMERA\"/>","<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>","<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>","<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>","<uses-permission android:name=\"android.permission.MODIFY_AUDIO_SETTINGS\"/>","<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>","<uses-permission android:name=\"android.permission.READ_LOGS\"/>","<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>","<uses-permission android:name=\"android.permission.RECORD_AUDIO\"/>","<uses-permission android:name=\"android.permission.VIBRATE\"/>","<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>","<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"],"abiFilters":["armeabi-v7a","arm64-v8a","x86"],"packagename":"com.civil.analysis","password":"8nGg+BYS5EATIpmkEZrmHA==","aliasname":"minzhengjuecexitong","keystore":"google-keystore.keystore","custompermissions":true},"apple":{"devices":"universal"},"plugins":{"ad":{},"audio":{"mp3":{"description":"Android平台录音支持MP3格式文件"}}},"orientation":["portrait-primary"],"splashscreen":{}},"allowsInlineMediaPlayback":true,"safearea":{"background":"#ffffff","bottom":{"offset":"auto"}},"uni-app":{"compilerVersion":"3.1.18","control":"uni-v3","nvueCompiler":"uni-app","renderer":"auto","nvue":{"flex-direction":"column"},"nvueLaunchMode":"normal"},"tabBar":{"color":"#999999","selectedColor":"#1296db","borderStyle":"rgba(0,0,0,0.4)","backgroundColor":"#ffffff","list":[{"pagePath":"pages/homepage/homepage","iconPath":"static/index.png","selectedIconPath":"static/indexChoice.png","text":"首页"},{"pagePath":"pages/special/special","iconPath":"static/zhuanti.png","selectedIconPath":"static/zhuantiChoice.png","text":"专题"},{"pagePath":"pages/search/search","iconPath":"static/sousuo.png","selectedIconPath":"static/sousuoChoice.png","text":"搜索"},{"pagePath":"pages/my/my","iconPath":"static/wode-copy.png","selectedIconPath":"static/wode-copy (1).png","text":"我的"}],"height":"50px"},"launch_path":"__uniappview.html","adid":"129373290406"}}
\ No newline at end of file
var isReady=false;var onReadyCallbacks=[];
var isServiceReady=false;var onServiceReadyCallbacks=[];
var __uniConfig = {"pages":["pages/index/index","pages/signIn/index","pages/homepage/homepage","pages/verification/verification","pages/retrieve/retrieve","pages/retrieve/change/change","pages/verification/verifyLogin/verifyLogin","pages/search/search","pages/special/special","pages/special/disability/disability","pages/special/marriage/marriage","pages/special/funeral/funeral","pages/special/rescue/rescue","pages/special/organization/organization","pages/search/searchList/searchList"],"window":{"navigationBarTextStyle":"black","navigationBarTitleText":"uni-app","navigationBarBackgroundColor":"#F8F8F8","backgroundColor":"#F8F8F8"},"tabBar":{"color":"#999999","selectedColor":"#1296db","borderStyle":"black","backgroundColor":"#ffffff","list":[{"pagePath":"pages/homepage/homepage","iconPath":"static/index.png","selectedIconPath":"static/indexChoice.png","text":"首页"},{"pagePath":"pages/special/special","iconPath":"static/zhuanti.png","selectedIconPath":"static/zhuantiChoice.png","text":"专题"},{"pagePath":"pages/search/search","iconPath":"static/sousuo.png","selectedIconPath":"static/sousuoChoice.png","text":"搜索"}]},"nvueCompiler":"uni-app","nvueStyleCompiler":"weex","renderer":"auto","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":false},"appname":"民政决策分析系统","compilerVersion":"3.1.18","entryPagePath":"pages/index/index","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000}};
var __uniRoutes = [{"path":"/pages/index/index","meta":{"isQuit":true},"window":{"navigationBarTitleText":"","titleNView":false}},{"path":"/pages/signIn/index","meta":{},"window":{"navigationBarTitleText":"","titleNView":false}},{"path":"/pages/homepage/homepage","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"广西省民政厅决策系统","enablePullDownRefresh":false}},{"path":"/pages/verification/verification","meta":{},"window":{"navigationBarTitleText":"验证码登录","enablePullDownRefresh":false}},{"path":"/pages/retrieve/retrieve","meta":{},"window":{"navigationBarTitleText":"找回密码","enablePullDownRefresh":false}},{"path":"/pages/retrieve/change/change","meta":{},"window":{"navigationBarTitleText":"找回密码","enablePullDownRefresh":false}},{"path":"/pages/verification/verifyLogin/verifyLogin","meta":{},"window":{"navigationBarTitleText":"验证码登录","enablePullDownRefresh":false}},{"path":"/pages/search/search","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"搜索","enablePullDownRefresh":false}},{"path":"/pages/special/special","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"广西省民政厅决策系统","enablePullDownRefresh":false}},{"path":"/pages/special/disability/disability","meta":{},"window":{"navigationBarTitleText":"残疾人两项补贴","enablePullDownRefresh":false}},{"path":"/pages/special/marriage/marriage","meta":{},"window":{"navigationBarTitleText":"婚姻汇总","enablePullDownRefresh":false}},{"path":"/pages/special/funeral/funeral","meta":{},"window":{"navigationBarTitleText":"殡葬汇总","enablePullDownRefresh":false}},{"path":"/pages/special/rescue/rescue","meta":{},"window":{"navigationBarTitleText":"社会救助","enablePullDownRefresh":false}},{"path":"/pages/special/organization/organization","meta":{},"window":{"navigationBarTitleText":"组织统计","enablePullDownRefresh":false}},{"path":"/pages/search/searchList/searchList","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}}];
var __uniConfig = {"pages":["pages/index/index","pages/signIn/index","pages/homepage/homepage","pages/verification/verification","pages/retrieve/retrieve","pages/retrieve/change/change","pages/verification/verifyLogin/verifyLogin","pages/search/search","pages/special/special","pages/special/disability/disability","pages/special/marriage/marriage","pages/special/funeral/funeral","pages/special/rescue/rescue","pages/special/organization/organization","pages/search/searchList/searchList","pages/my/my","pages/my/setPassword/setPassword"],"window":{"navigationBarTextStyle":"black","navigationBarTitleText":"uni-app","navigationBarBackgroundColor":"#F8F8F8","backgroundColor":"#F8F8F8"},"tabBar":{"color":"#999999","selectedColor":"#1296db","borderStyle":"black","backgroundColor":"#ffffff","list":[{"pagePath":"pages/homepage/homepage","iconPath":"static/index.png","selectedIconPath":"static/indexChoice.png","text":"首页"},{"pagePath":"pages/special/special","iconPath":"static/zhuanti.png","selectedIconPath":"static/zhuantiChoice.png","text":"专题"},{"pagePath":"pages/search/search","iconPath":"static/sousuo.png","selectedIconPath":"static/sousuoChoice.png","text":"搜索"},{"pagePath":"pages/my/my","iconPath":"static/wode-copy.png","selectedIconPath":"static/wode-copy (1).png","text":"我的"}]},"nvueCompiler":"uni-app","nvueStyleCompiler":"weex","renderer":"auto","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":false},"appname":"广西民政数据分析系统","compilerVersion":"3.1.18","entryPagePath":"pages/index/index","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000}};
var __uniRoutes = [{"path":"/pages/index/index","meta":{"isQuit":true},"window":{"navigationBarTitleText":"","titleNView":false}},{"path":"/pages/signIn/index","meta":{},"window":{"navigationBarTitleText":"","titleNView":false}},{"path":"/pages/homepage/homepage","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"数据分析掌上系统","enablePullDownRefresh":false}},{"path":"/pages/verification/verification","meta":{},"window":{"navigationBarTitleText":"验证码登录","enablePullDownRefresh":false}},{"path":"/pages/retrieve/retrieve","meta":{},"window":{"navigationBarTitleText":"找回密码","enablePullDownRefresh":false}},{"path":"/pages/retrieve/change/change","meta":{},"window":{"navigationBarTitleText":"找回密码","enablePullDownRefresh":false}},{"path":"/pages/verification/verifyLogin/verifyLogin","meta":{},"window":{"navigationBarTitleText":"验证码登录","enablePullDownRefresh":false}},{"path":"/pages/search/search","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"搜索","enablePullDownRefresh":false}},{"path":"/pages/special/special","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"数据分析掌上系统","enablePullDownRefresh":false}},{"path":"/pages/special/disability/disability","meta":{},"window":{"navigationBarTitleText":"残疾人两项补贴","enablePullDownRefresh":false}},{"path":"/pages/special/marriage/marriage","meta":{},"window":{"navigationBarTitleText":"婚姻汇总","enablePullDownRefresh":false}},{"path":"/pages/special/funeral/funeral","meta":{},"window":{"navigationBarTitleText":"殡葬汇总","enablePullDownRefresh":false}},{"path":"/pages/special/rescue/rescue","meta":{},"window":{"navigationBarTitleText":"社会救助","enablePullDownRefresh":false}},{"path":"/pages/special/organization/organization","meta":{},"window":{"navigationBarTitleText":"组织统计","enablePullDownRefresh":false}},{"path":"/pages/search/searchList/searchList","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pages/my/my","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"我的","enablePullDownRefresh":false}},{"path":"/pages/my/setPassword/setPassword","meta":{},"window":{"navigationBarTitleText":"修改密码","enablePullDownRefresh":false}}];
__uniConfig.onReady=function(callback){if(__uniConfig.ready){callback()}else{onReadyCallbacks.push(callback)}};Object.defineProperty(__uniConfig,"ready",{get:function(){return isReady},set:function(val){isReady=val;if(!isReady){return}const callbacks=onReadyCallbacks.slice(0);onReadyCallbacks.length=0;callbacks.forEach(function(callback){callback()})}});
__uniConfig.onServiceReady=function(callback){if(__uniConfig.serviceReady){callback()}else{onServiceReadyCallbacks.push(callback)}};Object.defineProperty(__uniConfig,"serviceReady",{get:function(){return isServiceReady},set:function(val){isServiceReady=val;if(!isServiceReady){return}const callbacks=onServiceReadyCallbacks.slice(0);onServiceReadyCallbacks.length=0;callbacks.forEach(function(callback){callback()})}});
service.register("uni-app-config",{create(a,b,c){if(!__uniConfig.viewport){var d=b.weex.config.env.scale,e=b.weex.config.env.deviceWidth,f=Math.ceil(e/d);Object.assign(__uniConfig,{viewport:f,defaultFontSize:Math.round(f/20)})}return{instance:{__uniConfig:__uniConfig,__uniRoutes:__uniRoutes,global:void 0,window:void 0,document:void 0,frames:void 0,self:void 0,location:void 0,navigator:void 0,localStorage:void 0,history:void 0,Caches:void 0,screen:void 0,alert:void 0,confirm:void 0,prompt:void 0,fetch:void 0,XMLHttpRequest:void 0,WebSocket:void 0,webkit:void 0,print:void 0}}}});
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
{"@platforms":["android","iPhone","iPad"],"id":"__UNI__13E0D8A","name":"民政决策分析系统","version":{"name":"1.0.0","code":"100"},"description":"","launch_path":"__uniappview.html","developer":{"name":"","email":"","url":""},"permissions":{"UniNView":{"description":"UniNView原生渲染"}},"plus":{"useragent":{"value":"uni-app","concatenate":true},"splashscreen":{"target":"id:1","autoclose":true,"waiting":true,"delay":0},"popGesture":"close","launchwebview":{"id":"1","kernel":"WKWebview"},"statusbar":{"immersed":"supportedDevice","style":"dark","background":"#F8F8F8"},"usingComponents":true,"nvueCompiler":"uni-app","compilerVersion":3,"distribute":{"google":{"permissions":["<uses-feature android:name=\"android.hardware.camera\"/>","<uses-feature android:name=\"android.hardware.camera.autofocus\"/>","<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\"/>","<uses-permission android:name=\"android.permission.ACCESS_FINE_LOCATION\"/>","<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>","<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>","<uses-permission android:name=\"android.permission.CALL_PHONE\"/>","<uses-permission android:name=\"android.permission.CAMERA\"/>","<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>","<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>","<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>","<uses-permission android:name=\"android.permission.MODIFY_AUDIO_SETTINGS\"/>","<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>","<uses-permission android:name=\"android.permission.READ_LOGS\"/>","<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>","<uses-permission android:name=\"android.permission.RECORD_AUDIO\"/>","<uses-permission android:name=\"android.permission.VIBRATE\"/>","<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>","<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"],"abiFilters":["armeabi-v7a","arm64-v8a","x86"]},"apple":{},"plugins":{"ad":{},"audio":{"mp3":{"description":"Android平台录音支持MP3格式文件"}}}},"allowsInlineMediaPlayback":true,"safearea":{"background":"#ffffff","bottom":{"offset":"auto"}},"uni-app":{"compilerVersion":"3.1.18","control":"uni-v3","nvueCompiler":"uni-app","renderer":"auto","nvue":{"flex-direction":"column"},"nvueLaunchMode":"normal"},"tabBar":{"color":"#999999","selectedColor":"#1296db","borderStyle":"rgba(0,0,0,0.4)","backgroundColor":"#ffffff","list":[{"pagePath":"pages/homepage/homepage","iconPath":"static/index.png","selectedIconPath":"static/indexChoice.png","text":"首页"},{"pagePath":"pages/special/special","iconPath":"static/zhuanti.png","selectedIconPath":"static/zhuantiChoice.png","text":"专题"},{"pagePath":"pages/search/search","iconPath":"static/sousuo.png","selectedIconPath":"static/sousuoChoice.png","text":"搜索"}],"height":"50px"},"launch_path":"__uniappview.html"}}
\ No newline at end of file
{"@platforms":["android","iPhone","iPad"],"id":"__UNI__13E0D8A","name":"广西民政数据分析系统","version":{"name":"1.0.0","code":"100"},"description":"","launch_path":"__uniappview.html","developer":{"name":"","email":"","url":""},"permissions":{"UniNView":{"description":"UniNView原生渲染"}},"plus":{"useragent":{"value":"uni-app","concatenate":true},"splashscreen":{"target":"id:1","autoclose":true,"waiting":true,"delay":0},"popGesture":"close","launchwebview":{"id":"1","kernel":"WKWebview"},"statusbar":{"immersed":"supportedDevice","style":"dark","background":"#F8F8F8"},"usingComponents":true,"nvueCompiler":"uni-app","compilerVersion":3,"distribute":{"icons":{"android":{"hdpi":"D:/Users/admin/Desktop/72.png","xhdpi":"D:/Users/admin/Desktop/96.png","xxhdpi":"D:/Users/admin/Desktop/144.png","xxxhdpi":"D:/Users/admin/Desktop/192.png"}},"google":{"permissions":["<uses-feature android:name=\"android.hardware.camera\"/>","<uses-feature android:name=\"android.hardware.camera.autofocus\"/>","<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\"/>","<uses-permission android:name=\"android.permission.ACCESS_FINE_LOCATION\"/>","<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>","<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>","<uses-permission android:name=\"android.permission.CALL_PHONE\"/>","<uses-permission android:name=\"android.permission.CAMERA\"/>","<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>","<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>","<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>","<uses-permission android:name=\"android.permission.MODIFY_AUDIO_SETTINGS\"/>","<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>","<uses-permission android:name=\"android.permission.READ_LOGS\"/>","<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>","<uses-permission android:name=\"android.permission.RECORD_AUDIO\"/>","<uses-permission android:name=\"android.permission.VIBRATE\"/>","<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>","<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"],"abiFilters":["armeabi-v7a","arm64-v8a","x86"]},"apple":{},"plugins":{"ad":{},"audio":{"mp3":{"description":"Android平台录音支持MP3格式文件"}}}},"allowsInlineMediaPlayback":true,"safearea":{"background":"#ffffff","bottom":{"offset":"auto"}},"uni-app":{"compilerVersion":"3.1.18","control":"uni-v3","nvueCompiler":"uni-app","renderer":"auto","nvue":{"flex-direction":"column"},"nvueLaunchMode":"normal"},"tabBar":{"color":"#999999","selectedColor":"#1296db","borderStyle":"rgba(0,0,0,0.4)","backgroundColor":"#ffffff","list":[{"pagePath":"pages/homepage/homepage","iconPath":"static/index.png","selectedIconPath":"static/indexChoice.png","text":"首页"},{"pagePath":"pages/special/special","iconPath":"static/zhuanti.png","selectedIconPath":"static/zhuantiChoice.png","text":"专题"},{"pagePath":"pages/search/search","iconPath":"static/sousuo.png","selectedIconPath":"static/sousuoChoice.png","text":"搜索"},{"pagePath":"pages/my/my","iconPath":"static/wode-copy.png","selectedIconPath":"static/wode-copy (1).png","text":"我的"}],"height":"50px"},"launch_path":"__uniappview.html"}}
\ No newline at end of file
......@@ -2,7 +2,7 @@
var isReady=false;var onReadyCallbacks=[];
var isServiceReady=false;var onServiceReadyCallbacks=[];
var __uniConfig = {"pages":["pages/index/index","pages/signIn/index","pages/homepage/homepage","pages/verification/verification","pages/retrieve/retrieve","pages/retrieve/change/change","pages/verification/verifyLogin/verifyLogin","pages/search/search","pages/special/special","pages/special/disability/disability","pages/special/marriage/marriage","pages/special/funeral/funeral","pages/special/rescue/rescue","pages/special/organization/organization","pages/search/searchList/searchList"],"window":{"navigationBarTextStyle":"black","navigationBarTitleText":"uni-app","navigationBarBackgroundColor":"#F8F8F8","backgroundColor":"#F8F8F8"},"tabBar":{"color":"#999999","selectedColor":"#1296db","borderStyle":"black","backgroundColor":"#ffffff","list":[{"pagePath":"pages/homepage/homepage","iconPath":"static/index.png","selectedIconPath":"static/indexChoice.png","text":"首页"},{"pagePath":"pages/special/special","iconPath":"static/zhuanti.png","selectedIconPath":"static/zhuantiChoice.png","text":"专题"},{"pagePath":"pages/search/search","iconPath":"static/sousuo.png","selectedIconPath":"static/sousuoChoice.png","text":"搜索"}]},"nvueCompiler":"uni-app","nvueStyleCompiler":"weex","renderer":"auto","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":false},"appname":"民政决策分析系统","compilerVersion":"3.1.18","entryPagePath":"pages/index/index","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000}};
var __uniRoutes = [{"path":"/pages/index/index","meta":{"isQuit":true},"window":{"navigationBarTitleText":"","titleNView":false}},{"path":"/pages/signIn/index","meta":{},"window":{"navigationBarTitleText":"","titleNView":false}},{"path":"/pages/homepage/homepage","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"广西省民政厅决策系统","enablePullDownRefresh":false}},{"path":"/pages/verification/verification","meta":{},"window":{"navigationBarTitleText":"验证码登录","enablePullDownRefresh":false}},{"path":"/pages/retrieve/retrieve","meta":{},"window":{"navigationBarTitleText":"找回密码","enablePullDownRefresh":false}},{"path":"/pages/retrieve/change/change","meta":{},"window":{"navigationBarTitleText":"找回密码","enablePullDownRefresh":false}},{"path":"/pages/verification/verifyLogin/verifyLogin","meta":{},"window":{"navigationBarTitleText":"验证码登录","enablePullDownRefresh":false}},{"path":"/pages/search/search","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"搜索","enablePullDownRefresh":false}},{"path":"/pages/special/special","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"广西省民政厅决策系统","enablePullDownRefresh":false}},{"path":"/pages/special/disability/disability","meta":{},"window":{"navigationBarTitleText":"残疾人两项补贴","enablePullDownRefresh":false}},{"path":"/pages/special/marriage/marriage","meta":{},"window":{"navigationBarTitleText":"婚姻汇总","enablePullDownRefresh":false}},{"path":"/pages/special/funeral/funeral","meta":{},"window":{"navigationBarTitleText":"殡葬汇总","enablePullDownRefresh":false}},{"path":"/pages/special/rescue/rescue","meta":{},"window":{"navigationBarTitleText":"社会救助","enablePullDownRefresh":false}},{"path":"/pages/special/organization/organization","meta":{},"window":{"navigationBarTitleText":"组织统计","enablePullDownRefresh":false}},{"path":"/pages/search/searchList/searchList","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}}];
var __uniRoutes = [{"path":"/pages/index/index","meta":{"isQuit":true},"window":{"navigationBarTitleText":"","titleNView":false}},{"path":"/pages/signIn/index","meta":{},"window":{"navigationBarTitleText":"","titleNView":false}},{"path":"/pages/homepage/homepage","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"数据分析掌上系统","enablePullDownRefresh":false}},{"path":"/pages/verification/verification","meta":{},"window":{"navigationBarTitleText":"验证码登录","enablePullDownRefresh":false}},{"path":"/pages/retrieve/retrieve","meta":{},"window":{"navigationBarTitleText":"找回密码","enablePullDownRefresh":false}},{"path":"/pages/retrieve/change/change","meta":{},"window":{"navigationBarTitleText":"找回密码","enablePullDownRefresh":false}},{"path":"/pages/verification/verifyLogin/verifyLogin","meta":{},"window":{"navigationBarTitleText":"验证码登录","enablePullDownRefresh":false}},{"path":"/pages/search/search","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"搜索","enablePullDownRefresh":false}},{"path":"/pages/special/special","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"数据分析掌上系统","enablePullDownRefresh":false}},{"path":"/pages/special/disability/disability","meta":{},"window":{"navigationBarTitleText":"残疾人两项补贴","enablePullDownRefresh":false}},{"path":"/pages/special/marriage/marriage","meta":{},"window":{"navigationBarTitleText":"婚姻汇总","enablePullDownRefresh":false}},{"path":"/pages/special/funeral/funeral","meta":{},"window":{"navigationBarTitleText":"殡葬汇总","enablePullDownRefresh":false}},{"path":"/pages/special/rescue/rescue","meta":{},"window":{"navigationBarTitleText":"社会救助","enablePullDownRefresh":false}},{"path":"/pages/special/organization/organization","meta":{},"window":{"navigationBarTitleText":"组织统计","enablePullDownRefresh":false}},{"path":"/pages/search/searchList/searchList","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}}];
__uniConfig.onReady=function(callback){if(__uniConfig.ready){callback()}else{onReadyCallbacks.push(callback)}};Object.defineProperty(__uniConfig,"ready",{get:function(){return isReady},set:function(val){isReady=val;if(!isReady){return}const callbacks=onReadyCallbacks.slice(0);onReadyCallbacks.length=0;callbacks.forEach(function(callback){callback()})}});
__uniConfig.onServiceReady=function(callback){if(__uniConfig.serviceReady){callback()}else{onServiceReadyCallbacks.push(callback)}};Object.defineProperty(__uniConfig,"serviceReady",{get:function(){return isServiceReady},set:function(val){isServiceReady=val;if(!isServiceReady){return}const callbacks=onServiceReadyCallbacks.slice(0);onServiceReadyCallbacks.length=0;callbacks.forEach(function(callback){callback()})}});
service.register("uni-app-config",{create(a,b,c){if(!__uniConfig.viewport){var d=b.weex.config.env.scale,e=b.weex.config.env.deviceWidth,f=Math.ceil(e/d);Object.assign(__uniConfig,{viewport:f,defaultFontSize:Math.round(f/20)})}return{instance:{__uniConfig:__uniConfig,__uniRoutes:__uniRoutes,global:void 0,window:void 0,document:void 0,frames:void 0,self:void 0,location:void 0,navigator:void 0,localStorage:void 0,history:void 0,Caches:void 0,screen:void 0,alert:void 0,confirm:void 0,prompt:void 0,fetch:void 0,XMLHttpRequest:void 0,WebSocket:void 0,webkit:void 0,print:void 0}}}});
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
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 to comment