|
@@ -45,11 +45,11 @@ export default {
|
|
},
|
|
},
|
|
mounted() {
|
|
mounted() {
|
|
console.log('isLogin:::::::::::::', this.isLogin)
|
|
console.log('isLogin:::::::::::::', this.isLogin)
|
|
- // const leftLeavingTime = JSON.parse(uni.getStorageSync('leftLeavingTime'));
|
|
|
|
- // console.log('leftLeavingTime::', leftLeavingTime)
|
|
|
|
- // if (leftLeavingTime) {
|
|
|
|
- // this.outParkCharging = leftLeavingTime;
|
|
|
|
- // }
|
|
|
|
|
|
+ const leftLeavingTime = JSON.parse(uni.getStorageSync('leftLeavingTime'));
|
|
|
|
+ console.log('leftLeavingTime::', leftLeavingTime)
|
|
|
|
+ if (leftLeavingTime) {
|
|
|
|
+ this.outParkCharging = leftLeavingTime;
|
|
|
|
+ }
|
|
// setTimeout(() => {
|
|
// setTimeout(() => {
|
|
// window?.toWXSendMsg({
|
|
// window?.toWXSendMsg({
|
|
// type: 'nowRoute',
|
|
// type: 'nowRoute',
|
|
@@ -93,6 +93,8 @@ export default {
|
|
this.wenjuanObj.id = res.questionnaireId
|
|
this.wenjuanObj.id = res.questionnaireId
|
|
this.wenjuanObj.name = res.name
|
|
this.wenjuanObj.name = res.name
|
|
this.wenjuanObj.sceneId = res.id
|
|
this.wenjuanObj.sceneId = res.id
|
|
|
|
+ this.wenjuanObj.rewardType = res.rewardType
|
|
|
|
+ this.wenjuanObj.rewardTicketName = res.rewardTicketName
|
|
}
|
|
}
|
|
console.log('问卷', typeof res)
|
|
console.log('问卷', typeof res)
|
|
} catch (err) {
|
|
} catch (err) {
|