Browse Source

[优化] 邀请成为分销达人页面优化没有图片时的处理

new
邓平艺 4 years ago
parent
commit
1e7018f40b
  1. 2
      pages/center/invite.vue

2
pages/center/invite.vue

@ -63,7 +63,7 @@
_this.$http(_this.API.API_BILLBACKGROUND, { _this.$http(_this.API.API_BILLBACKGROUND, {
type: 'telent_share' type: 'telent_share'
}).then(res => { }).then(res => {
let img = res.data.img_url
let img = res.data?.img_url; // ?.
if (img) { if (img) {
wx.getImageInfo({ wx.getImageInfo({
src: img, src: img,

Loading…
Cancel
Save