mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-21 03:06:43 +08:00
添加微信端签名需要的参数
This commit is contained in:
@@ -365,10 +365,9 @@ export default {
|
|||||||
},
|
},
|
||||||
async getMessage({ data }) {
|
async getMessage({ data }) {
|
||||||
// 获取dialog信息,type为confirm时为短信框,alert时是确定框
|
// 获取dialog信息,type为confirm时为短信框,alert时是确定框
|
||||||
let currentProblem = JSON.parse(localStorage.getItem('currentProblemItem'))
|
|
||||||
let problemData = {
|
let problemData = {
|
||||||
id: currentProblem.id,
|
id: this.currentProblem.id,
|
||||||
businessType: currentProblem.businessType,
|
businessType: this.currentProblem.businessType,
|
||||||
content: '',
|
content: '',
|
||||||
disposeStatus: '',
|
disposeStatus: '',
|
||||||
bankType: '',
|
bankType: '',
|
||||||
@@ -451,6 +450,7 @@ export default {
|
|||||||
this.problemDetail.receiveType = this.$route.query.receiveType
|
this.problemDetail.receiveType = this.$route.query.receiveType
|
||||||
this.supplement.descriptionInsurant = this.problemDetail.content
|
this.supplement.descriptionInsurant = this.problemDetail.content
|
||||||
this.supplement.descriptionPolicyholder = this.problemDetail.issueContent
|
this.supplement.descriptionPolicyholder = this.problemDetail.issueContent
|
||||||
|
this.currentProblem = JSON.parse(localStorage.getItem('currentProblemItem'))
|
||||||
},
|
},
|
||||||
//微信空签
|
//微信空签
|
||||||
toAirSign(status, keyword, offset, originStatus, personType) {
|
toAirSign(status, keyword, offset, originStatus, personType) {
|
||||||
|
|||||||
Reference in New Issue
Block a user