Commit ad94ee43 authored by 黄奎's avatar 黄奎

修改

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