Browse Source

solve bugs

StephenArk30 6 years ago
parent
commit
a61a384cbc

+ 1 - 0
sourcecode/h5app/vue/src/views/SecurityVerify.vue

@@ -135,6 +135,7 @@
                 this.loading = true;
                 // 检查输入
                 if (this.phone.length !== 11) {
+                    Toast.fail("请输入11位手机号");
                     this.phoneError = true;
                     this.loading = false;
                     return;

+ 5 - 2
sourcecode/h5app/vue/src/views/giftDetail.vue

@@ -1,25 +1,28 @@
 <template>
     <div>
         <nav-bar path="index" title="礼品卡"/>
+        <!--对方的礼物信息-->
         <gift-card
                 v-if="myPresent.status === 2 || myPresent.status === 3"
                 :present-img="recievedPresent.imgUrl"
                 :present-name="recievedPresent.name"
-                :present-desc="recievedPresent.desc"
+                :present-desc="recievedPresent.desc_long"
                 :owner="1"
                 :placeId="recievedPresent.placeId"
                 :gender="recievedPresent.gender"
                 :status="recievedPresent.status"
                 :wechat="recievedPresent.wechat"
         />
+        <!--我写的感谢信-->
         <div class="letter" v-if="recievedPresent.comment.length !== 0">
             <p style="font-size: 110%"><strong>我送出的感谢信</strong></p>
             <p>{{recievedPresent.comment}}</p>
         </div>
+        <!--我的礼物信息-->
         <gift-card
                 :present-img="myPresent.imgUrl"
                 :present-name="myPresent.name"
-                :present-desc="myPresent.desc"
+                :present-desc="myPresent.desc_long"
                 :owner="0"
                 :placeId="myPresent.placeId"
                 :gender="myPresent.gender"

+ 1 - 1
sourcecode/h5app/vue/src/views/noUserWarning.vue

@@ -1,6 +1,6 @@
 <template>
     <div>
-        <p>请前往关注公众号“深大换换”,回复“xx”注册</p>
+        <p>请前往关注公众号“深大换换”,回复“1”注册</p>
     </div>
 </template>
 

+ 2 - 2
sourcecode/h5app/vue/src/views/share.vue

@@ -4,9 +4,9 @@
             <!--分享页面-->
             <div class="card">
                 <h3 style="color: white"><strong>提交成功!最后一步</strong></h3>
-                <van-row>1.保存邀请卡片(图片)至手机</van-row>
+                <van-row>1.长按保存邀请卡片(图片)至手机</van-row>
                 <van-row>2.转发图片至朋友圈并截图</van-row>
-                <van-row>3.将截图发送至<span style="color: #F4A460"> 深大换换 </span>公众号后台,可获得本次活动的【匹配资格】和【抽奖机会】</van-row>
+                <van-row>3.将截图发送至<span style="color: #F4A460"> 深大换换 </span>公众号后台,可获得本次活动的【匹配资格】和【抽奖机会】</van-row>
             </div>
             <div style="position: relative;">
                 <img :src="isWX ? share_http[i] : share[i]" style="max-width: 80%; position: relative;"/>