Commit b662311f by xnn

修复已知问题

parent d2926b08
......@@ -13,8 +13,8 @@
<view>
<span v-if="goods_tags.field11 != undefined">{{goods_tags.field11 | ''}}</span>
<span class="productPriceIcon">¥</span> <span
v-if="goods_detail.dg_price != undefined && goods_detail.dg_price != ''"
style="font-size: 42rpx;">{{goods_detail.dg_price || ''}}</span>
v-if="goods_detail.goods_price != undefined && goods_detail.goods_price != ''"
style="font-size: 42rpx;">{{goods_detail.goods_price || ''}}</span>
<span style="margin-right: 15rpx;"></span>
<span v-if="goods_tags.field12 != undefined">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment