Commit 255d94dccc6652c10470e1f4612422ebaf0f1722

Authored by 后端研发-苏明海
2 parents 9f288d0b 9709ce2d

Merge branch 'test' into 'qa'

Test

See merge request !1134
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>
... ...