|
@@ -389,16 +389,16 @@ export default {
|
|
|
this.loading = false;
|
|
|
},
|
|
|
// 页面生命周期 监听页面加载
|
|
|
- onLoad() {
|
|
|
- _self = this;
|
|
|
- this.cWidth = uni.upx2px(690); // upx2px 转换为px
|
|
|
- this.cHeight = uni.upx2px(300);
|
|
|
- this.bWidth = uni.upx2px(690);
|
|
|
- this.bHeight = uni.upx2px(300);
|
|
|
-
|
|
|
- this.getShopList();
|
|
|
- this.loading = false;
|
|
|
- },
|
|
|
+ // onLoad() {
|
|
|
+ // _self = this;
|
|
|
+ // this.cWidth = uni.upx2px(690); // upx2px 转换为px
|
|
|
+ // this.cHeight = uni.upx2px(300);
|
|
|
+ // this.bWidth = uni.upx2px(690);
|
|
|
+ // this.bHeight = uni.upx2px(300);
|
|
|
+
|
|
|
+ // this.getShopList();
|
|
|
+ // this.loading = false;
|
|
|
+ // },
|
|
|
|
|
|
methods: {
|
|
|
// 监听遮罩层行为
|