Commit 2c2ae368 authored by 王永阿飞's avatar 王永阿飞

修改了bug

parent 773342f3
......@@ -128,10 +128,9 @@
console.log(this.activityId)
this.getList(this.activityId)
},
// onShow() {
// console.log('onShow')
// this.getList(this.activityId)
// },
onShow() {
this.getList(this.activityId)
},
filters: {
ellipsis(value){
if (!value) return '';
......
......@@ -26,7 +26,7 @@
<uni-easyinput :inputBorder="false" v-model="info.idCard" placeholder="请输入证件号" :clearable="false">
</uni-easyinput>
</uni-forms-item>
<uni-forms-item label="活动分类" required name="projectId">
<uni-forms-item label="项目分类" required name="projectId">
<picker @change="projectPickerChange" :value="projectIndex" :range="projectList" range-key="projectName"
:disabled="projectDisable" @cancel="projectCancel">
<view v-if="projectIndex ===projectList.length" class="uni-input">请选择项目
......@@ -244,7 +244,7 @@ import {
this.info.status = '0'
addsignInInfo(this.info).then(response=>{
console.log(response) //存在的话就返回报错
if(response.data.code === 500)
if(response.code === 500)
return uni.$showMsg(response.msg)
this.orderVo.signupId = response.data.signupId
this.orderVo.wechatId = this.info.wechatId
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment