Commit 255d94dccc6652c10470e1f4612422ebaf0f1722
Merge branch 'test' into 'qa'
Test See merge request !1134
Showing
1 changed file
with
2 additions
and
2 deletions
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> | ... | ... |