Commit 79f6e63d by 陈玉桐

fix

parent f6d8f705
......@@ -28,7 +28,7 @@
<img class="poster21BoxPhoto" :src="uploadPic" v-show="uploadPic">
<img class="poster21BoxBg" :src="templateUrl">
</div>
<div id="posterBoxText" :style="{color: uploadPic?'#fff':backgroundColor}">
<div id="posterBoxText" :style="{color: uploadPic?backgroundColor:'#fff'}">
<p>{{posterText2}}</p>
<p>{{posterText1}}</p>
</div>
......@@ -100,7 +100,7 @@
<img class="poster21BoxPhoto" :src="uploadPic" v-show="uploadPic">
<img class="poster21BoxBg" :src="templateUrl">
</div>
<div id="posterOutText" :style="{color: uploadPic?'#fff':backgroundColor}">
<div id="posterOutText" :style="{color: uploadPic?backgroundColor:'#fff'}">
<p>{{posterText2}}</p>
<p>{{posterText1}}</p>
</div>
......
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