From ecabd20b3dfbd956dad14ffb6ba3dc2efcfdd7c1 Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期一, 25 三月 2024 16:23:32 +0800 Subject: [PATCH] 微信支付 --- packageBookService/pages/bookServices/examination/questionList/index.js | 18 ++++++++++++------ 1 files changed, 12 insertions(+), 6 deletions(-) diff --git a/packageBookService/pages/bookServices/examination/questionList/index.js b/packageBookService/pages/bookServices/examination/questionList/index.js index b489b78..7cd9c3e 100644 --- a/packageBookService/pages/bookServices/examination/questionList/index.js +++ b/packageBookService/pages/bookServices/examination/questionList/index.js @@ -16,13 +16,18 @@ type: Number, value: 1 }, - isNight:{ - type:Boolean, - value:false + isNight: { + type: Boolean, + value: false }, - answerType:{ - type:Boolean, - value:'' + answerType: { + type: String, + value: '' + } + }, + observers: { + 'questionList': function (newValue) { + console.log(newValue); } }, created() { @@ -33,6 +38,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, -- Gitblit v1.9.1