Commit ad94ee43 authored by 黄奎's avatar 黄奎

修改

parent 6f404002
......@@ -61,8 +61,6 @@
<view class="school-bg">
<text>
<!-- <u-icon name="arrow-left" size="20"></u-icon> -->
<text class="school font24">选择就读学校</text>
</text>
</view>
......@@ -91,7 +89,6 @@
<u-icon name="success" size="20"></u-icon>
</view>
</view>
</view>
</scroll-view>
</u-popup>
......@@ -99,7 +96,6 @@
<u-popup v-model="show4" mode="right" length="80%">
<view class="school-bg">
<text>
<!-- <u-icon name="arrow-left" size="20"></u-icon> -->
<text class="school font24">选择校区</text>
</text>
......@@ -173,7 +169,7 @@
// 提交表单
registered() {
let that = this;
testCmd = "/api/WeChatPublic/CreateMallStudent";//WeChatPublic/CreateStudent
testCmd = "/api/WeChatPublic/CreateMallStudent"; //WeChatPublic/CreateStudent
postMsg = {
OpenId: that.u.OpenId, // openId 是 [string] 查看
UnionId: that.u.Unoinid,
......@@ -263,7 +259,7 @@
switch (type) {
case 0:
this.show = true
this.$refs.calendar.open();
this.$refs.calendar.open();
break;
case 1:
testCmd = "/api/WeChatPublic/GetStuSchoolClass";
......@@ -323,7 +319,7 @@
font-size: 22rpx;
}
.school.font24{
.school.font24 {
font-size: 24rpx;
}
......@@ -357,13 +353,13 @@
.list2 {
color: #138BF9;
}
.list {
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: solid 1px #D9D9D9;
padding:20rpx 0;
padding: 20rpx 0;
padding-left: 20rpx;
padding-right: 20rpx;
font-size: 24rpx;
......
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