From 1cad6ba03f8cb848352c6739c54395128e73485f Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期二, 26 三月 2024 16:00:53 +0800 Subject: [PATCH] 资源购买页布局调整 --- packageBookService/pages/bookServices/examination/questionList/index.js | 20 ++++++++++++++++---- 1 files changed, 16 insertions(+), 4 deletions(-) diff --git a/packageBookService/pages/bookServices/examination/questionList/index.js b/packageBookService/pages/bookServices/examination/questionList/index.js index dfb3b6e..ec3a161 100644 --- a/packageBookService/pages/bookServices/examination/questionList/index.js +++ b/packageBookService/pages/bookServices/examination/questionList/index.js @@ -16,9 +16,21 @@ type: Number, value: 1 }, - isNight:{ - type:Boolean, - value:false + isNight: { + type: Boolean, + value: false + }, + answerType: { + type: String, + value: '' + }, + sliderValue: { + type: Number, + } + }, + observers: { + 'questionList': function (newValue) { + console.log(newValue); } }, created() { @@ -29,6 +41,7 @@ */ data: { inputstyle: 'border: 2rpx solid rgba(220,220,220,1);border-radius: 12rpx;', + shortAnswer: 'font-size: 28rpx', placeholderstyle: "font-size:28rpx", current: 2, autoplay: true, @@ -45,7 +58,6 @@ methods: { // 鍒囨崲棰樼洰 changeSwiper(e) { - console.log(e); this.setData({ showIndex: e.detail.current }) -- Gitblit v1.9.1