xuqiang há 4 anos atrás
pai
commit
a4794112bd

+ 1 - 1
src/main/pc-space/src/components/CouponInfo.vue

@@ -26,7 +26,7 @@
                 </div>
                 </div>
             </div>
             </div>
         </div>
         </div>
-        <div class="used">以下兑换券已过期/已使用</div>
+        <div v-if="!empty" class="used">以下兑换券已过期/已使用</div>
         <div v-for="(item, index) in list2" :key="index + 2">
         <div v-for="(item, index) in list2" :key="index + 2">
             <div class="coupon">
             <div class="coupon">
                 <div class="box">
                 <div class="box">

+ 1 - 2
src/main/pc-space/src/components/RegisterInfo.vue

@@ -146,8 +146,7 @@ export default {
                     this.$http
                     this.$http
                         .post('/auth/phoneRegister', {
                         .post('/auth/phoneRegister', {
                             phone: this.form.phone,
                             phone: this.form.phone,
-                            password: this.form.password,
-                            code: this.form.code
+                            password: this.form.password
                         })
                         })
                         // })
                         // })
                         .then(res => {
                         .then(res => {