<view class='money'>
<view style="flex: 1;">
<text class="real-curr">{{currencyed}}</text>
<text class="real-price">{{changeAMT(goods.productAttr.price,exchangeRate)}}</text>
</view>
</view>
.money {
margin-top: 20rpx;
padding-right: 20rpx;
font-size: 30rpx;
color: #ff7124;
display: flex;
.real-curr{
font-size: 22rpx;
margin-right: 6rpx;
}
}