Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c49f5ab27d | ||
|
|
2151b8e929 | ||
|
|
48d35a7d92 | ||
|
|
6d6b6e6266 | ||
|
|
2bfee9568b | ||
|
|
875a33bcc3 | ||
|
|
c4d1e1cf96 | ||
|
|
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 |
@@ -10,7 +10,7 @@
|
|||||||
export default {
|
export default {
|
||||||
globalData: {
|
globalData: {
|
||||||
// requestUrl: 'https://api.xayunmei.com/zhongcaiapi',
|
// requestUrl: 'https://api.xayunmei.com/zhongcaiapi',
|
||||||
requestUrl: 'http://121.40.189.20:9001',
|
requestUrl: 'http://121.40.189.20:8001',
|
||||||
},
|
},
|
||||||
onLaunch: function() {
|
onLaunch: function() {
|
||||||
this.initApp();
|
this.initApp();
|
||||||
|
|||||||
@@ -185,3 +185,19 @@ export function msCaseSign(data) {
|
|||||||
data: data,
|
data: data,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
//证件类型
|
||||||
|
export function idType(data) {
|
||||||
|
return request({
|
||||||
|
url: '/system/dict/data/type/id_type',
|
||||||
|
method: 'get',
|
||||||
|
params: data
|
||||||
|
})
|
||||||
|
}
|
||||||
|
//删除上传按钮
|
||||||
|
export function deleteFile(data) {
|
||||||
|
return request({
|
||||||
|
url: "/evidence/deleteFile",
|
||||||
|
method: "post",
|
||||||
|
data: data,
|
||||||
|
})
|
||||||
|
}
|
||||||
@@ -94,3 +94,11 @@ export function wxregister(data) {
|
|||||||
data: data
|
data: data
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
// 获取证件类型
|
||||||
|
export function idType(data){
|
||||||
|
return request({
|
||||||
|
url: '/system/dict/data/type/id_type',
|
||||||
|
method: 'get',
|
||||||
|
params: data
|
||||||
|
})
|
||||||
|
}
|
||||||
@@ -2,11 +2,11 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
// baseUrlZC: 'https://api.xayunmei.com/zhongcaiapi',
|
// baseUrlZC: 'https://api.xayunmei.com/zhongcaiapi',
|
||||||
// baseUrl: 'https://api.xayunmei.com/zhongcaiapitest',
|
// baseUrl: 'https://api.xayunmei.com/zhongcaiapitest',
|
||||||
// baseUrl: 'http://121.40.189.20:9001',
|
// baseUrlZC: 'http://172.16.1.26:8001',
|
||||||
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',
|
||||||
|
|||||||
@@ -49,7 +49,9 @@
|
|||||||
"postcss": true
|
"postcss": true
|
||||||
},
|
},
|
||||||
"optimization": {
|
"optimization": {
|
||||||
|
"subPackages": {
|
||||||
"subPackages": true
|
"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">
|
||||||
|
<view class="textHidden">
|
||||||
{{defalutVal.applicationName}}
|
{{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,14 +53,15 @@
|
|||||||
<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 || defalutVal.agentFlag == 1 || defalutVal.mediatorFlag == 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>
|
||||||
<button class="btnItem" type="primary" size="mini" @tap="chooseMethod">选择仲裁方式</button> -->
|
<button class="btnItem" type="primary" size="mini" @tap="chooseMethod">选择仲裁方式</button> -->
|
||||||
</view>
|
</view>
|
||||||
<view class="btn" v-if="sysType == 1">
|
<view class="btn" v-if="sysType == 1">
|
||||||
<button class="btnItem" type="primary" size="mini" @tap="caseCrossExamin">案件质证</button>
|
<button v-if="defalutVal.caseStatus==4 && checkPermi(['caseManagement:list:examin'])" class="btnItem"
|
||||||
|
type="primary" size="mini" @tap="caseCrossExamin">案件质证</button>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
@@ -137,9 +142,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
// 案件质证
|
// 案件质证
|
||||||
caseCrossExamin(){
|
caseCrossExamin() {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url:`/pages/handlecase/component/uploadEvidence?id=${this.defalutVal.id}`
|
url: `/pages/handlecase/component/uploadEvidence?id=${this.defalutVal.id}`
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
// 案件详情以及操作
|
// 案件详情以及操作
|
||||||
@@ -277,7 +282,9 @@
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
created() {}
|
created() {
|
||||||
|
console.log(this.defalutVal)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
@@ -321,4 +328,11 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.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',
|
||||||
|
|||||||
@@ -56,10 +56,10 @@
|
|||||||
<uni-easyinput :inputBorder="false" :disabled='true'
|
<uni-easyinput :inputBorder="false" :disabled='true'
|
||||||
v-model="formData.claimLiquidDamag" placeholder="" />
|
v-model="formData.claimLiquidDamag" 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"
|
||||||
:localdata="maintenancetypeArr" @change='uploadEvidenceChange'></uni-data-checkbox>
|
:localdata="maintenancetypeArr" @change='uploadEvidenceChange'></uni-data-checkbox>
|
||||||
</uni-forms-item> -->
|
</uni-forms-item>
|
||||||
<!-- <uni-forms-item label="是否需要开庭审理" label-width="120px" name="openCourtHear" required>
|
<!-- <uni-forms-item label="是否需要开庭审理" label-width="120px" name="openCourtHear" required>
|
||||||
<uni-data-checkbox class='checkbox' v-model="subnitForm.openCourtHear"
|
<uni-data-checkbox class='checkbox' v-model="subnitForm.openCourtHear"
|
||||||
:localdata="arbitrationmethodArr" @change='arbitrationmethod'></uni-data-checkbox>
|
:localdata="arbitrationmethodArr" @change='arbitrationmethod'></uni-data-checkbox>
|
||||||
@@ -77,9 +77,9 @@
|
|||||||
<uni-data-checkbox class='checkbox' v-model="subnitForm.adjudicaCounter"
|
<uni-data-checkbox class='checkbox' v-model="subnitForm.adjudicaCounter"
|
||||||
:localdata="adjudicaCounterArr"></uni-data-checkbox>
|
:localdata="adjudicaCounterArr"></uni-data-checkbox>
|
||||||
</uni-forms-item> -->
|
</uni-forms-item> -->
|
||||||
<!-- <uni-forms-item label="上传证据" name="headImage" label-width="120px" v-if="caseFlag">
|
<uni-forms-item label="上传证据" name="headImage" label-width="120px" v-if="caseFlag">
|
||||||
<uni-file-picker ref="files" :auto-upload="false" @select="select" :limit='1' />
|
<uni-file-picker ref="files" :auto-upload="false" @select="select" @delete="handleClose" :limit='1' />
|
||||||
</uni-forms-item> -->
|
</uni-forms-item>
|
||||||
<uni-forms-item label="是否书面审理" label-width="120px" name="respondentIsWrittenHear"
|
<uni-forms-item label="是否书面审理" label-width="120px" name="respondentIsWrittenHear"
|
||||||
required>
|
required>
|
||||||
<uni-data-checkbox class='checkbox' v-model="subnitForm.respondentIsWrittenHear"
|
<uni-data-checkbox class='checkbox' v-model="subnitForm.respondentIsWrittenHear"
|
||||||
@@ -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"
|
||||||
@@ -259,7 +259,8 @@
|
|||||||
arbitratorList,
|
arbitratorList,
|
||||||
evidenceCrossexami,
|
evidenceCrossexami,
|
||||||
selectById,
|
selectById,
|
||||||
updateBooking
|
updateBooking,
|
||||||
|
deleteFile
|
||||||
} from '../../../api/handlecase/index.js'
|
} from '../../../api/handlecase/index.js'
|
||||||
import {
|
import {
|
||||||
uploadImage
|
uploadImage
|
||||||
@@ -269,6 +270,7 @@
|
|||||||
} from '@/utils/auth'
|
} from '@/utils/auth'
|
||||||
import moment from 'moment'
|
import moment from 'moment'
|
||||||
import config from '@/config'
|
import config from '@/config'
|
||||||
|
import constant from '../../../utils/constant.js'
|
||||||
const baseUrl = config.baseUrlZC
|
const baseUrl = config.baseUrlZC
|
||||||
const app = getApp()
|
const app = getApp()
|
||||||
export default {
|
export default {
|
||||||
@@ -279,6 +281,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',
|
||||||
@@ -393,6 +397,7 @@
|
|||||||
this.subnitForm.adjudicaCounterReason = this.reasontFormData.reasont
|
this.subnitForm.adjudicaCounterReason = this.reasontFormData.reasont
|
||||||
this.$refs.popup.close()
|
this.$refs.popup.close()
|
||||||
this.reasontFormData.reasont = ''
|
this.reasontFormData.reasont = ''
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
this.$modal.msgError("请输入反意理由")
|
this.$modal.msgError("请输入反意理由")
|
||||||
}
|
}
|
||||||
@@ -467,12 +472,15 @@
|
|||||||
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");
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// 文件上传
|
// 文件上传
|
||||||
select(e) {
|
select(e) {
|
||||||
|
console.log(e)
|
||||||
this.tempFilePaths = e.tempFilePaths;
|
this.tempFilePaths = e.tempFilePaths;
|
||||||
// loading
|
// loading
|
||||||
uni.showLoading({
|
uni.showLoading({
|
||||||
@@ -510,6 +518,14 @@
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
// 上传删除
|
||||||
|
handleClose(filelds){
|
||||||
|
console.log("关闭",filelds)
|
||||||
|
deleteFile({fileIds:[filelds.tempFile.uuid]}).then(res=>{
|
||||||
|
console.log(res)
|
||||||
|
})
|
||||||
|
|
||||||
|
},
|
||||||
// 获取仲裁员列表
|
// 获取仲裁员列表
|
||||||
getArbitratorList(val) {
|
getArbitratorList(val) {
|
||||||
arbitratorList({caseAppliId: val}).then(res => {
|
arbitratorList({caseAppliId: val}).then(res => {
|
||||||
@@ -551,6 +567,7 @@
|
|||||||
}
|
}
|
||||||
if (this.sysType == 1) {
|
if (this.sysType == 1) {
|
||||||
this.$refs.form.validate().then(res => {
|
this.$refs.form.validate().then(res => {
|
||||||
|
console.log(this.subnitForm)
|
||||||
this.evidenceCrossexamiFn(this.subnitForm)
|
this.evidenceCrossexamiFn(this.subnitForm)
|
||||||
}).catch(err => {
|
}).catch(err => {
|
||||||
console.log('表单错误信息:', err);
|
console.log('表单错误信息:', err);
|
||||||
@@ -592,11 +609,15 @@
|
|||||||
onLoad(data) {
|
onLoad(data) {
|
||||||
this.sysType = uni.getStorageSync('sysType')
|
this.sysType = uni.getStorageSync('sysType')
|
||||||
this.getData(data.id);
|
this.getData(data.id);
|
||||||
|
console.log(this.subnitForm)
|
||||||
this.subnitForm.caseId = Number(data.id);
|
this.subnitForm.caseId = Number(data.id);
|
||||||
|
if(this.sysType==2){
|
||||||
this.getArbitratorList(data.id)
|
this.getArbitratorList(data.id)
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
|
|||||||
+10
-57
@@ -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: []
|
||||||
@@ -61,61 +61,8 @@
|
|||||||
this.caseList = []
|
this.caseList = []
|
||||||
}
|
}
|
||||||
|
|
||||||
this.caseList.forEach(item => {
|
|
||||||
switch (item.caseStatus) {
|
|
||||||
case 0:
|
|
||||||
item.caseStatusName = '立案申请'
|
|
||||||
break;
|
|
||||||
case 1:
|
|
||||||
item.caseStatusName = '待缴费'
|
|
||||||
break;
|
|
||||||
case 2:
|
|
||||||
item.caseStatusName = '待缴费确认'
|
|
||||||
break;
|
|
||||||
case 3:
|
|
||||||
item.caseStatusName = '待确认是否应诉'
|
|
||||||
break;
|
|
||||||
case 4:
|
|
||||||
item.caseStatusName = '待确认证据'
|
|
||||||
break;
|
|
||||||
case 5:
|
|
||||||
item.caseStatusName = '待确定是否指派仲裁员'
|
|
||||||
break;
|
|
||||||
case 6:
|
|
||||||
item.caseStatusName = '待组庭'
|
|
||||||
break;
|
|
||||||
case 7:
|
|
||||||
item.caseStatusName = '待组庭确定'
|
|
||||||
break;
|
|
||||||
case 8:
|
|
||||||
item.caseStatusName = '待组庭审核'
|
|
||||||
break;
|
|
||||||
case 9:
|
|
||||||
item.caseStatusName = '待选择仲裁方式'
|
|
||||||
break;
|
|
||||||
case 10:
|
|
||||||
item.caseStatusName = '待开庭'
|
|
||||||
break;
|
|
||||||
case 11:
|
|
||||||
item.caseStatusName = '待生成仲裁文书'
|
|
||||||
break;
|
|
||||||
case 12:
|
|
||||||
item.caseStatusName = '待确认仲裁文书'
|
|
||||||
break;
|
|
||||||
case 13:
|
|
||||||
item.caseStatusName = '待仲裁文书用印'
|
|
||||||
break;
|
|
||||||
case 14:
|
|
||||||
item.caseStatusName = '待仲裁文书用印审核'
|
|
||||||
break;
|
|
||||||
case 15:
|
|
||||||
item.caseStatusName = '待仲裁文书送达'
|
|
||||||
break;
|
|
||||||
case 16:
|
|
||||||
item.caseStatusName = '待案件归档'
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
})
|
|
||||||
})
|
})
|
||||||
} else if (this.sysType == 2) {
|
} else if (this.sysType == 2) {
|
||||||
parms.miniProgressFlag = 1;
|
parms.miniProgressFlag = 1;
|
||||||
@@ -127,6 +74,7 @@
|
|||||||
this.caseList = []
|
this.caseList = []
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
@@ -170,7 +118,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.getList(obj)
|
this.getList(obj)
|
||||||
}
|
},
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
this.buttonList = []
|
this.buttonList = []
|
||||||
@@ -201,6 +149,11 @@
|
|||||||
// caseStatus:4
|
// caseStatus:4
|
||||||
// }
|
// }
|
||||||
// this.getList(obj)
|
// this.getList(obj)
|
||||||
|
},
|
||||||
|
onUnload(){
|
||||||
|
uni.reLaunch({
|
||||||
|
url: '/pages/work/index'
|
||||||
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -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>
|
||||||
|
|||||||
+14
-12
@@ -6,7 +6,7 @@
|
|||||||
<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>
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
</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>
|
||||||
@@ -65,7 +65,7 @@
|
|||||||
return {
|
return {
|
||||||
codeUrl: "",
|
codeUrl: "",
|
||||||
captchaEnabled: true,
|
captchaEnabled: true,
|
||||||
logSyste:0,
|
logSyste: 0,
|
||||||
// 用户注册开关
|
// 用户注册开关
|
||||||
register: true,
|
register: true,
|
||||||
globalConfig: getApp().globalData.config,
|
globalConfig: getApp().globalData.config,
|
||||||
@@ -76,14 +76,14 @@
|
|||||||
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
|
||||||
},
|
},
|
||||||
// 用户注册
|
// 用户注册
|
||||||
@@ -91,7 +91,7 @@
|
|||||||
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=权益告知书`)
|
||||||
},
|
},
|
||||||
@@ -120,7 +120,7 @@
|
|||||||
const sysType = uni.getStorageSync('sysType')
|
const sysType = uni.getStorageSync('sysType')
|
||||||
if (this.loginForm.username === "") {
|
if (this.loginForm.username === "") {
|
||||||
this.$modal.msgError("请输入您的账号")
|
this.$modal.msgError("请输入您的账号")
|
||||||
}else if(this.isSelectAgree.length < 1){
|
} else if (this.isSelectAgree.length < 1) {
|
||||||
this.$modal.msgError("请先阅读个人信息收集条款并同意")
|
this.$modal.msgError("请先阅读个人信息收集条款并同意")
|
||||||
} else if (this.loginForm.password === "") {
|
} else if (this.loginForm.password === "") {
|
||||||
this.$modal.msgError("请输入您的密码")
|
this.$modal.msgError("请输入您的密码")
|
||||||
@@ -149,7 +149,7 @@
|
|||||||
this.$tab.reLaunch('/pages/work/index')
|
this.$tab.reLaunch('/pages/work/index')
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
onLoad(options){
|
onLoad(options) {
|
||||||
let vals = decodeURIComponent(options.values);
|
let vals = decodeURIComponent(options.values);
|
||||||
this.logSyste = vals
|
this.logSyste = vals
|
||||||
}
|
}
|
||||||
@@ -234,10 +234,12 @@
|
|||||||
width: 200rpx;
|
width: 200rpx;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.ageen-read{
|
|
||||||
margin-top:65rpx;
|
.ageen-read {
|
||||||
.agreen-text{
|
margin-top: 65rpx;
|
||||||
padding-left:20rpx;
|
|
||||||
|
.agreen-text {
|
||||||
|
padding-left: 20rpx;
|
||||||
color: #999;
|
color: #999;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+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() {
|
||||||
|
|||||||
+76
-16
@@ -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;">
|
||||||
@@ -19,9 +20,24 @@
|
|||||||
<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>
|
||||||
|
<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 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;
|
||||||
|
|||||||
+10
-11
@@ -11,7 +11,8 @@
|
|||||||
</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)">
|
||||||
@@ -124,18 +125,16 @@
|
|||||||
image: 'https://img.tukuppt.com/bg_grid/00/81/07/DGEl4suqeV.jpg!/fh/350'
|
image: 'https://img.tukuppt.com/bg_grid/00/81/07/DGEl4suqeV.jpg!/fh/350'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
refreesVal :[
|
refreesVal: [{
|
||||||
{
|
image: 'https://txroom.xayunmei.com/tiaojie1.png'
|
||||||
image:'../../static/tiaojie1.png'
|
}, {
|
||||||
},{
|
image: 'https://txroom.xayunmei.com/tiaojie2.png'
|
||||||
image:'../../static/tiaojie2.png'
|
}, {
|
||||||
},{
|
image: 'https://txroom.xayunmei.com/tiaojie4.png'
|
||||||
image:'../../static/tiaojie4.png'
|
}],
|
||||||
}
|
|
||||||
],
|
|
||||||
certificationStatus: "",
|
certificationStatus: "",
|
||||||
eidToken: "",
|
eidToken: "",
|
||||||
sysType:null
|
sysType: null
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|||||||
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
+1
-1
@@ -19,7 +19,7 @@
|
|||||||
"condition": false
|
"condition": false
|
||||||
},
|
},
|
||||||
"compileType": "miniprogram",
|
"compileType": "miniprogram",
|
||||||
"libVersion": "3.1.1",
|
"libVersion": "3.4.3",
|
||||||
"appid": "wx91cb8459dca561b4",
|
"appid": "wx91cb8459dca561b4",
|
||||||
"projectname": "智慧仲裁",
|
"projectname": "智慧仲裁",
|
||||||
"condition": {},
|
"condition": {},
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
"projectname": "miniapp",
|
"projectname": "miniapp",
|
||||||
"setting": {
|
"setting": {
|
||||||
"compileHotReLoad": true,
|
"compileHotReLoad": true,
|
||||||
"urlCheck": false
|
"urlCheck": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user