|
@@ -91,15 +91,13 @@ export default {
|
|
|
detail(cardCaseId) {
|
|
detail(cardCaseId) {
|
|
|
this.navigateTo('/pages/details?id=' + cardCaseId);
|
|
this.navigateTo('/pages/details?id=' + cardCaseId);
|
|
|
},
|
|
},
|
|
|
- live(cardCaseId, caseName) {
|
|
|
|
|
- // this.navigateTo('/pages/store/productEdit?id=' + cardCaseId + '&name=' + caseName);
|
|
|
|
|
- this.navigateTo('/pages/store/homePage');
|
|
|
|
|
|
|
+ live() {
|
|
|
|
|
+ this.navigateTo('/pages/store/homePage?name=' + 1);
|
|
|
},
|
|
},
|
|
|
loginMethods() {
|
|
loginMethods() {
|
|
|
this.loading = true;
|
|
this.loading = true;
|
|
|
this.getStore().then(res => {
|
|
this.getStore().then(res => {
|
|
|
this.storeInfo = res;
|
|
this.storeInfo = res;
|
|
|
- // console.log(this.storeInfo);
|
|
|
|
|
this.getData();
|
|
this.getData();
|
|
|
});
|
|
});
|
|
|
},
|
|
},
|