Commit cb79d34e62195171630e64390984ec2f8f5a0fdc

Authored by WXD-SEASON\season
1 parent ec45a1e4

解决冲突2

packageC/pages/luckyGo/luckyGo_goodsInfo/luckyGo_goodsInfo.wxml
... ... @@ -93,7 +93,7 @@
93 93 {{djs.min}}
94 94 </view>
95 95 <view class="time" style="color: {{prom_st==1?'#d40022':'#0097e0'}}">分</view>
96   - <view class='time-val white t-c' style=";background:{{prom_st==1?'#d40022':'#0097e0'}}">
  96 + <view class='time-val white t-c' style="background:{{prom_st==1?'#d40022':'#0097e0'}}">
97 97 {{djs.sec}}
98 98 </view>
99 99 <view class="time" style="color: {{prom_st==1?'#d40022':'#0097e0'}}">秒</view>
... ... @@ -163,7 +163,7 @@
163 163 {{djs.min}}
164 164 </view>
165 165 <view class="xc-time" style="color: {{'#d40022'}}">分</view>
166   - <view class='xc-time-val white t-c' style=";background:{{'#d40022'}}">
  166 + <view class='xc-time-val white t-c' style="background:{{'#d40022'}}">
167 167 {{djs.sec}}
168 168 </view>
169 169 <view class="xc-time" style="color: {{'#d40022'}}">秒</view>
... ... @@ -569,7 +569,7 @@
569 569 </view>
570 570 <scroll-view scroll-x="true" class="pj_scroll">
571 571 <view class="flex">
572   - <view class="xc_comment-detail" style="" wx:for="{{fir_comments}}" wx:key="fir_comments">
  572 + <view class="xc_comment-detail" wx:for="{{fir_comments}}" wx:key="fir_comments">
573 573 <view class="xc_comment-left">
574 574 <view class="xc_comment-user">
575 575 <view class="xc_user-img">
... ...
packageC/pages/luckyGo/luckyGo_goodsInfo/luckyGo_goodsInfo.wxss
... ... @@ -2573,7 +2573,7 @@ line-height: 38rpx;
2573 2573 }
2574 2574 /* 门店分类列表 */
2575 2575 .sort_store_list{
2576   -<<<<<<< HEAD
  2576 +
2577 2577 max-height: 790rpx;
2578 2578 /* max-height: 700rpx; */
2579 2579 min-height: 700rpx;
... ...