فهرست منبع

Merge branch 'dev/v1.0.49_yf' of jianyu/web into feature/v1.0.49

yangfeng 1 سال پیش
والد
کامیت
fd473e77c2
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      apps/bigmember_pc/src/views/order/components/data-export/buy-tip.vue

+ 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