Browse Source

bug 修复

lilei 2 years ago
parent
commit
fe16f9d7ed
3 changed files with 2 additions and 5 deletions
  1. 1 4
      pages/scan-frame/scan-frame.vue
  2. 1 1
      pages/storeManage/storeAuth.vue
  3. BIN
      static/logo-s.png

+ 1 - 4
pages/scan-frame/scan-frame.vue

@@ -8,7 +8,7 @@
 	  <cover-view class="noAuth" v-if="showAuth" @click="openAuth">
 		  您未开启摄像机权限,<cover-view class="btns">请点击开启权限</cover-view>
 	  </cover-view>
-	  <cover-image class="tips" v-if="userInfo.sysUserFlag == '0'">个人用户限<cover-view class="text">10次/天</cover-view></cover-image>
+	  <cover-view class="tips" v-if="userInfo.sysUserFlag == '0'">个人用户限10次/天</cover-view>
       <cover-view class="scanBtn" v-if="scanShow">
         <cover-view class="beat" @click="scan">
           <cover-image class="beatImg" src="@/static/scan-frame/album.png"></cover-image>
@@ -265,9 +265,6 @@ export default {
 	  .btns{
 		  color: dodgerblue;
 	  }
-	  .text{
-		  color:#ffff00;
-	  }
   }
   .scanBtn {
     width: 100%;

+ 1 - 1
pages/storeManage/storeAuth.vue

@@ -46,7 +46,7 @@
 					{{form.contactPhone}}
 				</u-form-item>
 				<u-form-item label="汽配商邀请码">
-					<u-input v-model="form.inviteCode" @input="$u.debounce(findDealer, 500)" placeholder="如没有可不填"/>
+					<u-input v-model="form.inviteCode" @blur="findDealer" @confirm="findDealer" placeholder="如没有可不填"/>
 				</u-form-item>
 				<u-form-item label="汽配商" v-if="form.inviteName.length">
 					{{form.inviteName||'--'}}

BIN
static/logo-s.png