|
|
@@ -30,7 +30,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<img src="../static/imgs/img_dizhitiao@3x.png" alt="" />
|
|
|
- <div class="box-tit" @click="navigateTo('/pages/store/homePage?id=' + store.id, false)">
|
|
|
+ <div class="box-tit" @click="navigateTo('/pages/store/homePage?id=' + store.userId, false)">
|
|
|
<img :src="store.logo" alt="" />
|
|
|
<p>{{ store.storeName }}</p>
|
|
|
</div>
|
|
|
@@ -167,6 +167,7 @@ export default {
|
|
|
console.log(res);
|
|
|
this.total = res.total;
|
|
|
this.store = res.store;
|
|
|
+ console.log(this.store);
|
|
|
this.Boxes = res.selectedBoxes;
|
|
|
this.postage = res.selectedCase.postage;
|
|
|
// console.log(this.postage);
|