mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 16:56:43 +08:00
save
This commit is contained in:
@@ -240,7 +240,19 @@ export default {
|
||||
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>
|
||||
<style lang="scss" scoped>
|
||||
|
||||
@@ -191,7 +191,7 @@ export default {
|
||||
}
|
||||
},
|
||||
async created() {
|
||||
this.$store.commit('updateAnswerType', false )
|
||||
// this.$store.commit('updateAnswerType', false )
|
||||
let res= await getOrderDetail({ orderNo: localStorage.orderNo })
|
||||
// getOrderDetail({ orderNo: `8186270000000036` }).then(res => {
|
||||
if (res.result == 0) {
|
||||
|
||||
Reference in New Issue
Block a user