提交
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<template>
|
||||
<page-meta :page-font-size="$baseFontSize()+'px'" :root-font-size="$baseFontSize()+'px'"></page-meta>
|
||||
<view class="commonPageBox">
|
||||
<public-module></public-module>
|
||||
|
||||
@@ -370,8 +371,7 @@
|
||||
|
||||
.then(async (res) => {
|
||||
that.flashSaleList = res.courseList.records ?
|
||||
res.courseList.records :
|
||||
[];
|
||||
res.courseList.records : [];
|
||||
});
|
||||
},
|
||||
async getSociologyLabels() {
|
||||
@@ -687,7 +687,7 @@
|
||||
}
|
||||
|
||||
.miaoShaTitle {
|
||||
margin-right: 25rpx;
|
||||
// margin-right: 25rpx;
|
||||
|
||||
font-family: PangMenZhengDaoBiaoTiTiMianFeiBan;
|
||||
font-weight: normal;
|
||||
|
||||
Reference in New Issue
Block a user