| | |
| | | currentIndex: { |
| | | type: Number, |
| | | value: 1 |
| | | }, |
| | | isNight: { |
| | | type: Boolean, |
| | | value: false |
| | | }, |
| | | answerType: { |
| | | type: String, |
| | | value: '' |
| | | } |
| | | }, |
| | | observers: { |
| | | 'questionList': function (newValue) { |
| | | console.log(newValue); |
| | | } |
| | | }, |
| | | created() { |
| | |
| | | */ |
| | | 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, |
| | |
| | | methods: { |
| | | // 切换题目 |
| | | changeSwiper(e) { |
| | | console.log(e); |
| | | this.setData({ |
| | | showIndex: e.detail.current |
| | | }) |