Commit e344f711 authored by 黄奎's avatar 黄奎

字体大小,购物车底部调整

parent 7d1aefea
...@@ -146,6 +146,7 @@ ...@@ -146,6 +146,7 @@
export default { export default {
data() { data() {
return { return {
pageTitle: '学员录入',
title: '选择就读学校', title: '选择就读学校',
u: {}, u: {},
School_Id: '', //要传的校区id School_Id: '', //要传的校区id
...@@ -186,6 +187,11 @@ ...@@ -186,6 +187,11 @@
created() { created() {
this.u = uni.getStorageSync("mall_UserInfo"); this.u = uni.getStorageSync("mall_UserInfo");
}, },
mounted() {
uni.setNavigationBarTitle({
title: this.pageTitle,
});
},
methods: { methods: {
// 提交表单 // 提交表单
registered() { registered() {
......
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
{{ item.GoodsName}} {{ item.GoodsName}}
</view> </view>
<view style="width: 440rpx;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;" v-if="IsEducation!=1"> <view style="width: 440rpx;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;" v-if="IsEducation!=1">
<Text v-for="(attr, inde2x) in item.SpecificationList" :key="inde2x" style="color: #a0a09d;font-size: 20rpx;margin-right: 5rpx;"> <Text v-for="(attr, inde2x) in item.SpecificationList" :key="inde2x" style="color: #a0a09d;font-size: 22rpx;margin-right: 5rpx;">
{{ attr}} {{ attr}}
</Text> </Text>
</view> </view>
...@@ -77,11 +77,11 @@ ...@@ -77,11 +77,11 @@
</view> </view>
</view> </view>
<!-- 新增上课时间 --> <!-- 新增上课时间 -->
<Text v-if='u.TenantId==27&&item.EduData.ClassTime' style="color: #a0a09d;font-size: 20rpx;margin-right: 5rpx;"> <Text v-if='u.TenantId==27&&item.EduData.ClassTime' style="color: #a0a09d;font-size: 22rpx;margin-right: 5rpx;">
上课时间:{{item.EduData.ClassTime}} 上课时间:{{item.EduData.ClassTime}}
</Text> </Text>
<!-- 课程数量 --> <!-- 课程数量 -->
<Text v-if='u.TenantId==27&&item.EduData.ClassNum' style="color: #a0a09d;font-size: 20rpx;margin-right: 5rpx;"> <Text v-if='u.TenantId==27&&item.EduData.ClassNum' style="color: #a0a09d;font-size: 22rpx;margin-right: 5rpx;">
课程数量:{{item.EduData.ClassNum}} 课程数量:{{item.EduData.ClassNum}}
</Text> </Text>
...@@ -96,7 +96,7 @@ ...@@ -96,7 +96,7 @@
</view> </view>
<!-- 新增绑定物品 --> <!-- 新增绑定物品 -->
<view v-if='u.TenantId==27' v-for="(attr2, inde4x) in item.GoodsRelevanceList" :key="inde4x"> <view v-if='u.TenantId==27' v-for="(attr2, inde4x) in item.GoodsRelevanceList" :key="inde4x">
<Text v-if='attr2.RelevanceName' style="color: #a0a09d;font-size: 20rpx;margin-right: 5rpx;"> <Text v-if='attr2.RelevanceName' style="color: #a0a09d;font-size: 22rpx;margin-right: 5rpx;">
已选物品:{{attr2.RelevanceName}} 已选物品:{{attr2.RelevanceName}}
</Text> </Text>
<view v-if='attr2.RelevancePrice' style="font-size: 30rpx;" :style="{ color: pricecolor }"> <view v-if='attr2.RelevancePrice' style="font-size: 30rpx;" :style="{ color: pricecolor }">
...@@ -215,7 +215,8 @@ ...@@ -215,7 +215,8 @@
}, },
mounted() { mounted() {
let currentPages = getCurrentPages(); let currentPages = getCurrentPages();
let c = this.$uiConfig.is_bang ? 80 : 52; // let c = this.$uiConfig.is_bang ? 80 : 52;
let c = this.$uiConfig.is_bang ? 80 : 65;
this.bottommargin = c - 2 + 'px'; this.bottommargin = c - 2 + 'px';
this.listbottom = c + 44 + 'px'; this.listbottom = c + 44 + 'px';
this.contentHeight = this.$utils.calcContentHeight(c - 42) + 'px'; this.contentHeight = this.$utils.calcContentHeight(c - 42) + 'px';
......
...@@ -876,11 +876,11 @@ ...@@ -876,11 +876,11 @@
} }
.switch-box2 { .switch-box2 {
font-size: 25rpx; font-size: 28rpx;
} }
.switch-box3 { .switch-box3 {
font-size: 18rpx; font-size: 24rpx;
color: #999; color: #999;
} }
......
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