Commit 09676650 authored by 邱旭's avatar 邱旭

1

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