소스 검색

fix:文案修改

magic v 4 년 전
부모
커밋
0d59347d09
4개의 변경된 파일10개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 2
      src/pages/FormVolume/Layoutileads1/index.vue
  2. 6 0
      src/pages/FormVolume/Layoutileads1/style.scss
  3. 1 1
      src/pages/FormVolume/index.vue
  4. BIN
      static/img/leads-img2.png

+ 3 - 2
src/pages/FormVolume/Layoutileads1/index.vue

@@ -8,8 +8,9 @@
         <div bold>购买成功</div>
       </div>
     </div>
-    <div class="bl-flex" v-if="data.topic.is_memo && data.topic.memo" padding-left-lg>
-      <div v-bl-br="data.topic.memo" class="h-memo" color-f bold></div>
+    <div class="bl-flex" v-if="data.topic.is_memo && data.topic.memo" column padding-left-lg>
+      <div color-f bold class="h-memo-h1">留下您的联系方式,</div>
+      <div color-f bold class="h-memo-h2">我们尽快为您预约哦</div>
     </div>
     
     <div class="bl-flex" column padding-lg>

+ 6 - 0
src/pages/FormVolume/Layoutileads1/style.scss

@@ -122,3 +122,9 @@
 .r-pie {
   margin-right: -($size-md / 2)
 }
+.h-memo-h1 {
+  font-size: 36px;
+}
+.h-memo-h2 {
+  font-size: 28px;
+}

+ 1 - 1
src/pages/FormVolume/index.vue

@@ -32,7 +32,7 @@
     <van-empty v-if="!isEdit"
       style="height: 100%;"
       description="登录失效">
-      <van-button round type="danger" @click="$router.go(-1)" style="width: 220px; max-width: 350px;">返回</van-button>
+      <van-button round type="default" @click="$router.go(-1)" style="width: 220px; max-width: 350px;">返回</van-button>
     </van-empty>
     <van-empty v-else
       style="height: 100%;"

BIN
static/img/leads-img2.png