jialh
2024-12-12 2df0108fa8d914876fc9a6435f9184b3e9bce86c
pages/public/register.vue
@@ -17,7 +17,7 @@
          <text class="tit">验证码</text>
          <view class="input-with-button">
            <input type="text" v-model="form.code" placeholder="请输入验证码" maxlength="6" />
            <u-button style="width: 150upx;" @click="sendCode">{{ codeButtonText }}</u-button>
            <u-button style="width: 150upx;background: #3D9AFF;" @click="sendCode">{{ codeButtonText }}</u-button>
          </view>
        </view>
        <view class="input-item">
@@ -218,7 +218,7 @@
  line-height: 76upx;
  border-radius: 50px;
  margin-top: 70upx;
  background: $uni-color-primary;
  background: #3D9AFF;
  color: #fff;
  font-size: 32upx;