Commit 8eb3d385 by 高淑倩

add: bottom_bgc_fontcolor

parent 0e2e6417
<!--component/bottom/bottom.wxml-->
<!--<view class='footer-content' style="background:{{bottom.color}};color:{{bottom.color}};{{bottom.bgImgUrl ? 'background-image: url('+ baseImgUrl +''+ bottom.bgImgUrl +');' : 'background-color: ' + baseUrl + ';'}}" data-link="{{bottom.link}}" data-appid="{{bottom.link.appid}}" data-item="{{bottom}}" data-path="{{bottom.link.url}}" catchtouchstart='touchStart' catchtouchend="touchEnd"> -->
<view class='footer-content' style="color:{{bottom.color}};{{bottom.bgImgUrl ? 'background-image: url('+ baseImgUrl +''+ bottom.bgImgUrl +');' : 'background-color: ' + bottom.color + ';'}}" data-link="{{bottom.link}}" data-appid="{{bottom.link.appid}}" data-item="{{bottom}}" data-path="{{bottom.link.url}}" catchtouchstart='touchStart' catchtouchend="touchEnd">
<text class="footer-arrow" style="color:{{bottom.fontColor}}"><<</text>
<text class='footer-text' style="color:{{bottom.fontColor}}">{{bottom.title}}</text>
<!--component/bottom/bottom.wxml fontColor 1 浅色 2 深色-->
<view class='footer-content' style="{{bottom.bgImgUrl ? 'background-image: url('+ baseImgUrl +''+ bottom.bgImgUrl +');' : 'background-color: ' + bottom.color + ';'}}" data-link="{{bottom.link}}" data-appid="{{bottom.link.appid}}" data-item="{{bottom}}" data-path="{{bottom.link.url}}" catchtouchstart='touchStart' catchtouchend="touchEnd">
<text class="footer-arrow" style="color:{{bottom.fontColor == 1 ? '#FFF' : '#000'}};"><<</text>
<text class='footer-text' style="color:{{bottom.fontColor == 1 ? '#FFF' : '#000'}};">{{bottom.title}}</text>
</view>
<authorization-modal isAuthorization='{{isAuthorization}}'/>
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