Browse Source

偏胖颜色调整看不清,下一步滚动条回到顶部

newMaster
liuzhipeng 3 months ago
parent
commit
4870fcb12a
  1. 4
      acupuncture-前台/src/views/screening/h5.vue

4
acupuncture-前台/src/views/screening/h5.vue

@ -505,6 +505,8 @@ export default {
submitForm: function () { submitForm: function () {
this.$refs["form"].validate(async (valid) => { this.$refs["form"].validate(async (valid) => {
if (valid) { if (valid) {
//
window.scrollTo(0, 0);
this.stepNum++; this.stepNum++;
} }
}); });
@ -611,7 +613,7 @@ export default {
color: #66cc00; color: #66cc00;
} }
.BIMTips3 { .BIMTips3 {
color: #ffff00; color: #c3c300;
} }
.BIMTips4 { .BIMTips4 {
color: #ff9900; color: #ff9900;

Loading…
Cancel
Save