|
@@ -130,7 +130,7 @@ export default {
|
|
|
},
|
|
},
|
|
|
methods: {
|
|
methods: {
|
|
|
details() {
|
|
details() {
|
|
|
- this.$http.get('/cardCase/showInfoMA?id=' + this.$mp.query.id).then(res => {
|
|
|
|
|
|
|
+ this.$http.get('/cardCase/showInfoMA?caseId=' + this.$mp.query.id).then(res => {
|
|
|
console.log(res);
|
|
console.log(res);
|
|
|
this.detailsList = res.groupBoxMap;
|
|
this.detailsList = res.groupBoxMap;
|
|
|
this.cardCaseInfo = res.cardCaseInfo || {};
|
|
this.cardCaseInfo = res.cardCaseInfo || {};
|
|
@@ -146,6 +146,10 @@ export default {
|
|
|
return;
|
|
return;
|
|
|
}
|
|
}
|
|
|
this.navigateTo('/pages/address?caseId=' + this.cardCaseInfo.cardCaseId + '&boxIds=' + this.chooseIds);
|
|
this.navigateTo('/pages/address?caseId=' + this.cardCaseInfo.cardCaseId + '&boxIds=' + this.chooseIds);
|
|
|
|
|
+ },
|
|
|
|
|
+ loginMethods() {
|
|
|
|
|
+ this.caseId = this.$mp.options.id;
|
|
|
|
|
+ this.checkCollect();
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
created() {
|
|
created() {
|