feat:2.4.5 修改首页
This commit is contained in:
@@ -23,7 +23,7 @@ Page({
|
||||
currentColor: '',
|
||||
showIntroductionPopup: false,
|
||||
showSelectWordPopup: false, // 选择文字弹窗
|
||||
selectedTemplate: 'find', // 选中的模板类型
|
||||
selectedTemplate: 'grid', // 选中的模板类型 grid 或 find 模式
|
||||
env: 'release',
|
||||
isPCDevtool: false,
|
||||
showShareDialog: false, // 显示分享引导弹窗
|
||||
@@ -53,7 +53,7 @@ Page({
|
||||
{ color: '#8A2BE2', word: '您' },
|
||||
],
|
||||
selectedWords: ['涂', '鸦', '丫', '欢', '迎', '您'],
|
||||
showIntroductionPopup: true,
|
||||
// showIntroductionPopup: true,
|
||||
env: getApp().globalData.env || 'release',
|
||||
},
|
||||
() => {
|
||||
|
||||
@@ -16,7 +16,7 @@ page {
|
||||
.math-page-header {
|
||||
margin-bottom: 40rpx;
|
||||
text-align: center;
|
||||
padding-top: 20rpx;
|
||||
padding-top: 28rpx;
|
||||
}
|
||||
|
||||
.math-page-title {
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
<view class="page-container">
|
||||
<!-- 页面标题和描述 -->
|
||||
<view class="math-page-header">
|
||||
<view class="math-page-title">数学学习涂鸦卡</view>
|
||||
<view class="math-page-subtitle"
|
||||
>选择功能,生成可打印的数学学习涂鸦卡</view
|
||||
>
|
||||
<view class="math-page-title">数感启蒙</view>
|
||||
<view class="math-page-subtitle">
|
||||
选择功能,生成可打印的数感启蒙涂鸦卡
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<!-- 功能列表 -->
|
||||
|
||||
Reference in New Issue
Block a user