Commit f6d8f705 by 陈玉桐

fix

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