Преглед изворни кода

店铺街价格单位修改

zhangle пре 5 месеци
родитељ
комит
2d2650b24a
1 измењених фајлова са 1 додато и 1 уклоњено
  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>