Browse Source

店铺街价格单位修改

zhangle 5 tháng trước cách đây
mục cha
commit
2d2650b24a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      crmeb_src/mer_uniapp/components/merchantList/index.vue

+ 1 - 1
crmeb_src/mer_uniapp/components/merchantList/index.vue

@@ -55,7 +55,7 @@
 							</view>
 							<view class="pic-name line2" v-if="isStreet">{{goods.name}}</view>
 							<view v-if="isStreet" class="street-price semiBold line-heightOne" :style="[isHome?merchantStyle.priceColor:'']">
-								¥{{goods.price}}
+								<text>{{$store.getters.priceUnit}}</text>{{rmbToLgnsHandle(goods.price)}}
 							</view>
 						</view>
 					</view>