This commit is contained in:
2020-08-14 17:45:52 +08:00
parent c0c3f51695
commit ce1c1a4f16
3 changed files with 14 additions and 4 deletions

View File

@@ -169,7 +169,9 @@ export default {
}
},
getStoreInfo() {
console.log(this.sid )
this.$u.api.getStoreInfo({ id: this.sid }).then((res)=>{
console.log(JSON.stringify(res))
this.info = res.data;
uni.stopPullDownRefresh();
})