Merged
Merge Request #1134 · created by 后端研发-苏明海


Test


From test into qa

Merged by 后端研发-苏明海

1 participants

pages/goods/goodsInfo/goodsInfo.wxml
... ... @@ -314,7 +314,7 @@
314 314 </view>
315 315  
316 316 <view wx:else class='yj' style="top:35rpx">
317   - <text>:¥{{filters.toFix(data.shop_price,2)}}</text>
  317 + <text>¥{{filters.toFix(data.shop_price,2)}}</text>
318 318 </view>
319 319  
320 320 </block>
... ... @@ -328,7 +328,7 @@
328 328 </view>
329 329  
330 330 <view wx:else class='yj'>
331   - <text>:¥{{filters.toFix(data.shop_price,2)}}</text>
  331 + <text>¥{{filters.toFix(data.shop_price,2)}}</text>
332 332 </view>
333 333  
334 334 </block>
... ...