Bläddra i källkod

fix:pc数据导出购买须知标点符号

yangfeng 1 år sedan
förälder
incheckning
2b3df0016e

+ 3 - 3
apps/bigmember_pc/src/views/order/components/data-export/buy-tip.vue

@@ -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