duanshenglang 7 bulan lalu
induk
melakukan
54d61c1aad
1 mengubah file dengan 22 tambahan dan 4 penghapusan
  1. 22 4
      lottery/registrationActivity.html

+ 22 - 4
lottery/registrationActivity.html

@@ -103,8 +103,14 @@
     font-size: 16px;
     color: #FFFFFF;
     text-align: center;
+    padding: 0;
+    line-height: 22px;
+  }
+  .signUp_btn_tip {
+    font-weight: bold;
+    font-size: 12px; 
+    line-height: 17px;
   }
-
   .form_content {
     width: 100%;
     margin-top: 250px;
@@ -119,8 +125,15 @@
     font-size: 16px;
     color: #222222;
     text-align: center;
+    line-height: 24px;
+  }
+  .form_title_tip {
+    font-weight: bold;
+    font-size: 12px;
+    color: #FF4E4E; 
+    text-align: center;
+    line-height: 17px;
   }
-
   .el-form-item__label {
     padding-right: 0;
     font-weight: 500;
@@ -390,6 +403,7 @@
       </div>
       <div class="form_content" v-else-if="step === 2">
         <div class="form_title">报名表单</div>
+        <div class="form_title_tip">【 报名成功还能抽华为手机! 】</div>
         <el-form ref="form" label-position="left" label-width="120px">
           <el-form-item v-for="(item, index) in toshopData.formProList" :key="index" :label="item.name"
             :required="Boolean(item.isNeed)">
@@ -422,7 +436,11 @@
         </el-form>
       </div>
       <div class="foot_btn">
-        <el-button class="signUp_btn" :loading="loading" @click="toSignUp">{{step === 1 ? '去报名' : '确定'}}</el-button>
+        <el-button class="signUp_btn" :loading="loading" @click="toSignUp" v-if="step === 1">
+          <div>去报名</div>
+          <div class="signUp_btn_tip">【 报名成功还能抽华为手机 】</div>
+        </el-button>
+        <el-button class="signUp_btn" :loading="loading" @click="toSignUp" v-else>确定</el-button>
       </div>
     </div>
   </div>
@@ -644,7 +662,7 @@
             if (code === 1) {
               this.toshopData = data
               if (!this.isWeChatBrowser()) {
-                localStorage.setItem('bkClientId', data.client.id)
+                localStorage.setItem(`bkClientId-${data.id}`, data.client.id)
               }
               this.getCityLevel()
               if (data.client.state === 1) {