diff --git a/src/config/models.js b/src/config/models.js index b4ae106..29713d5 100644 --- a/src/config/models.js +++ b/src/config/models.js @@ -8,7 +8,7 @@ import store from "@/store"; // 情绪模型 const appTypeList = ['1']; -export const VERSION_MODEL = '1.0.132F'; //版本号 +export const VERSION_MODEL = '1.0.133F'; //版本号 export const IMAGE_URL = { production: 'http://zfb.ssjlai.com/web/', test: 'http://zfb.ssjlai.com/web/', diff --git a/src/views/psychological-scale/list.vue b/src/views/psychological-scale/list.vue index 18221b9..c424f17 100644 --- a/src/views/psychological-scale/list.vue +++ b/src/views/psychological-scale/list.vue @@ -24,7 +24,7 @@
{{ item.ScaleName }}
评测结果: - {{ item.Summary }} + {{ item.Summary }}
{{ formateDate('yyyy年mm月dd日 HH:MM', item.Time) }} @@ -53,6 +53,17 @@ export default { showLeftArrow: false, fromSsjl: this.$store.getters.fromSsjl, result: [], + levels: [ + { + color: '#60B977', + }, + { + color: '#FFB600', + }, + { + color: '#CC0003', + }, + ], } }, computed: {