Ver código fonte

图片显示问题

zhanghui 1 ano atrás
pai
commit
1098fa6c87

+ 0 - 1
pages/columnGoods/HotNewGoods/feedback.vue

@@ -123,7 +123,6 @@ export default {
 
 .feedback-wrapper{
 	background: #fff;
-	margin-top: 20rpx;
 	padding: 30rpx;
 }
 .info{

+ 1 - 1
pages/groupbuying_details/index.vue

@@ -67,7 +67,7 @@
 									<image class="timeImg" :style="{'width':'26rpx','height':'26rpx'}" src="http://www.gzzzyd.com/groupon/home_slices/倒计时@2x.png" mode="scaleToFill" />
 									<text class="yellow" :style="{'font-size':'26rpx'}">截止倒计时</text>
 									<!-- <text class="red2">02时25分19秒</text> -->
-									<u-count-down style="height:'96rpx'" :time="storeInfo.seconds * 1000" format="HH:mm:ss" @change="timechange">
+									<u-count-down :style="{'height':'96rpx'}" :time="storeInfo.seconds * 1000" format="HH:mm:ss" @change="timechange">
 										<text  :style="{'color':'#B42A3E','font-size':'28rpx'}">{{ timeData.hours>10?timeData.hours:'0'+timeData.hours}}时{{ timeData.minutes }}分{{ timeData.seconds }}秒</text>
 									</u-count-down>
 								</view>