Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0d1a04da81 | ||
|
|
513464cc74 | ||
|
|
5664dfc7b6 | ||
|
|
e4feb9f9f0 | ||
|
|
bc382a5533 | ||
|
|
44935b095e | ||
|
|
5b8dccc61e | ||
|
|
5c85b93dd3 | ||
|
|
a2558c0e29 | ||
|
|
2cc23d70c4 | ||
|
|
84ee84777d | ||
|
|
fe831c1549 | ||
|
|
d74a057fe7 | ||
|
|
52ae542c27 | ||
|
|
38d8681f00 | ||
|
|
2b4973d00a | ||
|
|
f20d8160f0 | ||
|
|
3932bce353 | ||
|
|
9346ff344c | ||
|
|
f9c89cf57a | ||
|
|
096457e28e | ||
|
|
31b4b33e59 | ||
|
|
b4540c687b | ||
|
|
766a60a887 | ||
|
|
a51a93a86c | ||
|
|
78b4a8b717 | ||
|
|
40780e403d | ||
|
|
e16107be27 | ||
|
|
3e7df4eae5 | ||
|
|
4a2a9ed7b3 | ||
|
|
bd877defee | ||
|
|
ba382fa291 | ||
|
|
3e8354dfdf | ||
|
|
8111c269ef | ||
|
|
471323a6cf | ||
|
|
64718de258 | ||
|
|
3588bed039 | ||
|
|
2341d73a42 |
@@ -184,4 +184,12 @@ export function msCaseSign(data) {
|
|||||||
method: "post",
|
method: "post",
|
||||||
data: data,
|
data: data,
|
||||||
})
|
})
|
||||||
|
}
|
||||||
|
//证件类型
|
||||||
|
export function idType(data) {
|
||||||
|
return request({
|
||||||
|
url: '/system/dict/data/type/id_type',
|
||||||
|
method: 'get',
|
||||||
|
params: data
|
||||||
|
})
|
||||||
}
|
}
|
||||||
@@ -93,4 +93,12 @@ export function wxregister(data) {
|
|||||||
method: 'post',
|
method: 'post',
|
||||||
data: data
|
data: data
|
||||||
})
|
})
|
||||||
|
}
|
||||||
|
// 获取证件类型
|
||||||
|
export function idType(data){
|
||||||
|
return request({
|
||||||
|
url: '/system/dict/data/type/id_type',
|
||||||
|
method: 'get',
|
||||||
|
params: data
|
||||||
|
})
|
||||||
}
|
}
|
||||||
@@ -5,8 +5,8 @@ module.exports = {
|
|||||||
// baseUrl: 'http://121.40.189.20:9001',
|
// baseUrl: 'http://121.40.189.20:9001',
|
||||||
baseUrlZC: 'https://api.xayunmei.com/zhongcaiapi',
|
baseUrlZC: 'https://api.xayunmei.com/zhongcaiapi',
|
||||||
// baseUrlZC: 'https://api.xayunmei.com/zhongcaiapitest',
|
// baseUrlZC: 'https://api.xayunmei.com/zhongcaiapitest',
|
||||||
baseUrlTJ: 'https://api.xayunmei.com/tiaojieapitest',
|
// baseUrlTJ: 'https://api.xayunmei.com/tiaojieapitest',
|
||||||
// baseUrlTJ: 'https://api.xayunmei.com/tiaojieapi',
|
baseUrlTJ: 'https://api.xayunmei.com/tiaojieapi',
|
||||||
// baseUrlZC: 'http://121.40.189.20:8001',
|
// baseUrlZC: 'http://121.40.189.20:8001',
|
||||||
// baseUrlTJ: 'http://172.16.1.43:6001',
|
// baseUrlTJ: 'http://172.16.1.43:6001',
|
||||||
// baseUrl: 'http://172.16.1.24:8001',
|
// baseUrl: 'http://172.16.1.24:8001',
|
||||||
|
|||||||
+3
-1
@@ -49,7 +49,9 @@
|
|||||||
"postcss": true
|
"postcss": true
|
||||||
},
|
},
|
||||||
"optimization": {
|
"optimization": {
|
||||||
"subPackages": true
|
"subPackages": {
|
||||||
|
"subPackages": true
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"usingComponents": true,
|
"usingComponents": true,
|
||||||
"permission": {}
|
"permission": {}
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
|
"lazyCodeLoading":"requiredComponents",
|
||||||
"pages": [{
|
"pages": [{
|
||||||
"path": "pages/switchSystem",
|
"path": "pages/switchSystem",
|
||||||
"style": {
|
"style": {
|
||||||
@@ -255,4 +256,5 @@
|
|||||||
"navigationBarTitleText": "RuoYi",
|
"navigationBarTitleText": "RuoYi",
|
||||||
"navigationBarBackgroundColor": "#FFFFFF"
|
"navigationBarBackgroundColor": "#FFFFFF"
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</uni-forms-item>
|
</uni-forms-item>
|
||||||
<uni-forms-item label="被申请人缴费:" name="feePayable" label-width="100px" v-if="annexTypeB">
|
<uni-forms-item label="被申请人缴费:" name="feePayable" label-width="100px" v-if="annexTypeB">
|
||||||
<view v-for="item in formData.caseAttachList">
|
<view v-for="item in formData.resCaseAttachList">
|
||||||
<uni-link v-if="item.annexType==9" :href="item.annexPath" color="#007BFF"
|
<uni-link v-if="item.annexType==9" :href="item.annexPath" color="#007BFF"
|
||||||
:text="item.annexName"></uni-link>
|
:text="item.annexName"></uni-link>
|
||||||
</view>
|
</view>
|
||||||
@@ -132,7 +132,10 @@
|
|||||||
this.formData.caseAttachList.forEach(res => {
|
this.formData.caseAttachList.forEach(res => {
|
||||||
if (res.annexType == 4) {
|
if (res.annexType == 4) {
|
||||||
this.annexTypeS = true
|
this.annexTypeS = true
|
||||||
} else if (res.annexType == 9) {
|
}
|
||||||
|
})
|
||||||
|
this.formData.resCaseAttachList.forEach(res => {
|
||||||
|
if (res.annexType == 9) {
|
||||||
this.annexTypeB = true
|
this.annexTypeB = true
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -20,17 +20,21 @@
|
|||||||
<view class="lable">
|
<view class="lable">
|
||||||
申请人:
|
申请人:
|
||||||
</view>
|
</view>
|
||||||
<view class="main">
|
<uni-tooltip :content="defalutVal.applicationName">
|
||||||
{{defalutVal.applicationName}}
|
<view class="textHidden">
|
||||||
|
{{defalutVal.applicationName}}
|
||||||
</view>
|
</view>
|
||||||
|
</uni-tooltip>
|
||||||
</view>
|
</view>
|
||||||
<view class="listItem" style="margin-top:22rpx">
|
<view class="listItem" style="margin-top:22rpx">
|
||||||
<view class="lable">
|
<view class="lable">
|
||||||
被申请人:
|
被申请人:
|
||||||
</view>
|
</view>
|
||||||
<view class="main">
|
<uni-tooltip :content="defalutVal.respondentName">
|
||||||
|
<view class="textHidden">
|
||||||
{{defalutVal.respondentName}}
|
{{defalutVal.respondentName}}
|
||||||
</view>
|
</view>
|
||||||
|
</uni-tooltip>
|
||||||
</view>
|
</view>
|
||||||
<view class="listItem">
|
<view class="listItem">
|
||||||
<view class="lable">
|
<view class="lable">
|
||||||
@@ -49,7 +53,7 @@
|
|||||||
<button class="btnItem" type="primary" size="mini" @tap="caseDetail">选择调解员</button> -->
|
<button class="btnItem" type="primary" size="mini" @tap="caseDetail">选择调解员</button> -->
|
||||||
<button class="btnItem" type="primary" @tap="clickType(item.id)" size="mini" v-for="(item) in buttonList"
|
<button class="btnItem" type="primary" @tap="clickType(item.id)" size="mini" v-for="(item) in buttonList"
|
||||||
:key="item.id"
|
:key="item.id"
|
||||||
v-if="item.id == defalutVal.caseFlowId && checkPermi([item.buttonAuthFlag])">{{ item.nodeName }}</button>
|
v-if="item.id == defalutVal.caseFlowId && checkPermi([item.buttonAuthFlag])&& (defalutVal.appOperatorFlag == 1 || defalutVal.resOperatorFlag == 1 || defalutVal.otherFlag == 1)">{{ item.nodeName }}</button>
|
||||||
<!-- <button class="btnItem" type="primary" size="mini" @tap="confirmationEvidence">确认证据</button>
|
<!-- <button class="btnItem" type="primary" size="mini" @tap="confirmationEvidence">确认证据</button>
|
||||||
<button class="btnItem" type="primary" size="mini" @tap="isAssignrbitrators">是否指派仲裁员</button>
|
<button class="btnItem" type="primary" size="mini" @tap="isAssignrbitrators">是否指派仲裁员</button>
|
||||||
<button class="btnItem" type="primary" size="mini" @tap="isAssignrbitrators">是否指派仲裁员</button>
|
<button class="btnItem" type="primary" size="mini" @tap="isAssignrbitrators">是否指派仲裁员</button>
|
||||||
@@ -321,4 +325,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.textHidden{
|
||||||
|
width: 300rpx;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
overflow: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -6,11 +6,11 @@
|
|||||||
<uni-easyinput :inputBorder="false" :disabled='true' v-model="formData.caseNum" placeholder="" />
|
<uni-easyinput :inputBorder="false" :disabled='true' v-model="formData.caseNum" placeholder="" />
|
||||||
</uni-forms-item>
|
</uni-forms-item>
|
||||||
<uni-forms-item label="申请人:" name="applicantName" label-width="120px" required>
|
<uni-forms-item label="申请人:" name="applicantName" label-width="120px" required>
|
||||||
<uni-easyinput :inputBorder="false" :disabled='true' v-model="affiliate.applicationName"
|
<uni-easyinput :inputBorder="false" :disabled='true' v-model="affiliate"
|
||||||
placeholder="" />
|
placeholder="" />
|
||||||
</uni-forms-item>
|
</uni-forms-item>
|
||||||
<uni-forms-item label="被申请人:" name="respondentName" label-width="120px" required>
|
<uni-forms-item label="被申请人:" name="respondentName" label-width="120px" required>
|
||||||
<uni-easyinput :inputBorder="false" :disabled='true' v-model="affiliate.respondentName"
|
<uni-easyinput :inputBorder="false" :disabled='true' v-model="affiliateRes"
|
||||||
placeholder="" />
|
placeholder="" />
|
||||||
</uni-forms-item>
|
</uni-forms-item>
|
||||||
<!-- <uni-forms-item label="案件标的:" name="caseSubjectAmount" label-width="120px" required>
|
<!-- <uni-forms-item label="案件标的:" name="caseSubjectAmount" label-width="120px" required>
|
||||||
@@ -63,7 +63,8 @@
|
|||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
formData: {},
|
formData: {},
|
||||||
affiliate:{},
|
affiliate:"",
|
||||||
|
affiliateRes:"",
|
||||||
selectFlag: false,
|
selectFlag: false,
|
||||||
rules: {},
|
rules: {},
|
||||||
payPlatforms: [{
|
payPlatforms: [{
|
||||||
@@ -100,8 +101,13 @@
|
|||||||
getData(parms) {
|
getData(parms) {
|
||||||
selectById(parms).then(res => {
|
selectById(parms).then(res => {
|
||||||
this.formData = res.data
|
this.formData = res.data
|
||||||
this.affiliate = res.data.affiliate
|
this.affiliate = res.data.affiliate.applicant.map(item =>item.applicant.name).join(',')
|
||||||
console.log(this.formData)
|
this.affiliateRes = res.data.affiliate.res.map(item =>item.res.name).join(',')
|
||||||
|
res.data.affiliate.applicant.forEach((item,index) =>{
|
||||||
|
if(item.res!=null){
|
||||||
|
this.affiliateRes = {name:item.res.name}
|
||||||
|
}
|
||||||
|
})
|
||||||
if(this.dataType.type==4){
|
if(this.dataType.type==4){
|
||||||
this.formDataVal ={
|
this.formDataVal ={
|
||||||
annexType: 4,
|
annexType: 4,
|
||||||
@@ -160,7 +166,6 @@
|
|||||||
annexId: data.annexId,
|
annexId: data.annexId,
|
||||||
annexName: data.fileName
|
annexName: data.fileName
|
||||||
});
|
});
|
||||||
// console.log(this.submitForm, "OOOOOOOOOOOOOOOOOOOOOOOOO");
|
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: '上传成功',
|
title: '上传成功',
|
||||||
icon: 'none',
|
icon: 'none',
|
||||||
|
|||||||
@@ -97,11 +97,11 @@
|
|||||||
</uni-forms-item>
|
</uni-forms-item>
|
||||||
<uni-forms-item label="申请人:" name="applicantName" label-width="120px" required>
|
<uni-forms-item label="申请人:" name="applicantName" label-width="120px" required>
|
||||||
<uni-easyinput :inputBorder="false" :disabled='true'
|
<uni-easyinput :inputBorder="false" :disabled='true'
|
||||||
v-model="formData.affiliate.applicationName" placeholder="" />
|
v-model="affiliateApp" placeholder="" />
|
||||||
</uni-forms-item>
|
</uni-forms-item>
|
||||||
<uni-forms-item label="被申请人:" name="respondentName" label-width="120px" required>
|
<uni-forms-item label="被申请人:" name="respondentName" label-width="120px" required>
|
||||||
<uni-easyinput :inputBorder="false" :disabled='true'
|
<uni-easyinput :inputBorder="false" :disabled='true'
|
||||||
v-model="formData.affiliate.respondentName" placeholder="" />
|
v-model="affiliateRes" placeholder="" />
|
||||||
</uni-forms-item>
|
</uni-forms-item>
|
||||||
<!-- <uni-forms-item label="是否有异议需要举证" label-width="120px" name="objectionAddEviden" required>
|
<!-- <uni-forms-item label="是否有异议需要举证" label-width="120px" name="objectionAddEviden" required>
|
||||||
<uni-data-checkbox class='checkbox' v-model="subnitForm.objectionAddEviden"
|
<uni-data-checkbox class='checkbox' v-model="subnitForm.objectionAddEviden"
|
||||||
@@ -279,6 +279,8 @@
|
|||||||
defaultSelected: [], //默认选中项
|
defaultSelected: [], //默认选中项
|
||||||
serviceList: ['1', '2'], //传递给子组件的数据
|
serviceList: ['1', '2'], //传递给子组件的数据
|
||||||
current: 0,
|
current: 0,
|
||||||
|
affiliateApp:"",
|
||||||
|
affiliateRes:"",
|
||||||
itemsT: ['案件详情', '案件资料'],
|
itemsT: ['案件详情', '案件资料'],
|
||||||
styleType: 'button',
|
styleType: 'button',
|
||||||
activeColor: '#007aff',
|
activeColor: '#007aff',
|
||||||
@@ -467,6 +469,8 @@
|
|||||||
id: parms
|
id: parms
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
this.formData = res.data
|
this.formData = res.data
|
||||||
|
this.affiliateApp = res.data.affiliate.applicant.map(item =>item.applicant.name).join(',')
|
||||||
|
this.affiliateRes = res.data.affiliate.res.map(item =>item.res.name).join(',')
|
||||||
console.log(res, "KKKKKKKKKKKKKKKKKKKKK");
|
console.log(res, "KKKKKKKKKKKKKKKKKKKKK");
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -29,7 +29,7 @@
|
|||||||
return {
|
return {
|
||||||
caseList: [],
|
caseList: [],
|
||||||
pageNum: 1,
|
pageNum: 1,
|
||||||
pageSize: 10,
|
pageSize: 50,
|
||||||
sysType: null,
|
sysType: null,
|
||||||
total: null,
|
total: null,
|
||||||
buttonList: []
|
buttonList: []
|
||||||
@@ -127,6 +127,7 @@
|
|||||||
this.caseList = []
|
this.caseList = []
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
@@ -170,7 +171,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.getList(obj)
|
this.getList(obj)
|
||||||
}
|
},
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
this.buttonList = []
|
this.buttonList = []
|
||||||
@@ -201,8 +202,13 @@
|
|||||||
// caseStatus:4
|
// caseStatus:4
|
||||||
// }
|
// }
|
||||||
// this.getList(obj)
|
// this.getList(obj)
|
||||||
|
},
|
||||||
|
onUnload(){
|
||||||
|
uni.reLaunch({
|
||||||
|
url: '/pages/work/index'
|
||||||
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
+17
-17
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="content">
|
<view class="content">
|
||||||
<view class="header">
|
<view class="header">
|
||||||
<uni-section title="我的代办事项" type="line" padding></uni-section>
|
<uni-section title="我的代办事项" type="line" padding></uni-section>
|
||||||
</view>
|
</view>
|
||||||
@@ -54,7 +54,7 @@
|
|||||||
<view class="badge">{{dataCount.caseApplyEvidence}}</view>
|
<view class="badge">{{dataCount.caseApplyEvidence}}</view>
|
||||||
<view class="cardMain">
|
<view class="cardMain">
|
||||||
</view>
|
</view>
|
||||||
<view class="cardMain">
|
<view class="cardMain" style="margin-top: 75rpx;">
|
||||||
<view class="imgTitle">待案件质证</view>
|
<view class="imgTitle">待案件质证</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@@ -162,14 +162,14 @@
|
|||||||
<view class="imgTitle">待案件归档</view>
|
<view class="imgTitle">待案件归档</view>
|
||||||
</view>
|
</view>
|
||||||
</view> -->
|
</view> -->
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import {todoCount,toDoCountReferee} from '@/api/homePage/index.js'
|
import {todoCount,toDoCountReferee} from '@/api/homePage/index.js'
|
||||||
import LuanqingEmpty from "@/components/luanqing-empty.vue"
|
import LuanqingEmpty from "@/components/luanqing-empty.vue"
|
||||||
import config from '@/config'
|
import config from '@/config'
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
'luanqing-empty': LuanqingEmpty,
|
'luanqing-empty': LuanqingEmpty,
|
||||||
@@ -211,16 +211,16 @@
|
|||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
this.getHomePage()
|
this.getHomePage()
|
||||||
},
|
},
|
||||||
onLoad: function() {
|
onLoad: function() {
|
||||||
this.sysType = uni.getStorageSync('sysType');
|
this.sysType = uni.getStorageSync('sysType');
|
||||||
console.log(this.sysType)
|
console.log(this.sysType)
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
page {
|
page {
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
}
|
}
|
||||||
@@ -267,5 +267,5 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
+223
-221
@@ -1,246 +1,248 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="normal-login-container">
|
<view class="normal-login-container">
|
||||||
<view class="logo-content align-center justify-center flex" v-if="logSyste==1">
|
<view class="logo-content align-center justify-center flex" v-if="logSyste==1">
|
||||||
<image style="width: 100rpx;height: 100rpx;" :src="globalConfig.appInfo.logo" mode="widthFix">
|
<image style="width: 100rpx;height: 100rpx;" :src="globalConfig.appInfo.logo" mode="widthFix">
|
||||||
</image>
|
</image>
|
||||||
<text class="title">仲裁平台</text>
|
<text class="title">仲裁平台</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="logo-content align-center justify-center flex" v-if="logSyste==2">
|
<view class="logo-content align-center justify-center flex" v-if="logSyste==2">
|
||||||
<image style="width: 100rpx;height: 100rpx;" src="../static/refree.png" mode="widthFix">
|
<image style="width: 100rpx;height: 100rpx;" src="https://txroom.xayunmei.com/refree.png" mode="widthFix">
|
||||||
</image>
|
</image>
|
||||||
<text class="title">调解平台</text>
|
<text class="title">调解平台</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="login-form-content">
|
<view class="login-form-content">
|
||||||
<view class="input-item flex align-center">
|
<view class="input-item flex align-center">
|
||||||
<view class="iconfont icon-user icon"></view>
|
<view class="iconfont icon-user icon"></view>
|
||||||
<input v-model="loginForm.username" class="input" type="text" placeholder="请输入账号" maxlength="30" />
|
<input v-model="loginForm.username" class="input" type="text" placeholder="请输入账号" maxlength="30" />
|
||||||
</view>
|
</view>
|
||||||
<view class="input-item flex align-center">
|
<view class="input-item flex align-center">
|
||||||
<view class="iconfont icon-password icon"></view>
|
<view class="iconfont icon-password icon"></view>
|
||||||
<input v-model="loginForm.password" type="password" class="input" placeholder="请输入密码" maxlength="20" />
|
<input v-model="loginForm.password" type="password" class="input" placeholder="请输入密码" maxlength="20" />
|
||||||
</view>
|
</view>
|
||||||
<view class="input-item flex align-center" style="width: 60%;margin: 0px;" v-if="captchaEnabled">
|
<view class="input-item flex align-center" style="width: 60%;margin: 0px;" v-if="captchaEnabled">
|
||||||
<view class="iconfont icon-code icon"></view>
|
<view class="iconfont icon-code icon"></view>
|
||||||
<input v-model="loginForm.code" type="number" class="input" placeholder="请输入验证码" maxlength="4" />
|
<input v-model="loginForm.code" type="number" class="input" placeholder="请输入验证码" maxlength="4" />
|
||||||
<view class="login-code">
|
<view class="login-code">
|
||||||
<image :src="codeUrl" @click="getCode" class="login-code-img"></image>
|
<image :src="codeUrl" @click="getCode" class="login-code-img"></image>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="ageen-read">
|
<view class="ageen-read">
|
||||||
<checkbox-group @change="handleAgreeChange">
|
<checkbox-group @change="handleAgreeChange">
|
||||||
<checkbox value="agree"/>
|
<checkbox value="agree" />
|
||||||
<text class="agreen-text">阅读并同意</text>
|
<text class="agreen-text">阅读并同意</text>
|
||||||
<text @click="equityNotice" class="text-blue">《权益告知书》</text>
|
<text @click="equityNotice" class="text-blue">《权益告知书》</text>
|
||||||
</checkbox-group>
|
</checkbox-group>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
<view class="action-btn">
|
<view class="action-btn">
|
||||||
<button @click="handleLogin" class="login-btn cu-btn block bg-blue lg round">登录</button>
|
<button @click="handleLogin" class="login-btn cu-btn block bg-blue lg round">登录</button>
|
||||||
</view>
|
</view>
|
||||||
<view class="reg text-center" v-if="register">
|
<view class="reg text-center" v-if="register">
|
||||||
<text class="text-grey1">没有账号?</text>
|
<text class="text-grey1">没有账号?</text>
|
||||||
<text @click="handleUserRegister" class="text-blue">立即注册</text>
|
<text @click="handleUserRegister" class="text-blue">立即注册</text>
|
||||||
</view>
|
</view>
|
||||||
<!-- <view class="reg text-center" v-if="register">
|
<!-- <view class="reg text-center" v-if="register">
|
||||||
<text class="text-grey1">使用其他方式登录:</text>
|
<text class="text-grey1">使用其他方式登录:</text>
|
||||||
<text @click="handleUserRegister" class="text-blue"></text>
|
<text @click="handleUserRegister" class="text-blue"></text>
|
||||||
</view> -->
|
</view> -->
|
||||||
<!-- <view class="xieyi text-center">
|
<!-- <view class="xieyi text-center">
|
||||||
<text class="text-grey1">登录即代表同意</text>
|
<text class="text-grey1">登录即代表同意</text>
|
||||||
<text @click="handleUserAgrement" class="text-blue">《用户协议》</text>
|
<text @click="handleUserAgrement" class="text-blue">《用户协议》</text>
|
||||||
<text @click="handlePrivacy" class="text-blue">《隐私协议》</text>
|
<text @click="handlePrivacy" class="text-blue">《隐私协议》</text>
|
||||||
</view> -->
|
</view> -->
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import {
|
import {
|
||||||
getCodeImg
|
getCodeImg
|
||||||
} from '@/api/login'
|
} from '@/api/login'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
codeUrl: "",
|
codeUrl: "",
|
||||||
captchaEnabled: true,
|
captchaEnabled: true,
|
||||||
logSyste:0,
|
logSyste: 0,
|
||||||
// 用户注册开关
|
// 用户注册开关
|
||||||
register: true,
|
register: true,
|
||||||
globalConfig: getApp().globalData.config,
|
globalConfig: getApp().globalData.config,
|
||||||
loginForm: {
|
loginForm: {
|
||||||
username: "",
|
username: "",
|
||||||
password: "",
|
password: "",
|
||||||
code: "",
|
code: "",
|
||||||
uuid: '',
|
uuid: '',
|
||||||
|
|
||||||
},
|
},
|
||||||
isSelectAgree:[]
|
isSelectAgree: []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
this.getCode()
|
this.getCode()
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
handleAgreeChange(e){
|
handleAgreeChange(e) {
|
||||||
this.isSelectAgree = e.detail.value
|
this.isSelectAgree = e.detail.value
|
||||||
},
|
},
|
||||||
// 用户注册
|
// 用户注册
|
||||||
handleUserRegister() {
|
handleUserRegister() {
|
||||||
this.$tab.redirectTo(`/pages/realName`)
|
this.$tab.redirectTo(`/pages/realName`)
|
||||||
},
|
},
|
||||||
// 权益告知书
|
// 权益告知书
|
||||||
equityNotice(){
|
equityNotice() {
|
||||||
//this.$tab.redirectTo(`/pages/personalInfoCollection`)
|
//this.$tab.redirectTo(`/pages/personalInfoCollection`)
|
||||||
this.$tab.navigateTo(`/pages/personalInfoCollection?title=权益告知书`)
|
this.$tab.navigateTo(`/pages/personalInfoCollection?title=权益告知书`)
|
||||||
},
|
|
||||||
// 隐私协议
|
|
||||||
handlePrivacy() {
|
|
||||||
let site = this.globalConfig.appInfo.agreements[0]
|
|
||||||
this.$tab.navigateTo(`/pages/common/webview/index?title=${site.title}&url=${site.url}`)
|
|
||||||
},
|
|
||||||
// 用户协议
|
|
||||||
handleUserAgrement() {
|
|
||||||
let site = this.globalConfig.appInfo.agreements[1]
|
|
||||||
this.$tab.navigateTo(`/pages/common/webview/index?title=${site.title}&url=${site.url}`)
|
|
||||||
},
|
|
||||||
// 获取图形验证码
|
|
||||||
getCode() {
|
|
||||||
getCodeImg().then(res => {
|
|
||||||
this.captchaEnabled = res.captchaEnabled === undefined ? true : res.captchaEnabled
|
|
||||||
if (this.captchaEnabled) {
|
|
||||||
this.codeUrl = 'data:image/gif;base64,' + res.img
|
|
||||||
this.loginForm.uuid = res.uuid
|
|
||||||
}
|
|
||||||
})
|
|
||||||
},
|
|
||||||
// 登录方法
|
|
||||||
async handleLogin() {
|
|
||||||
const sysType = uni.getStorageSync('sysType')
|
|
||||||
if (this.loginForm.username === "") {
|
|
||||||
this.$modal.msgError("请输入您的账号")
|
|
||||||
}else if(this.isSelectAgree.length < 1){
|
|
||||||
this.$modal.msgError("请先阅读个人信息收集条款并同意")
|
|
||||||
} else if (this.loginForm.password === "") {
|
|
||||||
this.$modal.msgError("请输入您的密码")
|
|
||||||
} else if (this.loginForm.code === "" && this.captchaEnabled) {
|
|
||||||
this.$modal.msgError("请输入验证码")
|
|
||||||
} else {
|
|
||||||
this.$modal.loading("登录中,请耐心等待...")
|
|
||||||
this.pwdLogin()
|
|
||||||
}
|
|
||||||
},
|
|
||||||
// 密码登录
|
|
||||||
async pwdLogin() {
|
|
||||||
this.$store.dispatch('Login', this.loginForm).then(() => {
|
|
||||||
this.$modal.closeLoading()
|
|
||||||
this.loginSuccess()
|
|
||||||
}).catch(() => {
|
|
||||||
if (this.captchaEnabled) {
|
|
||||||
this.getCode()
|
|
||||||
}
|
|
||||||
})
|
|
||||||
},
|
|
||||||
// 登录成功后,处理函数
|
|
||||||
loginSuccess(result) {
|
|
||||||
// 设置用户信息
|
|
||||||
this.$store.dispatch('GetInfo').then(res => {
|
|
||||||
this.$tab.reLaunch('/pages/work/index')
|
|
||||||
})
|
|
||||||
},
|
},
|
||||||
onLoad(options){
|
// 隐私协议
|
||||||
let vals = decodeURIComponent(options.values);
|
handlePrivacy() {
|
||||||
this.logSyste = vals
|
let site = this.globalConfig.appInfo.agreements[0]
|
||||||
|
this.$tab.navigateTo(`/pages/common/webview/index?title=${site.title}&url=${site.url}`)
|
||||||
|
},
|
||||||
|
// 用户协议
|
||||||
|
handleUserAgrement() {
|
||||||
|
let site = this.globalConfig.appInfo.agreements[1]
|
||||||
|
this.$tab.navigateTo(`/pages/common/webview/index?title=${site.title}&url=${site.url}`)
|
||||||
|
},
|
||||||
|
// 获取图形验证码
|
||||||
|
getCode() {
|
||||||
|
getCodeImg().then(res => {
|
||||||
|
this.captchaEnabled = res.captchaEnabled === undefined ? true : res.captchaEnabled
|
||||||
|
if (this.captchaEnabled) {
|
||||||
|
this.codeUrl = 'data:image/gif;base64,' + res.img
|
||||||
|
this.loginForm.uuid = res.uuid
|
||||||
|
}
|
||||||
|
})
|
||||||
|
},
|
||||||
|
// 登录方法
|
||||||
|
async handleLogin() {
|
||||||
|
const sysType = uni.getStorageSync('sysType')
|
||||||
|
if (this.loginForm.username === "") {
|
||||||
|
this.$modal.msgError("请输入您的账号")
|
||||||
|
} else if (this.isSelectAgree.length < 1) {
|
||||||
|
this.$modal.msgError("请先阅读个人信息收集条款并同意")
|
||||||
|
} else if (this.loginForm.password === "") {
|
||||||
|
this.$modal.msgError("请输入您的密码")
|
||||||
|
} else if (this.loginForm.code === "" && this.captchaEnabled) {
|
||||||
|
this.$modal.msgError("请输入验证码")
|
||||||
|
} else {
|
||||||
|
this.$modal.loading("登录中,请耐心等待...")
|
||||||
|
this.pwdLogin()
|
||||||
|
}
|
||||||
|
},
|
||||||
|
// 密码登录
|
||||||
|
async pwdLogin() {
|
||||||
|
this.$store.dispatch('Login', this.loginForm).then(() => {
|
||||||
|
this.$modal.closeLoading()
|
||||||
|
this.loginSuccess()
|
||||||
|
}).catch(() => {
|
||||||
|
if (this.captchaEnabled) {
|
||||||
|
this.getCode()
|
||||||
|
}
|
||||||
|
})
|
||||||
|
},
|
||||||
|
// 登录成功后,处理函数
|
||||||
|
loginSuccess(result) {
|
||||||
|
// 设置用户信息
|
||||||
|
this.$store.dispatch('GetInfo').then(res => {
|
||||||
|
this.$tab.reLaunch('/pages/work/index')
|
||||||
|
})
|
||||||
|
},
|
||||||
|
onLoad(options) {
|
||||||
|
let vals = decodeURIComponent(options.values);
|
||||||
|
this.logSyste = vals
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
page {
|
page {
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.normal-login-container {
|
.normal-login-container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
.logo-content {
|
.logo-content {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font-size: 21px;
|
font-size: 21px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding-top: 15%;
|
padding-top: 15%;
|
||||||
|
|
||||||
image {
|
image {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
|
||||||
|
|
||||||
.title {
|
|
||||||
margin-left: 10px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.login-form-content {
|
|
||||||
// text-align: center;
|
|
||||||
margin: 20px auto;
|
|
||||||
margin-top: 15%;
|
|
||||||
width: 80%;
|
|
||||||
|
|
||||||
.input-item {
|
|
||||||
margin: 20px auto;
|
|
||||||
background-color: #f5f6f7;
|
|
||||||
height: 45px;
|
|
||||||
border-radius: 20px;
|
|
||||||
|
|
||||||
.icon {
|
|
||||||
font-size: 38rpx;
|
|
||||||
margin-left: 10px;
|
|
||||||
color: #999;
|
|
||||||
}
|
|
||||||
|
|
||||||
.input {
|
|
||||||
width: 100%;
|
|
||||||
font-size: 14px;
|
|
||||||
line-height: 20px;
|
|
||||||
text-align: left;
|
|
||||||
padding-left: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.login-btn {
|
|
||||||
margin-top: 40px;
|
|
||||||
height: 45px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.reg {
|
|
||||||
margin-top: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.xieyi {
|
|
||||||
color: #333;
|
|
||||||
margin-top: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.login-code {
|
|
||||||
height: 38px;
|
|
||||||
float: right;
|
|
||||||
|
|
||||||
.login-code-img {
|
|
||||||
height: 38px;
|
|
||||||
position: absolute;
|
|
||||||
margin-left: 10px;
|
|
||||||
width: 200rpx;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
.ageen-read{
|
|
||||||
margin-top:65rpx;
|
.title {
|
||||||
.agreen-text{
|
margin-left: 10px;
|
||||||
padding-left:20rpx;
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.login-form-content {
|
||||||
|
// text-align: center;
|
||||||
|
margin: 20px auto;
|
||||||
|
margin-top: 15%;
|
||||||
|
width: 80%;
|
||||||
|
|
||||||
|
.input-item {
|
||||||
|
margin: 20px auto;
|
||||||
|
background-color: #f5f6f7;
|
||||||
|
height: 45px;
|
||||||
|
border-radius: 20px;
|
||||||
|
|
||||||
|
.icon {
|
||||||
|
font-size: 38rpx;
|
||||||
|
margin-left: 10px;
|
||||||
color: #999;
|
color: #999;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
.input {
|
||||||
}
|
width: 100%;
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 20px;
|
||||||
|
text-align: left;
|
||||||
|
padding-left: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.login-btn {
|
||||||
|
margin-top: 40px;
|
||||||
|
height: 45px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.reg {
|
||||||
|
margin-top: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.xieyi {
|
||||||
|
color: #333;
|
||||||
|
margin-top: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.login-code {
|
||||||
|
height: 38px;
|
||||||
|
float: right;
|
||||||
|
|
||||||
|
.login-code-img {
|
||||||
|
height: 38px;
|
||||||
|
position: absolute;
|
||||||
|
margin-left: 10px;
|
||||||
|
width: 200rpx;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.ageen-read {
|
||||||
|
margin-top: 65rpx;
|
||||||
|
|
||||||
|
.agreen-text {
|
||||||
|
padding-left: 20rpx;
|
||||||
|
color: #999;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
+12
-2
@@ -1,7 +1,10 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="page-body">
|
<view class="page-body">
|
||||||
<view class="action-btn">
|
<view class="action-btn">
|
||||||
<button @click="handleRegister()" class="register-btn cu-btn block bg-blue lg round">点击进行实名认证</button>
|
<button @click="handleRegister()" class="register-btn cu-btn block bg-blue lg round">点击身份证实名认证</button>
|
||||||
|
</view>
|
||||||
|
<view class="action-btn">
|
||||||
|
<button @click="handlePassport()" class="register-btn cu-btn block bg-blue lg round">点击护照实名注册</button>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
@@ -17,7 +20,8 @@
|
|||||||
export default{
|
export default{
|
||||||
data(){
|
data(){
|
||||||
return{
|
return{
|
||||||
eidToken: ""
|
eidToken: "",
|
||||||
|
vals:1
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods:{
|
methods:{
|
||||||
@@ -58,6 +62,12 @@
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
},
|
||||||
|
// 点击护照注册
|
||||||
|
handlePassport(){
|
||||||
|
uni.navigateTo({
|
||||||
|
url: `/pages/register?valus=${this.vals}`
|
||||||
|
});
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onLoad() {
|
onLoad() {
|
||||||
|
|||||||
+77
-17
@@ -3,7 +3,8 @@
|
|||||||
<view class="logo-content align-center justify-center flex">
|
<view class="logo-content align-center justify-center flex">
|
||||||
<image style="width: 100rpx;height: 100rpx;" :src="globalConfig.appInfo.logo" mode="widthFix">
|
<image style="width: 100rpx;height: 100rpx;" :src="globalConfig.appInfo.logo" mode="widthFix">
|
||||||
</image>
|
</image>
|
||||||
<text class="title">仲裁系统注册</text>
|
<text class="title" v-if="sysType==1">仲裁系统注册</text>
|
||||||
|
<text class="title" v-if="sysType==2">调解系统注册</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="login-form-content">
|
<view class="login-form-content">
|
||||||
<view class="input-item flex align-center" style="width: 60%;margin: 0px;">
|
<view class="input-item flex align-center" style="width: 60%;margin: 0px;">
|
||||||
@@ -18,10 +19,25 @@
|
|||||||
<!-- <view class="iconfont icon-user icon"></view> -->
|
<!-- <view class="iconfont icon-user icon"></view> -->
|
||||||
<input v-model="registerForm.verifyCode" class="input" type="number" placeholder="请输入手机验证码"
|
<input v-model="registerForm.verifyCode" class="input" type="number" placeholder="请输入手机验证码"
|
||||||
maxlength="30" />
|
maxlength="30" />
|
||||||
|
</view>
|
||||||
|
<view class="input-item flex align-center">
|
||||||
|
<uni-data-select
|
||||||
|
style="text-align: left;width: 200px;"
|
||||||
|
v-model="registerForm.idType"
|
||||||
|
:localdata="certificate"
|
||||||
|
@change="certificateValue"
|
||||||
|
></uni-data-select>
|
||||||
|
</view>
|
||||||
|
<view class="input-item flex align-center">
|
||||||
|
<uni-data-select
|
||||||
|
style="text-align: left;width: 200px;d"
|
||||||
|
v-model="registerForm.nationality"
|
||||||
|
:localdata="nationality"
|
||||||
|
></uni-data-select>
|
||||||
</view>
|
</view>
|
||||||
<view class="input-item flex align-center">
|
<view class="input-item flex align-center">
|
||||||
<!-- <view class="iconfont icon-user icon"></view> -->
|
<!-- <view class="iconfont icon-user icon"></view> -->
|
||||||
<input v-model="registerForm.identityNo" class="input" type="text" placeholder="请输入身份证号"
|
<input v-model="registerForm.identityNo" class="input" type="text" placeholder="请输入证件号码"
|
||||||
maxlength="30" />
|
maxlength="30" />
|
||||||
</view>
|
</view>
|
||||||
<view class="input-item flex align-center">
|
<view class="input-item flex align-center">
|
||||||
@@ -68,8 +84,10 @@
|
|||||||
getCodeImg,
|
getCodeImg,
|
||||||
register,
|
register,
|
||||||
sendCode,
|
sendCode,
|
||||||
wxregister
|
wxregister,
|
||||||
|
idType
|
||||||
} from '@/api/login'
|
} from '@/api/login'
|
||||||
|
import constant from '../utils/constant'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
@@ -87,23 +105,22 @@
|
|||||||
uuid: '',
|
uuid: '',
|
||||||
name: '',
|
name: '',
|
||||||
identityNo: "",
|
identityNo: "",
|
||||||
id: ""
|
id: "",
|
||||||
}
|
idType:0,
|
||||||
|
nationality:0
|
||||||
|
},
|
||||||
|
sysType:null,
|
||||||
|
certificate: [],
|
||||||
|
nationality: [
|
||||||
|
{ value: 0, text: "境内" },
|
||||||
|
{ value: 1, text: "境外" },
|
||||||
|
],
|
||||||
|
passportVal:{}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
this.getCode()
|
this.getCode()
|
||||||
},
|
},
|
||||||
onLoad(option) {
|
|
||||||
let {
|
|
||||||
params
|
|
||||||
} = option
|
|
||||||
// this.improvedetail = JSON.parse(improvedetail)
|
|
||||||
let paramsObj = JSON.parse(params);
|
|
||||||
this.registerForm.name = paramsObj.nickName;
|
|
||||||
this.registerForm.identityNo = paramsObj.idCard
|
|
||||||
this.registerForm.id = paramsObj.id
|
|
||||||
},
|
|
||||||
methods: {
|
methods: {
|
||||||
// 获取手机验证码
|
// 获取手机验证码
|
||||||
getCodeNumber(data) {
|
getCodeNumber(data) {
|
||||||
@@ -196,8 +213,39 @@
|
|||||||
this.$store.dispatch('GetInfo').then(res => {
|
this.$store.dispatch('GetInfo').then(res => {
|
||||||
this.$tab.reLaunch('/pages/index')
|
this.$tab.reLaunch('/pages/index')
|
||||||
})
|
})
|
||||||
|
},
|
||||||
|
certificateValue(e){
|
||||||
|
// this.registerForm.idType = e
|
||||||
|
},
|
||||||
|
// 获取证件类型
|
||||||
|
getIdType(){
|
||||||
|
idType().then(res=>{
|
||||||
|
res.data.forEach(item=>{
|
||||||
|
this.certificate.push({value:item.dictSort,text:item.dictLabel})
|
||||||
|
})
|
||||||
|
console.log(this.certificate)
|
||||||
|
})
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
onLoad(option) {
|
||||||
|
this.sysType = uni.getStorageSync('sysType');
|
||||||
|
// this.passportVal = option;
|
||||||
|
console.log(option)
|
||||||
|
if(option.valus==1){
|
||||||
|
this.registerForm.idType =0
|
||||||
|
this.registerForm.nationality =0
|
||||||
|
}else{
|
||||||
|
let {
|
||||||
|
params
|
||||||
|
} = option
|
||||||
|
// this.improvedetail = JSON.parse(improvedetail)
|
||||||
|
let paramsObj = JSON.parse(params);
|
||||||
|
this.registerForm.name = paramsObj.nickName;
|
||||||
|
this.registerForm.identityNo = paramsObj.idCard
|
||||||
|
this.registerForm.id = paramsObj.id
|
||||||
|
}
|
||||||
|
this.getIdType()
|
||||||
|
},
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
@@ -205,7 +253,19 @@
|
|||||||
page {
|
page {
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
}
|
}
|
||||||
|
::v-deep .uni-select[data-v-6b64008e]{
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
::v-deep .uni-icons[data-v-a2e81f6e]{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.uni-icons{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
// ::v-deep .uni-select{
|
||||||
|
// border: none;
|
||||||
|
// width: 200%;
|
||||||
|
// }
|
||||||
.normal-login-container {
|
.normal-login-container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
|
|||||||
+306
-307
@@ -1,17 +1,18 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="work-container">
|
<view class="work-container">
|
||||||
<!-- 仲裁轮播图 -->
|
<!-- 仲裁轮播图 -->
|
||||||
<uni-swiper-dot v-if="sysType==1" class="uni-swiper-dot-box" :info="data" :current="current" field="content">
|
<uni-swiper-dot v-if="sysType==1" class="uni-swiper-dot-box" :info="data" :current="current" field="content">
|
||||||
<swiper class="swiper-box" :current="swiperDotIndex" @change="changeSwiper">
|
<swiper class="swiper-box" :current="swiperDotIndex" @change="changeSwiper">
|
||||||
<swiper-item v-for="(item, index) in data" :key="index">
|
<swiper-item v-for="(item, index) in data" :key="index">
|
||||||
<view class="swiper-item" @click="clickBannerItem(item)">
|
<view class="swiper-item" @click="clickBannerItem(item)">
|
||||||
<image :src="item.image" mode="aspectFill" :draggable="false" />
|
<image :src="item.image" mode="aspectFill" :draggable="false" />
|
||||||
</view>
|
</view>
|
||||||
</swiper-item>
|
</swiper-item>
|
||||||
</swiper>
|
</swiper>
|
||||||
</uni-swiper-dot>
|
</uni-swiper-dot>
|
||||||
<!-- 调解轮播图 -->
|
<!-- 调解轮播图 -->
|
||||||
<uni-swiper-dot v-if="sysType==2" class="uni-swiper-dot-box" :info="refreesVal" :current="current" field="content">
|
<uni-swiper-dot v-if="sysType==2" class="uni-swiper-dot-box" :info="refreesVal" :current="current"
|
||||||
|
field="content">
|
||||||
<swiper class="swiper-box" :current="swiperDotIndex" @change="changeSwiper">
|
<swiper class="swiper-box" :current="swiperDotIndex" @change="changeSwiper">
|
||||||
<swiper-item v-for="(item, index) in refreesVal" :key="index">
|
<swiper-item v-for="(item, index) in refreesVal" :key="index">
|
||||||
<view class="swiper-item" @click="clickBannerItem(item)">
|
<view class="swiper-item" @click="clickBannerItem(item)">
|
||||||
@@ -19,310 +20,308 @@
|
|||||||
</view>
|
</view>
|
||||||
</swiper-item>
|
</swiper-item>
|
||||||
</swiper>
|
</swiper>
|
||||||
</uni-swiper-dot>
|
</uni-swiper-dot>
|
||||||
<!-- 宫格组件 -->
|
<!-- 宫格组件 -->
|
||||||
<!-- <uni-section v-if="certificationStatus == '1'" class="uni-section" title="系统管理" type="line">
|
<!-- <uni-section v-if="certificationStatus == '1'" class="uni-section" title="系统管理" type="line">
|
||||||
<template v-slot:right>
|
<template v-slot:right>
|
||||||
已认证
|
已认证
|
||||||
</template>
|
</template>
|
||||||
</uni-section>
|
</uni-section>
|
||||||
<uni-section v-else class="uni-section" title="系统管理" type="line" @click="certification">
|
<uni-section v-else class="uni-section" title="系统管理" type="line" @click="certification">
|
||||||
<template v-slot:right>
|
<template v-slot:right>
|
||||||
未认证
|
未认证
|
||||||
</template>
|
</template>
|
||||||
</uni-section> -->
|
</uni-section> -->
|
||||||
<!-- <uni-section class="uni-section" title="系统管理" type="line"></uni-section> -->
|
<!-- <uni-section class="uni-section" title="系统管理" type="line"></uni-section> -->
|
||||||
<view class="grid-body">
|
<view class="grid-body">
|
||||||
<uni-grid :column="4" :showBorder="false">
|
<uni-grid :column="4" :showBorder="false">
|
||||||
<uni-grid-item>
|
<uni-grid-item>
|
||||||
<view class="grid-item-box" @tap="changeGrid(0)">
|
<view class="grid-item-box" @tap="changeGrid(0)">
|
||||||
<uni-icons type="calendar-filled" size="30" color="#327DD7"></uni-icons>
|
<uni-icons type="calendar-filled" size="30" color="#327DD7"></uni-icons>
|
||||||
<text class="text" v-if="sysType == 1">待办案件</text>
|
<text class="text" v-if="sysType == 1">待办案件</text>
|
||||||
<text class="text" v-if="sysType == 2">我的申请</text>
|
<text class="text" v-if="sysType == 2">我的申请</text>
|
||||||
</view>
|
</view>
|
||||||
</uni-grid-item>
|
</uni-grid-item>
|
||||||
<uni-grid-item v-if="sysType == 2 && checkPermi(['caseManagement:list:add'])">
|
<uni-grid-item v-if="sysType == 2 && checkPermi(['caseManagement:list:add'])">
|
||||||
<view class="grid-item-box" @tap="changeGrid(1)">
|
<view class="grid-item-box" @tap="changeGrid(1)">
|
||||||
<uni-icons type="staff-filled" size="30" color="#327DD7"></uni-icons>
|
<uni-icons type="staff-filled" size="30" color="#327DD7"></uni-icons>
|
||||||
<text class="text">立案申请</text>
|
<text class="text">立案申请</text>
|
||||||
</view>
|
</view>
|
||||||
</uni-grid-item>
|
</uni-grid-item>
|
||||||
<!-- <uni-grid-item v-if="sysType == 2">
|
<!-- <uni-grid-item v-if="sysType == 2">
|
||||||
<view class="grid-item-box" @tap="changeGrid(2)">
|
<view class="grid-item-box" @tap="changeGrid(2)">
|
||||||
<uni-icons type="color" size="30" color="#327DD7"></uni-icons>
|
<uni-icons type="color" size="30" color="#327DD7"></uni-icons>
|
||||||
<text class="text">线上调解</text>
|
<text class="text">线上调解</text>
|
||||||
</view>
|
</view>
|
||||||
</uni-grid-item>
|
</uni-grid-item>
|
||||||
<uni-grid-item v-if="sysType == 2">
|
<uni-grid-item v-if="sysType == 2">
|
||||||
<view class="grid-item-box" @tap="changeGrid(3)">
|
<view class="grid-item-box" @tap="changeGrid(3)">
|
||||||
<uni-icons type="compose" size="30" color="#327DD7"></uni-icons>
|
<uni-icons type="compose" size="30" color="#327DD7"></uni-icons>
|
||||||
<text class="text">我的申请</text>
|
<text class="text">我的申请</text>
|
||||||
</view>
|
</view>
|
||||||
</uni-grid-item> -->
|
</uni-grid-item> -->
|
||||||
<!-- <uni-grid-item>
|
<!-- <uni-grid-item>
|
||||||
<view class="grid-item-box" @tap="changeGrid(4)">
|
<view class="grid-item-box" @tap="changeGrid(4)">
|
||||||
<uni-icons type="heart-filled" size="30" color="#327DD7"></uni-icons>
|
<uni-icons type="heart-filled" size="30" color="#327DD7"></uni-icons>
|
||||||
<text class="text">证据交换</text>
|
<text class="text">证据交换</text>
|
||||||
</view>
|
</view>
|
||||||
</uni-grid-item> -->
|
</uni-grid-item> -->
|
||||||
<uni-grid-item>
|
<uni-grid-item>
|
||||||
<view class="grid-item-box" @tap="changeGrid(5)">
|
<view class="grid-item-box" @tap="changeGrid(5)">
|
||||||
<uni-icons type="bars" size="30" color="#327DD7"></uni-icons>
|
<uni-icons type="bars" size="30" color="#327DD7"></uni-icons>
|
||||||
<text class="text" v-if="sysType == 1">视频审理</text>
|
<text class="text" v-if="sysType == 1">视频审理</text>
|
||||||
<text class="text" v-if="sysType == 2">线上调解</text>
|
<text class="text" v-if="sysType == 2">线上调解</text>
|
||||||
</view>
|
</view>
|
||||||
</uni-grid-item>
|
</uni-grid-item>
|
||||||
<!-- <uni-grid-item>
|
<!-- <uni-grid-item>
|
||||||
<view class="grid-item-box" @tap="changeGrid(6)">
|
<view class="grid-item-box" @tap="changeGrid(6)">
|
||||||
<uni-icons type="email-filled" size="30" color="#327DD7"></uni-icons>
|
<uni-icons type="email-filled" size="30" color="#327DD7"></uni-icons>
|
||||||
<text class="text">查询快递</text>
|
<text class="text">查询快递</text>
|
||||||
</view>
|
</view>
|
||||||
</uni-grid-item> -->
|
</uni-grid-item> -->
|
||||||
<!-- <uni-grid-item>
|
<!-- <uni-grid-item>
|
||||||
<view class="grid-item-box" @tap="changeGrid(7)">
|
<view class="grid-item-box" @tap="changeGrid(7)">
|
||||||
<uni-icons type="compose" size="30" color="#327DD7"></uni-icons>
|
<uni-icons type="compose" size="30" color="#327DD7"></uni-icons>
|
||||||
<text class="text">在线签字</text>
|
<text class="text">在线签字</text>
|
||||||
</view>
|
</view>
|
||||||
</uni-grid-item> -->
|
</uni-grid-item> -->
|
||||||
<!-- <uni-grid-item>
|
<!-- <uni-grid-item>
|
||||||
<view class="grid-item-box" @tap="changeGrid(8)">
|
<view class="grid-item-box" @tap="changeGrid(8)">
|
||||||
<uni-icons type="wallet-filled" size="30" color="#327DD7"></uni-icons>
|
<uni-icons type="wallet-filled" size="30" color="#327DD7"></uni-icons>
|
||||||
<text class="text">仲裁文书</text>
|
<text class="text">仲裁文书</text>
|
||||||
</view>
|
</view>
|
||||||
</uni-grid-item>
|
</uni-grid-item>
|
||||||
<uni-grid-item>
|
<uni-grid-item>
|
||||||
<view class="grid-item-box" @tap="changeGrid(9)">
|
<view class="grid-item-box" @tap="changeGrid(9)">
|
||||||
<uni-icons type="wallet-filled" size="30" color="#327DD7"></uni-icons>
|
<uni-icons type="wallet-filled" size="30" color="#327DD7"></uni-icons>
|
||||||
<text class="text">法规政策</text>
|
<text class="text">法规政策</text>
|
||||||
</view>
|
</view>
|
||||||
</uni-grid-item> -->
|
</uni-grid-item> -->
|
||||||
</uni-grid>
|
</uni-grid>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import {
|
import {
|
||||||
startEid
|
startEid
|
||||||
} from '../../mp_ecard_sdk/main.js'
|
} from '../../mp_ecard_sdk/main.js'
|
||||||
import {
|
import {
|
||||||
getEidtoken,
|
getEidtoken,
|
||||||
sendEidtoken
|
sendEidtoken
|
||||||
} from "../../api/login.js"
|
} from "../../api/login.js"
|
||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
current: 0,
|
current: 0,
|
||||||
swiperDotIndex: 0,
|
swiperDotIndex: 0,
|
||||||
data: [{
|
data: [{
|
||||||
image: 'https://img.tukuppt.com/bg_grid/00/09/96/qWJxN1umma.jpg!/fh/350'
|
image: 'https://img.tukuppt.com/bg_grid/00/09/96/qWJxN1umma.jpg!/fh/350'
|
||||||
},
|
},
|
||||||
{
|
|
||||||
image: 'https://img.tukuppt.com/bg_grid/00/18/92/JBheZs7ZVK.jpg!/fh/350'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
image: 'https://img.tukuppt.com/bg_grid/00/81/07/DGEl4suqeV.jpg!/fh/350'
|
|
||||||
}
|
|
||||||
],
|
|
||||||
refreesVal :[
|
|
||||||
{
|
{
|
||||||
image:'../../static/tiaojie1.png'
|
image: 'https://img.tukuppt.com/bg_grid/00/18/92/JBheZs7ZVK.jpg!/fh/350'
|
||||||
},{
|
},
|
||||||
image:'../../static/tiaojie2.png'
|
{
|
||||||
},{
|
image: 'https://img.tukuppt.com/bg_grid/00/81/07/DGEl4suqeV.jpg!/fh/350'
|
||||||
image:'../../static/tiaojie4.png'
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
certificationStatus: "",
|
refreesVal: [{
|
||||||
|
image: 'https://txroom.xayunmei.com/tiaojie1.png'
|
||||||
|
}, {
|
||||||
|
image: 'https://txroom.xayunmei.com/tiaojie2.png'
|
||||||
|
}, {
|
||||||
|
image: 'https://txroom.xayunmei.com/tiaojie4.png'
|
||||||
|
}],
|
||||||
|
certificationStatus: "",
|
||||||
eidToken: "",
|
eidToken: "",
|
||||||
sysType:null
|
sysType: null
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
clickBannerItem(item) {
|
clickBannerItem(item) {
|
||||||
console.info(item)
|
console.info(item)
|
||||||
},
|
},
|
||||||
changeSwiper(e) {
|
changeSwiper(e) {
|
||||||
this.current = e.detail.current
|
this.current = e.detail.current
|
||||||
},
|
},
|
||||||
changeGrid(e) {
|
changeGrid(e) {
|
||||||
// this.$modal.showToast('模块建设中~')
|
// this.$modal.showToast('模块建设中~')
|
||||||
// if (this.certificationStatus == "0") {
|
// if (this.certificationStatus == "0") {
|
||||||
// uni.showToast({
|
// uni.showToast({
|
||||||
// title: '请先完成实名认证',
|
// title: '请先完成实名认证',
|
||||||
// icon: 'none',
|
// icon: 'none',
|
||||||
// duration: 1000
|
// duration: 1000
|
||||||
// })
|
// })
|
||||||
// return
|
// return
|
||||||
// }
|
// }
|
||||||
switch (e) {
|
switch (e) {
|
||||||
case 0:
|
case 0:
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: ('/pages/handlecase/index')
|
url: ('/pages/handlecase/index')
|
||||||
})
|
})
|
||||||
break;
|
break;
|
||||||
case 5:
|
case 5:
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: ('/pages/im/index')
|
url: ('/pages/im/index')
|
||||||
})
|
})
|
||||||
break;
|
break;
|
||||||
case 6:
|
case 6:
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: ('/pages/expressDelivery/index')
|
url: ('/pages/expressDelivery/index')
|
||||||
})
|
})
|
||||||
break;
|
break;
|
||||||
case 7:
|
case 7:
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: ('/pages/signature/index')
|
url: ('/pages/signature/index')
|
||||||
})
|
})
|
||||||
break;
|
break;
|
||||||
case 1:
|
case 1:
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: (`/pages/handlecase/component/newlyAddedCase?title=新增案件`)
|
url: (`/pages/handlecase/component/newlyAddedCase?title=新增案件`)
|
||||||
})
|
})
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// 获取eidtoken
|
// 获取eidtoken
|
||||||
getEidtokenFn() {
|
getEidtokenFn() {
|
||||||
getEidtoken({}).then(res => {
|
getEidtoken({}).then(res => {
|
||||||
console.log(res.data.EidToken, "kkkkkkkkk");
|
console.log(res.data.EidToken, "kkkkkkkkk");
|
||||||
this.eidToken = res.data.EidToken
|
this.eidToken = res.data.EidToken
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
// 点击实名认证
|
// 点击实名认证
|
||||||
certification() {
|
certification() {
|
||||||
let that = this
|
let that = this
|
||||||
// uni.navigateTo({
|
// uni.navigateTo({
|
||||||
// url: ('/mp_ecard_sdk/index/index')
|
// url: ('/mp_ecard_sdk/index/index')
|
||||||
// })
|
// })
|
||||||
startEid({
|
startEid({
|
||||||
data: {
|
data: {
|
||||||
token: this.eidToken,
|
token: this.eidToken,
|
||||||
},
|
},
|
||||||
verifyDoneCallback(res) {
|
verifyDoneCallback(res) {
|
||||||
const {
|
const {
|
||||||
token,
|
token,
|
||||||
verifyDone
|
verifyDone
|
||||||
} = res;
|
} = res;
|
||||||
console.log('收到核身完成的res:', res);
|
console.log('收到核身完成的res:', res);
|
||||||
console.log('核身的token是:', token);
|
console.log('核身的token是:', token);
|
||||||
console.log('是否完成核身:', verifyDone);
|
console.log('是否完成核身:', verifyDone);
|
||||||
sendEidtoken({
|
sendEidtoken({
|
||||||
"eidToken": token
|
"eidToken": token
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
that.certificationStatus = '1'
|
that.certificationStatus = '1'
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onLoad() {
|
onLoad() {
|
||||||
this.sysType = uni.getStorageSync('sysType');
|
this.sysType = uni.getStorageSync('sysType');
|
||||||
console.log(this.sysType)
|
console.log(this.sysType)
|
||||||
// sendEidtoken({
|
// sendEidtoken({
|
||||||
// "eidToken": 'C0339AE1-7B30-4DB9-B1E4-35A10F45249B'
|
// "eidToken": 'C0339AE1-7B30-4DB9-B1E4-35A10F45249B'
|
||||||
// }).then(res => {
|
// }).then(res => {
|
||||||
// // that.certificationStatus = '已认证'
|
// // that.certificationStatus = '已认证'
|
||||||
// })
|
// })
|
||||||
this.getEidtokenFn()
|
this.getEidtokenFn()
|
||||||
// this.certificationStatus = uni.getStorageSync('certificationStatus')
|
// this.certificationStatus = uni.getStorageSync('certificationStatus')
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
/* #ifndef APP-NVUE */
|
/* #ifndef APP-NVUE */
|
||||||
page {
|
page {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
view {
|
view {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* #endif */
|
/* #endif */
|
||||||
|
|
||||||
.text {
|
.text {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 26rpx;
|
font-size: 26rpx;
|
||||||
margin-top: 10rpx;
|
margin-top: 10rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.grid-item-box {
|
.grid-item-box {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
/* #ifndef APP-NVUE */
|
/* #ifndef APP-NVUE */
|
||||||
display: flex;
|
display: flex;
|
||||||
/* #endif */
|
/* #endif */
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
padding: 15px 0;
|
padding: 15px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.uni-margin-wrap {
|
.uni-margin-wrap {
|
||||||
width: 690rpx;
|
width: 690rpx;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
|
|
||||||
.swiper {
|
.swiper {
|
||||||
height: 300rpx;
|
height: 300rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.swiper-box {
|
.swiper-box {
|
||||||
height: 150px;
|
height: 150px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.swiper-item {
|
.swiper-item {
|
||||||
/* #ifndef APP-NVUE */
|
/* #ifndef APP-NVUE */
|
||||||
display: flex;
|
display: flex;
|
||||||
/* #endif */
|
/* #endif */
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
height: 300rpx;
|
height: 300rpx;
|
||||||
line-height: 300rpx;
|
line-height: 300rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.grid-body {
|
.grid-body {
|
||||||
// background-image: url('https://img.tukuppt.com/bg_grid/00/18/52/aEicoC2qMI.jpg!/fh/350');
|
// background-image: url('https://img.tukuppt.com/bg_grid/00/18/52/aEicoC2qMI.jpg!/fh/350');
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
height: 900rpx;
|
height: 900rpx;
|
||||||
// color: #fff;
|
// color: #fff;
|
||||||
opacity: 0.9;
|
opacity: 0.9;
|
||||||
}
|
}
|
||||||
|
|
||||||
.uni-section {
|
.uni-section {
|
||||||
background-color: #b90404 !important;
|
background-color: #b90404 !important;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
/deep/ .uni-section__content-title {
|
/deep/ .uni-section__content-title {
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 500px) {
|
@media screen and (min-width: 500px) {
|
||||||
.uni-swiper-dot-box {
|
.uni-swiper-dot-box {
|
||||||
width: 400px;
|
width: 400px;
|
||||||
/* #ifndef APP-NVUE */
|
/* #ifndef APP-NVUE */
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
/* #endif */
|
/* #endif */
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.image {
|
.image {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 185 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 719 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 483 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 394 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 57 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 7.3 KiB |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+29
-29
@@ -1,30 +1,30 @@
|
|||||||
{
|
{
|
||||||
"description": "项目配置文件。",
|
"description": "项目配置文件。",
|
||||||
"packOptions": {
|
"packOptions": {
|
||||||
"ignore": [],
|
"ignore": [],
|
||||||
"include": []
|
"include": []
|
||||||
},
|
},
|
||||||
"setting": {
|
"setting": {
|
||||||
"urlCheck": false,
|
"urlCheck": false,
|
||||||
"es6": false,
|
"es6": false,
|
||||||
"postcss": true,
|
"postcss": true,
|
||||||
"minified": true,
|
"minified": true,
|
||||||
"newFeature": true,
|
"newFeature": true,
|
||||||
"bigPackageSizeSupport": true,
|
"bigPackageSizeSupport": true,
|
||||||
"babelSetting": {
|
"babelSetting": {
|
||||||
"ignore": [],
|
"ignore": [],
|
||||||
"disablePlugins": [],
|
"disablePlugins": [],
|
||||||
"outputPath": ""
|
"outputPath": ""
|
||||||
},
|
},
|
||||||
"condition": false
|
"condition": false
|
||||||
},
|
},
|
||||||
"compileType": "miniprogram",
|
"compileType": "miniprogram",
|
||||||
"libVersion": "3.1.1",
|
"libVersion": "3.1.1",
|
||||||
"appid": "wx91cb8459dca561b4",
|
"appid": "wx91cb8459dca561b4",
|
||||||
"projectname": "智慧仲裁",
|
"projectname": "智慧仲裁",
|
||||||
"condition": {},
|
"condition": {},
|
||||||
"editorSetting": {
|
"editorSetting": {
|
||||||
"tabIndent": "insertSpaces",
|
"tabIndent": "insertSpaces",
|
||||||
"tabSize": 2
|
"tabSize": 2
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
|
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
|
||||||
"projectname": "miniapp",
|
"projectname": "miniapp",
|
||||||
"setting": {
|
"setting": {
|
||||||
"compileHotReLoad": true,
|
"compileHotReLoad": true,
|
||||||
"urlCheck": false
|
"urlCheck": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user