yaolonglong
3 天以前 b5f084460e9e639358fbf91056a86be8d0a5c4b2
pages/companyLogin/companyLogin.vue
@@ -38,7 +38,7 @@
               </view>
               <view class="form-input set-flex set-flex-content-between">
                  <input type="number" v-model="form.code"  placeholder="请输入验证码"/>
                  <view @click="getCode">
                  <view @tap='toGetCode'>
                     <text class="driver"></text>
                     <text class="getcode">{{tips}}</text>
                  </view>
@@ -93,7 +93,7 @@
         }
      },
      methods: {
         getCode() {
         toGetCode() {
            if(!this.form.phone){
               uni.showToast({
                  title: '请输入手机号',
@@ -290,7 +290,7 @@
         background: #F0F8FF;
      }
   }
   /deep/ .u-radio {
   ::v-deep .u-radio {
      margin-bottom: 20rpx;
   }
</style>