张延森 5 years ago
parent
commit
559f2d3ff7
1 changed files with 26 additions and 18 deletions
  1. 26
    18
      src/views/supportMain/supportMain.vue

+ 26
- 18
src/views/supportMain/supportMain.vue View File

4
       <div class="top">
4
       <div class="top">
5
         <img :src="topImg">
5
         <img :src="topImg">
6
         <div class="top-div">
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
         </div>
12
         </div>
12
       </div>
13
       </div>
13
       <div class="main">
14
       <div class="main">
14
         <h2>活动详情</h2>
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
       </div>
24
       </div>
23
     </div>
25
     </div>
24
     <div class="bottom">
26
     <div class="bottom">
37
           <label for="phone">手机号</label>
39
           <label for="phone">手机号</label>
38
           <input type="tel" v-model="phone" @blur="blur">
40
           <input type="tel" v-model="phone" @blur="blur">
39
         </div>
41
         </div>
40
-        <div class="item">
42
+        <!-- <div class="item">
41
           <label for="address">所在社区</label>
43
           <label for="address">所在社区</label>
42
           <input type="text" v-model="address" @blur="blur">
44
           <input type="text" v-model="address" @blur="blur">
43
-        </div>
45
+        </div> -->
44
         <div class="submit" @click="sign()">提交</div>
46
         <div class="submit" @click="sign()">提交</div>
45
       </div>
47
       </div>
46
     </div>
48
     </div>
121
       } else if (!this.phone) {
123
       } else if (!this.phone) {
122
         this.$toast('手机号为必填项')
124
         this.$toast('手机号为必填项')
123
         return
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
       this.login = false
131
       this.login = false
129
       let data = {
132
       let data = {
130
         name: this.name,
133
         name: this.name,
131
         phone: this.phone,
134
         phone: this.phone,
132
-        address: this.address + this.adderssDetail
135
+        // address: this.address + this.adderssDetail
133
       }
136
       }
134
       this.signUp(data).then(() => {
137
       this.signUp(data).then(() => {
135
         this.record()
138
         this.record()
196
 .main {
199
 .main {
197
   padding: 0.2rem 0.25rem 0.6rem;
200
   padding: 0.2rem 0.25rem 0.6rem;
198
   h2 {
201
   h2 {
199
-    font-size: 0.16rem;
202
+    font-size: 0.18rem;
200
     padding-bottom: 0.1rem;
203
     padding-bottom: 0.1rem;
201
   }
204
   }
205
+
206
+  h3 {
207
+    font-size: 0.16rem;
208
+  }
209
+
202
   p {
210
   p {
203
     padding-bottom: 0.1rem;
211
     padding-bottom: 0.1rem;
204
   }
212
   }