Commit 690e1153 by 李嘉林

优化

parent 1b3402aa
...@@ -60,6 +60,7 @@ export default { ...@@ -60,6 +60,7 @@ export default {
}, },
methods: { methods: {
setHomeBgImg({ backgroundImage, imgRgb }) { setHomeBgImg({ backgroundImage, imgRgb }) {
if (this.pageCode != 1) return;
console.log(imgRgb,'-imgRgb') console.log(imgRgb,'-imgRgb')
this.bacImage = backgroundImage; this.bacImage = backgroundImage;
this.imgRgb = imgRgb; this.imgRgb = imgRgb;
......
...@@ -719,7 +719,8 @@ export default { ...@@ -719,7 +719,8 @@ export default {
} }
}, },
getPhoneNumber(e) { getPhoneNumber(e) {
log.info('点击微信一键绑定手机号'); log.info('点击微信一键绑定手机号', e);
console.log(e,'-getPhoneNumber')
if(this.content&&!this.checked) { if(this.content&&!this.checked) {
wx.showToast({ wx.showToast({
title: '您还未同意协议', title: '您还未同意协议',
......
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