添加的功能:查看推广码对应的结算记录
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
const { baseUrl } = require('../../../request');
|
||||
import { globalImgUrl } from '../../../request';
|
||||
|
||||
Page({
|
||||
/**
|
||||
@ -13,7 +14,8 @@ Page({
|
||||
'./images/banner.png'
|
||||
],
|
||||
// 后端返回的项目列表
|
||||
items: []
|
||||
items: [],
|
||||
globalImgUrl,
|
||||
},
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user