Commit a5bc63ee authored by 黄奎's avatar 黄奎

校区修改

parent 04940c19
......@@ -9,7 +9,7 @@
placeholder="请输入学员姓名" maxlength="5" />
</view>
<view class="box-bg">
<view>性别:{{}}</view>
<view>性别</view>
<view class="xingbie">
<text v-for="(item, i) in goodsist" :key="i" @click="gende(item,i)"
:class="[index==i?'gender':'gender2'] ">{{item.name}}</text>
......@@ -40,17 +40,17 @@
<u-icon name="arrow" color="#9F9F9F" size="20"></u-icon>
</view>
</view>
<!-- <view class="box-bg" @click="community()">
<view class="box-bg" @click="community()">
<input maxlength="0" class="uni-input inputM" readonly="readonly"
style='margin-left: 10px;margin-top: 5px;' v-model="rules.School_Id" placeholder="报名校区" />
<view>
<u-icon name="arrow" color="#9F9F9F" size="20"></u-icon>
</view>
</view> -->
<view class="box-bg">
</view>
<!-- <view class="box-bg">
<input class="uni-input inputM" readonly="readonly"
style='margin-left: 10px;margin-top: 5px;' v-model="rules.School_Id" placeholder="报名校区" />
</view>
</view> -->
<view class="box-bg">
<input class="uni-input inputM" style='margin-left: 10px;margin-top: 5px;'
v-model="rules.ConsultingResults" placeholder="如何知道进阶思维" />
......@@ -110,7 +110,7 @@
<view class="list" :class="[actuve2==i?'list2':'']" v-for="(item, i) in campus" :key="i"
@click="masklist2(item,i)">
<view>
{{item.StuName}}
{{item.SName}}
</view>
<view v-if="actuve2==i">
<u-icon name="success" size="20"></u-icon>
......@@ -186,18 +186,18 @@
BaseCondition: that.rules.BaseCondition, // 就读学校 是 [string] 查看
DemandPoint: that.rules.DemandPoint, // 班级 是 [string] 查看
ConsultingResults: that.rules.ConsultingResults, // 如何知道进阶思维 是 [string] 查看
// School_Id: that.School_Id, // 校区 是 [string]
School_Id: that.rules.School_Id, // 校区 是 [string]
School_Id: that.School_Id, // 校区 是 [string]
// School_Id: that.rules.School_Id, // 校区 是 [string]
Group_Id: "100001"
};
that.requestJJSWAdmin(testCmd, postMsg,
(res) => {
if (res.data.Code == 1) {
uni.showToast({
title: '提交成功',
icon: 'exception',
duration: 2000
});
// uni.showToast({
// title: '提交成功',
// icon: 'exception',
// duration: 2000
// });
uni.navigateBack({
delta: 1
});
......@@ -300,17 +300,17 @@
this.show3 = false
},
community() {
testCmd = "/api/WeChatPublic/GetStuList";
testCmd = "/api/WeChatPublic/GetSchoolList";
postMsg = {
UnionId: "oV5Rm1J_MpkEVvE0VPEicwCDG1Zo"
Group_Id: ""
};
this.initlist()
this.show4 = true
},
masklist2(item, i) {
this.actuve2 = i
this.rules.School_Id = item.StuName
this.School_Id = item.StuId
this.rules.School_Id = item.SName
this.School_Id = item.SId
this.show4 = false
},
},
......
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