Browse Source

优酷模板优化

hml 2 years ago
parent
commit
67bebe4fb8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      purchase_H5/src/templates/templateYuku/index.vue

+ 2 - 2
purchase_H5/src/templates/templateYuku/index.vue

@@ -10,7 +10,7 @@
       </div>
       <div class="infoCell">
         <div class="title">内容</div>
-        <div class="name">优酷VIP会员月卡+定向流量</div>
+        <div class="name">优酷VIP会员月卡+10GB定向流量</div>
       </div>
       <div class="infoPhone">
         <input type="text" v-model="phone" placeholder="输入联通手机号" />
@@ -132,7 +132,7 @@ export default {
       .name {
         font-weight: 700;
         text-align: right;
-        color: #333;
+        color: #000;
       }
     }
     .infoPhone {