mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 23:46:44 +08:00
save
This commit is contained in:
@@ -240,7 +240,19 @@ export default {
|
|||||||
this.$el.querySelector('#active').scrollIntoView(true)
|
this.$el.querySelector('#active').scrollIntoView(true)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
computed:{
|
||||||
|
isupdateAnswerType(){
|
||||||
|
return this.$store.state.updateAnswerType
|
||||||
|
}
|
||||||
|
},
|
||||||
|
watch: {
|
||||||
|
isupdateAnswerType(newVal,oldVal){
|
||||||
|
console.log(newVal,'newVal');
|
||||||
|
console.log(oldVal,'oldVal');
|
||||||
|
this.$store.state.updateAnswerType = newVal
|
||||||
|
}
|
||||||
|
},
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
|||||||
@@ -191,7 +191,7 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
async created() {
|
async created() {
|
||||||
this.$store.commit('updateAnswerType', false )
|
// this.$store.commit('updateAnswerType', false )
|
||||||
let res= await getOrderDetail({ orderNo: localStorage.orderNo })
|
let res= await getOrderDetail({ orderNo: localStorage.orderNo })
|
||||||
// getOrderDetail({ orderNo: `8186270000000036` }).then(res => {
|
// getOrderDetail({ orderNo: `8186270000000036` }).then(res => {
|
||||||
if (res.result == 0) {
|
if (res.result == 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user