|
@@ -179,7 +179,7 @@ export default {
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
onShow(){
|
|
onShow(){
|
|
|
- this.fetchStoreList(true);
|
|
|
|
|
|
|
+ // this.fetchStoreList(true);
|
|
|
},
|
|
},
|
|
|
onLoad(opt) {
|
|
onLoad(opt) {
|
|
|
if(opt.id){
|
|
if(opt.id){
|
|
@@ -535,4 +535,4 @@ export default {
|
|
|
height: 150rpx; /* 这个高度应该等于底部按钮区域的高度 */
|
|
height: 150rpx; /* 这个高度应该等于底部按钮区域的高度 */
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
}
|
|
}
|
|
|
-</style>
|
|
|
|
|
|
|
+</style>
|