Commit 09676650 authored by 邱旭's avatar 邱旭

1

parent 202b1cfe
...@@ -1947,7 +1947,7 @@ export class NetManager extends ABNetManager { ...@@ -1947,7 +1947,7 @@ export class NetManager extends ABNetManager {
const net: INetData = { const net: INetData = {
name: NetName.GET_SHARECODE, name: NetName.GET_SHARECODE,
uri: '/customActivity/happyclear/getShareCode', uri: '/customActivity/happyclear/getShareCode',
type: 'post', type: 'get',
dataType: 'json', dataType: 'json',
param: { param: {
activityId: DataManager.ins.customCfgData.actId, activityId: DataManager.ins.customCfgData.actId,
......
...@@ -64,7 +64,7 @@ export default class InvitePanel extends Panel { ...@@ -64,7 +64,7 @@ export default class InvitePanel extends Panel {
initUI() { initUI() {
this.setWXShareTip(); this.setWXShareTip();
this.prizeImg.source = this.data.img; this.prizeImg.source = this.data.prizeImg;
if(!this.data.invitationUser){ if(!this.data.invitationUser){
this.data.invitationUser = []; this.data.invitationUser = [];
} }
......
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