|
|
@ -11,7 +11,7 @@ |
|
|
|
<view class="option-top"> |
|
|
|
<view class="option-top-left"> |
|
|
|
<u-radio :customStyle="{marginBottom: '8px'}" |
|
|
|
activeColor="#aec438" :label="item.optionValue" |
|
|
|
activeColor="#000" :label="item.optionValue" |
|
|
|
:name="item.optionValue" /> |
|
|
|
</view> |
|
|
|
<view class="option-top-right"> |
|
|
@ -41,37 +41,6 @@ |
|
|
|
en : 'answerEnglish', |
|
|
|
es : "answerSpanish" |
|
|
|
}, |
|
|
|
// "A" : "This app has been with me since lstarted hiah school and continued unti!had my child, You deserve to have it.", |
|
|
|
// "B" : "Very easy to use,l have recommendedt to my familly and friends.", |
|
|
|
// "C" : "This APp is very suitable for beginnerso choose.", |
|
|
|
// "D" : "This APP interface is very good.", |
|
|
|
// "E" : "Not bad, but not good either, barelyworth usina." |
|
|
|
// optionList: [{ |
|
|
|
// letter: 'A.', |
|
|
|
// mark: 5, |
|
|
|
// content: this.$t('page.review.A') |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// letter: 'B.', |
|
|
|
// mark: 4, |
|
|
|
// content: this.$t('page.review.B') |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// letter: 'C.', |
|
|
|
// mark: 3, |
|
|
|
// content: this.$t('page.review.C') |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// letter: 'D.', |
|
|
|
// mark: 2, |
|
|
|
// content: this.$t('page.review.D') |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// letter: 'E.', |
|
|
|
// mark: 1, |
|
|
|
// content: this.$t('page.review.E') |
|
|
|
// } |
|
|
|
// ], |
|
|
|
evaluateList : [] |
|
|
|
} |
|
|
|
}, |
|
|
@ -156,9 +125,9 @@ |
|
|
|
background-color: #00000099; |
|
|
|
|
|
|
|
.review-main { |
|
|
|
background: black; |
|
|
|
background: $uni-bg-color; |
|
|
|
width: 600rpx; |
|
|
|
color: white; |
|
|
|
color: $uni-bg-color-app; |
|
|
|
border-radius: 10rpx; |
|
|
|
padding: 15rpx; |
|
|
|
border: 1px solid #ccc; |
|
|
|