Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
X
xundao
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xiaoyao
xundao
Commits
589bfac1
Commit
589bfac1
authored
Aug 26, 2023
by
1091214370@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 改造
parent
ba2b4b2d
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
16 deletions
+16
-16
pages/index/index.wxml
pages/index/index.wxml
+3
-2
pages/wuxingres/index.wxml
pages/wuxingres/index.wxml
+4
-4
pages/wuxingres/index.wxss
pages/wuxingres/index.wxss
+1
-1
project.config.json
project.config.json
+8
-9
No files found.
pages/index/index.wxml
View file @
589bfac1
<view class="page">
<view class="page">
<view class="header">
<view class="header">
<view class="title">
生辰八字&五行
</view>
<view class="title">
四柱五行计算器
</view>
</view>
</view>
<view class="center">
<view class="center">
<view>
<view>
...
@@ -9,6 +9,7 @@
...
@@ -9,6 +9,7 @@
选择公历日期:{{valueDate}}
选择公历日期:{{valueDate}}
</view>
</view>
</picker>
</picker>
<date-picker />
<picker bindchange="handleHour" range-key="label" value="{{valueH}}" range="{{dataH}}">
<picker bindchange="handleHour" range-key="label" value="{{valueH}}" range="{{dataH}}">
<view class="form-item">
<view class="form-item">
选择时间:{{valueH}}点
选择时间:{{valueH}}点
...
@@ -16,7 +17,7 @@
...
@@ -16,7 +17,7 @@
</picker>
</picker>
</view>
</view>
</view>
</view>
<button type="primary" class="button" bind:tap="handleScle">计算
八字
</button>
<button type="primary" class="button" bind:tap="handleScle">计算</button>
<view style="position: absolute; bottom: 0;width: 100%;">
<view style="position: absolute; bottom: 0;width: 100%;">
<ad unit-id="adunit-5d509a2d2926ec2a"></ad>
<ad unit-id="adunit-5d509a2d2926ec2a"></ad>
</view>
</view>
...
...
pages/wuxingres/index.wxml
View file @
589bfac1
<view class="page">
<view class="page">
<view class="header">
<view class="header">
<view class="title">
我的八字与五行分布
</view>
<view class="title">
计算结果
</view>
</view>
</view>
<view class="result" >
<view class="result" >
<view class="flex-box nongli">
<view class="flex-box nongli">
日期: {{valueDate}}
时间:{{valueH || '--'}} 点
公历日期: {{valueDate}} |
时间:{{valueH || '--'}} 点
</view>
</view>
<view class="flex-box nongli">
<view class="flex-box nongli">
农历
: {{res.gzYear}}{{res.Animal}}年 {{res.IMonthCn}} {{res.IDayCn}} {{res.ncWeek
}}
农历
日期: {{res.gzYear}}{{res.Animal}}年 {{res.IMonthCn}} {{res.IDayCn
}}
</view>
</view>
<view class="flex-box">
<view class="flex-box">
<view class="res-title">
八字
:</view>
<view class="res-title">
四柱
:</view>
<view class="flex-content">
<view class="flex-content">
<view style="background-color: {{allColors[4]}};">{{res.gzYear}}</view>
<view style="background-color: {{allColors[4]}};">{{res.gzYear}}</view>
<view style="background-color: {{allColors[1]}};">{{res.gzMonth}}</view>
<view style="background-color: {{allColors[1]}};">{{res.gzMonth}}</view>
...
...
pages/wuxingres/index.wxss
View file @
589bfac1
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
}
}
.echart {
.echart {
height:
10
0vw;
height:
9
0vw;
margin-top: -120rpx;
margin-top: -120rpx;
}
}
...
...
project.config.json
View file @
589bfac1
...
@@ -21,25 +21,22 @@
...
@@ -21,25 +21,22 @@
"checkSiteMap"
:
true
,
"checkSiteMap"
:
true
,
"uploadWithSourceMap"
:
true
,
"uploadWithSourceMap"
:
true
,
"compileHotReLoad"
:
true
,
"compileHotReLoad"
:
true
,
"lazyloadPlaceholderEnable"
:
false
,
"useMultiFrameRuntime"
:
false
,
"useMultiFrameRuntime"
:
false
,
"useApiHook"
:
false
,
"useApiHook"
:
true
,
"useApiHostProcess"
:
false
,
"babelSetting"
:
{
"babelSetting"
:
{
"ignore"
:
[],
"ignore"
:
[],
"disablePlugins"
:
[],
"disablePlugins"
:
[],
"outputPath"
:
""
"outputPath"
:
""
},
},
"enableEngineNative"
:
false
,
"bundle"
:
false
,
"useIsolateContext"
:
false
,
"useIsolateContext"
:
false
,
"useCompilerModule"
:
true
,
"userConfirmedUseCompilerModuleSwitch"
:
false
,
"userConfirmedBundleSwitch"
:
false
,
"userConfirmedBundleSwitch"
:
false
,
"packNpmManually"
:
false
,
"packNpmManually"
:
false
,
"packNpmRelationList"
:
[],
"packNpmRelationList"
:
[],
"minifyWXSS"
:
true
,
"minifyWXSS"
:
true
"disableUseStrict"
:
false
,
"minifyWXML"
:
true
,
"showES6CompileOption"
:
false
,
"useCompilerPlugins"
:
false
,
"ignoreUploadUnusedFiles"
:
true
},
},
"compileType"
:
"miniprogram"
,
"compileType"
:
"miniprogram"
,
"libVersion"
:
"2.19.4"
,
"libVersion"
:
"2.19.4"
,
...
@@ -54,6 +51,8 @@
...
@@ -54,6 +51,8 @@
"servePath"
:
""
"servePath"
:
""
},
},
"isGameTourist"
:
false
,
"isGameTourist"
:
false
,
"simulatorType"
:
"wechat"
,
"simulatorPluginLibVersion"
:
{},
"condition"
:
{
"condition"
:
{
"search"
:
{
"search"
:
{
"list"
:
[]
"list"
:
[]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment