张延森 hace 5 años
padre
commit
559f2d3ff7
Se han modificado 1 ficheros con 26 adiciones y 18 borrados
  1. 26
    18
      src/views/supportMain/supportMain.vue

+ 26
- 18
src/views/supportMain/supportMain.vue Ver fichero

@@ -4,21 +4,23 @@
4 4
       <div class="top">
5 5
         <img :src="topImg">
6 6
         <div class="top-div">
7
-          <b>悦见山恒温泳池好友助力砍价活动</b>
8
-          <p>报名截止时间:2019年8月31日</p>
9
-          <p>地点:国家级江北新区•白马路10号</p>
10
-          <p>活动电话:025-86505555</p>
7
+          <div style="font-size: .2rem">悦见山恒温泳池好友助力砍价活动</div>
8
+          <p><strong>使用兑换日期:</strong>2019年8月1日—8月31日</p>
9
+          <p><strong>地点:</strong>国家级江北新区•白马路10号</p>
10
+          <p>银城颐居•悦见山营销中心</p>
11
+          <p><strong>活动电话:</strong>025-8650 5555</p>
11 12
         </div>
12 13
       </div>
13 14
       <div class="main">
14 15
         <h2>活动详情</h2>
15
-        <div>悦见山恒温泳池好友助力砍价活动</div>
16
-        <p>原价:78.8元&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;悦见山年终回馈价:18.8元</p>
17
-        <p>点击下方的“立即报名”参加报名,分享给5位好友,让好友助力帮忙您完成任务,每位好友可帮砍12元;</p>
18
-        <div>套餐包含:</div>
19
-        <div>悦见山星级泳池体验一次(限时2小时)</div>
20
-        <div>城咖啡指定饮品一杯</div>
21
-        <div>备注:购买后请提前一天电话预约生效.</div>
16
+        <h3>悦见山恒温泳池好友助力砍价活动</h3>
17
+        <div><strong>原价:</strong>78.8元</div>
18
+        <div><strong>活动价:</strong>最低18.8元</div>
19
+        <div>共可邀请5位好友帮砍至18.8元,每位好友可帮砍12元。</div>
20
+        <h3 style="margin-top: 0.8em">套餐包含:</h3>
21
+        <div>悦见山星级泳池体验一次(限时2小时);</div>
22
+        <div>悦见山城的空间指定饮品一杯。</div>
23
+        <div><strong>Tips:</strong>提交后请提前一天电话预约,到场支付18.8元 ;每人仅可体验一次,需携带本人身份证兑换使用。</div>
22 24
       </div>
23 25
     </div>
24 26
     <div class="bottom">
@@ -37,10 +39,10 @@
37 39
           <label for="phone">手机号</label>
38 40
           <input type="tel" v-model="phone" @blur="blur">
39 41
         </div>
40
-        <div class="item">
42
+        <!-- <div class="item">
41 43
           <label for="address">所在社区</label>
42 44
           <input type="text" v-model="address" @blur="blur">
43
-        </div>
45
+        </div> -->
44 46
         <div class="submit" @click="sign()">提交</div>
45 47
       </div>
46 48
     </div>
@@ -121,15 +123,16 @@ export default {
121 123
       } else if (!this.phone) {
122 124
         this.$toast('手机号为必填项')
123 125
         return
124
-      } else if (!this.address) {
125
-        this.$toast('地址为必填项')
126
-        return
127 126
       }
127
+      // else if (!this.address) {
128
+      //   this.$toast('地址为必填项')
129
+      //   return
130
+      // }
128 131
       this.login = false
129 132
       let data = {
130 133
         name: this.name,
131 134
         phone: this.phone,
132
-        address: this.address + this.adderssDetail
135
+        // address: this.address + this.adderssDetail
133 136
       }
134 137
       this.signUp(data).then(() => {
135 138
         this.record()
@@ -196,9 +199,14 @@ export default {
196 199
 .main {
197 200
   padding: 0.2rem 0.25rem 0.6rem;
198 201
   h2 {
199
-    font-size: 0.16rem;
202
+    font-size: 0.18rem;
200 203
     padding-bottom: 0.1rem;
201 204
   }
205
+
206
+  h3 {
207
+    font-size: 0.16rem;
208
+  }
209
+
202 210
   p {
203 211
     padding-bottom: 0.1rem;
204 212
   }