|
@@ -113,6 +113,8 @@
|
|
|
}
|
|
|
},
|
|
|
onLoad(opt) {
|
|
|
+ console.log(window.location.origin)
|
|
|
+ this.url=window.location.origin
|
|
|
this.iStatusBarHeight = uni.getSystemInfoSync().statusBarHeight;
|
|
|
this.getList();
|
|
|
console.log(opt)
|
|
@@ -222,7 +224,7 @@
|
|
|
this.shopName=res.data.data.shopName;
|
|
|
this.sourceName=res.data.data.sourceName;
|
|
|
this.sourceUserID=res.data.data.sourceUserID
|
|
|
- this.url=res.data.data.url
|
|
|
+ //this.url=res.data.data.url
|
|
|
|
|
|
if (this.page == 1) {
|
|
|
this.items = list
|