|
@@ -153,7 +153,7 @@ export default {
|
|
|
this.allMoudles = tmpModule.data;
|
|
|
this.updata()
|
|
|
},
|
|
|
- /*mounted(){
|
|
|
+ mounted(){
|
|
|
this.$nextTick(()=>{
|
|
|
let bs = new BScroll('.wrapper', {
|
|
|
probeType: 3,
|
|
@@ -163,7 +163,7 @@ export default {
|
|
|
})
|
|
|
// this.tmpSymptom = JSON.parse(JSON.stringify(data))
|
|
|
//this.symptomResult = data.symptom.result;
|
|
|
- },*/
|
|
|
+ },
|
|
|
computed:{
|
|
|
...mapState({
|
|
|
imgs: state => state.diagnose.imgSrc,
|