微调
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="centerBox">* ↓ 五运图,左滑查看全年运数</view>
|
||||
<view class="centerBox">《 ↓ 五运图 》</view>
|
||||
<!-- <scroll-view class="scroll-view_H flexbox" scroll-x="true" @scroll="scroll" > -->
|
||||
<view class="flexbox scroll-view_H wuYunBox">
|
||||
<view class="leftone row" id="text">
|
||||
@@ -63,7 +63,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<!-- </scroll-view> -->
|
||||
<view class="centerBox">* ↓ 六气图,左滑查看全年气数</view>
|
||||
<view class="centerBox">《 ↓ 六气图,左滑查看全年气数 》</view>
|
||||
<scroll-view class="scroll-view_H flexbox" scroll-x="true" @scroll="scroll" :scroll-left="200">
|
||||
<!-- <view class="flexbox scroll-view_H"> -->
|
||||
<view class="leftone row">
|
||||
@@ -104,6 +104,7 @@
|
||||
</view>
|
||||
<!-- </view> -->
|
||||
</scroll-view>
|
||||
<!-- <image src="../../static/icon/leftFrag.gif" mode="scaleToFill"></image> -->
|
||||
<music-play :playData="playData"></music-play>
|
||||
<z-navigation></z-navigation>
|
||||
</view>
|
||||
@@ -235,14 +236,10 @@ wytext:'',
|
||||
},
|
||||
changeLog(e) {
|
||||
console.log('change事件:', e);
|
||||
let ss = e.slice(0, 10)
|
||||
// console.log(e.slice(0, 10),'e.slice(0, 10)')
|
||||
let ss = e.slice(0, 10)
|
||||
this.timestamp = new Date(ss).getTime()
|
||||
this.getYun(e)
|
||||
},
|
||||
maskClick(e) {
|
||||
console.log('maskClick事件:', e);
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
components: {
|
||||
@@ -259,7 +256,7 @@ wytext:'',
|
||||
.centerBox {
|
||||
text-align: center;
|
||||
padding: 20px;
|
||||
color: #ddd;
|
||||
color: #888;
|
||||
}
|
||||
|
||||
.yinli {
|
||||
|
||||
Reference in New Issue
Block a user