Commit 60387245 authored by wildfirecode's avatar wildfirecode

1

parent babc2157
......@@ -1946,7 +1946,7 @@ export class NetManager extends ABNetManager {
public getShareCode(callback: Function): void {
const net: INetData = {
name: NetName.GET_SHARECODE,
uri: '/customActivity/happyclear/getShareCode',
uri: window['duiba'] +'/customActivity/happyclear/getShareCode',
type: 'get',
dataType: 'json',
param: {
......@@ -1966,7 +1966,7 @@ export class NetManager extends ABNetManager {
public doHelp(callback: Function, shareCode: any, orderId: number): void {
const net: INetData = {
name: NetName.DO_HELP,
uri: '/customActivity/happyclear/doHelp',
uri: window['duiba'] +'/customActivity/happyclear/doHelp',
type: 'get',
dataType: 'json',
hideMsg:true,
......@@ -1987,7 +1987,7 @@ export class NetManager extends ABNetManager {
public getInviteInfo(callback: Function): void {
const net: INetData = {
name: NetName.GET_INVATE_INFO,
uri: '/customActivity/happyclear/invitationInfo',
uri: window['duiba'] +'/customActivity/happyclear/invitationInfo',
type: 'get',
dataType: 'json',
param: {
......@@ -2005,7 +2005,7 @@ export class NetManager extends ABNetManager {
public acceptInvitationInfo(callback: Function): void {
const net: INetData = {
name: NetName.ACCEPT_INVITATION,
uri: '/customActivity/happyclear/acceptInvitationInfo',
uri: window['duiba'] +'/customActivity/happyclear/acceptInvitationInfo',
type: 'get',
dataType: 'json',
param: {
......@@ -2019,7 +2019,7 @@ export class NetManager extends ABNetManager {
public acceptInvitationPrize(callback: Function): void {
const net: INetData = {
name: NetName.ACCEPT_INVITATION,
uri: '/customActivity/happyclear/acceptInvitationPrize',
uri: window['duiba'] +'/customActivity/happyclear/acceptInvitationPrize',
type: 'get',
dataType: 'json',
param: {
......
egret/resource/assets/shop/shopbtn1.png

12.3 KB | W: | H:

egret/resource/assets/shop/shopbtn1.png

12.3 KB | W: | H:

egret/resource/assets/shop/shopbtn1.png
egret/resource/assets/shop/shopbtn1.png
egret/resource/assets/shop/shopbtn1.png
egret/resource/assets/shop/shopbtn1.png
  • 2-up
  • Swipe
  • Onion skin
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