Commit c9688615 by zhangzhen

细节优化

parent 5f059703
......@@ -10,11 +10,11 @@
<view class="u-flex left" hover-class="left--hover" hover-start-time="150" v-if="navbarType==3">
<view class="u-flex u-home-arrow-left" :style="{borderColor:isWhite?'rgba(255,255,255,.5)':'#dadbde'}">
<view @click="onBack">
<u-icon name="arrow-left" size="19" :color="leftColor"></u-icon>
<u-icon name="arrow-left" size="24" :color="leftColor"></u-icon>
</view>
<u-line direction="column" :hairline="false" length="16" margin="0 8px" :color="isWhite?'rgba(255,255,255,.3)':'#dadbde'"></u-line>
<view @click="onHome">
<u-icon name="home" size="20" :color="leftColor"></u-icon>
<u-icon name="home" size="24" :color="leftColor"></u-icon>
</view>
</view>
</view>
......@@ -22,7 +22,8 @@
<slot name="left">
<!-- 左边箭头背景渐变 -->
<view class="iconBg u-flex" :style="{background: 'rgba(0,0,0,'+(navbarType == 5 ?(1-transparentValue)>0.4?.4:(1-transparentValue):0)+')'}">
<u-icon :name="iconLeft" size="16" :color="leftColor"></u-icon>
<text v-if="iconLeft == 'home'" :style="{fontSize:'16px',color:leftColor,whiteSpace:'nowrap'}">首页</text>
<u-icon v-else :name="iconLeft" size="20" :color="leftColor"></u-icon>
</view>
<text v-if="leftText" class="left__text" :style="{color: leftColor}">{{ leftText }}</text>
</slot>
......
......@@ -92,7 +92,7 @@
<text>{{item.labelName}}</text>
</view>
<view v-if="item.openPack==1 || (activityDate[dateList[dateIndex].readDate] && activityDate[dateList[dateIndex].readDate].labelIds.includes(item.labelId))" class="pre-icon">
<image :src="assetsPath+'/pre_icon.png'" mode="widthFix"></image>
<image :src="activityDate[dateList[dateIndex].readDate] && activityDate[dateList[dateIndex].readDate].labelIds.includes(item.labelId)? assetsPath+'/pre_icon_2.png': assetsPath+'/pre_icon.png'" mode="widthFix"></image>
</view>
</view>
</view>
......@@ -435,7 +435,8 @@
hostUrl: config.hostUrl,
assetsPath: config.assetsPath,
roomInfo: {
images: []
images: [],
status: 0
},
startTime: moment().format("HH:mm"),
endTime: '',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment