@@ -233,6 +233,12 @@ export function getReloadIntegralList(q) {
export function changeMoneyTarget(q) {
return request.post("money/transfer", q);
}
+/*
+ * 母积分转账
+ * */
+export function changeBaseIntegral(q) {
+ return request.post("base/transfer", q);
+}
/**
* 获取分销海报图片
*
@@ -2,8 +2,8 @@
"name" : "壹柒科技",
"appid" : "__UNI__70BC0AE",
"description" : "壹柒科技",
- "versionName" : "2.7.6",
+ "versionName" : "2.7.7",
- "versionCode" : 276,
+ "versionCode" : 277,
"transformPx" : false,
/* 5+App特有相关 */
"app-plus" : {
@@ -265,7 +265,7 @@
mask: true
});
uni.showModal({
- title: '积分转账',
+ title: '余额转账',
content: `是否转账给用户ID:${that.change_target.id}用户${that.change_target.number}余额`,
success: res => {
if (res.confirm) {