|
@@ -3,16 +3,16 @@
|
|
|
<p>购买须知:</p>
|
|
|
<p>
|
|
|
1.最低起售<span>{{ priceConf.orderMinPrice }}</span
|
|
|
- >元
|
|
|
+ >元。
|
|
|
</p>
|
|
|
<p>
|
|
|
- 2.标准字段包: 原价<span>{{ priceConf.unitPrice_normal }}</span
|
|
|
+ 2.“标准字段包”原价<span>{{ priceConf.unitPrice_normal }}</span
|
|
|
>元/条, 限时<span>{{ priceConf.discount * 10 }}</span
|
|
|
>折, 现价<span>{{
|
|
|
priceConf.unitPrice_normal * priceConf.discount
|
|
|
}}</span
|
|
|
>元/条;
|
|
|
- 高级字段包: 原价<span>{{ priceConf.unitPrice_senior }}</span
|
|
|
+ “高级字段包” 原价<span>{{ priceConf.unitPrice_senior }}</span
|
|
|
>元/条, 限时<span>{{ priceConf.discount * 10 }}</span
|
|
|
>折, 现价<span>{{
|
|
|
priceConf.unitPrice_senior * priceConf.discount
|