提交
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;
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
<template>
|
||||
<template><page-meta
|
||||
:page-font-size="$baseFontSize() + 'px'"
|
||||
:root-font-size="$baseFontSize() + 'px'"
|
||||
></page-meta>
|
||||
<view class="container">
|
||||
<!-- 公共组件-每个页面必须引入 -->
|
||||
<public-module></public-module>
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
<template>
|
||||
<template><page-meta
|
||||
:page-font-size="$baseFontSize() + 'px'"
|
||||
:root-font-size="$baseFontSize() + 'px'"
|
||||
></page-meta>
|
||||
<view class="page">
|
||||
<z-nav-bar></z-nav-bar>
|
||||
<!-- 公共组件-每个页面必须引入 -->
|
||||
|
||||
Reference in New Issue
Block a user