Commit 9123a05e by 李嘉林

底部logo

parent b0c3be6f
......@@ -28,6 +28,8 @@
<script type="text/ecmascript-6">
import { DFSImg } from "@/utils/index";
const app = getApp();
const { log } = app;
export default {
data() {
return {
......@@ -67,7 +69,14 @@ export default {
this.showHideWrap = true
}
},
onLoad() {},
onLoad() {
console.log('bottomCont-------onLoad');
if(!this.shopInfo.logoUrl) {
this.shopInfo.logoUrl = wx.getStorageSync("logoUrl");
}
console.log(this.shopInfo.logoUrl,'bottomCont-onLoad-logoUrl')
log.info(this.shopInfo.logoUrl,'bottomCont-onLoad-logoUrl')
},
onShow(){
},
methods:{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment