Browse Source

2023-11-21

cmy 1 year ago
parent
commit
9fe3230e31
4 changed files with 219 additions and 15 deletions
  1. 6 0
      api/user.js
  2. 2 2
      manifest.json
  3. 210 12
      pages/users/user_integral/base.vue
  4. 1 1
      pages/users/user_money/index.vue

+ 6 - 0
api/user.js

@@ -233,6 +233,12 @@ export function getReloadIntegralList(q) {
 export function changeMoneyTarget(q) {
 export function changeMoneyTarget(q) {
 	return request.post("money/transfer", q);
 	return request.post("money/transfer", q);
 }
 }
+/*
+ * 母积分转账
+ * */
+export function changeBaseIntegral(q) {
+	return request.post("base/transfer", q);
+}
 /**
 /**
  * 获取分销海报图片
  * 获取分销海报图片
  * 
  * 

+ 2 - 2
manifest.json

@@ -2,8 +2,8 @@
     "name" : "壹柒科技",
     "name" : "壹柒科技",
     "appid" : "__UNI__70BC0AE",
     "appid" : "__UNI__70BC0AE",
     "description" : "壹柒科技",
     "description" : "壹柒科技",
-    "versionName" : "2.7.6",
+    "versionName" : "2.7.7",
-    "versionCode" : 276,
+    "versionCode" : 277,
     "transformPx" : false,
     "transformPx" : false,
     /* 5+App特有相关 */
     /* 5+App特有相关 */
     "app-plus" : {
     "app-plus" : {

File diff suppressed because it is too large
+ 210 - 12
pages/users/user_integral/base.vue


+ 1 - 1
pages/users/user_money/index.vue

@@ -265,7 +265,7 @@
 					mask: true
 					mask: true
 				});
 				});
 				uni.showModal({
 				uni.showModal({
-					title: '积分转账',
+					title: '余额转账',
 					content: `是否转账给用户ID:${that.change_target.id}用户${that.change_target.number}余额`,
 					content: `是否转账给用户ID:${that.change_target.id}用户${that.change_target.number}余额`,
 					success: res => {
 					success: res => {
 						if (res.confirm) {
 						if (res.confirm) {

Some files were not shown because too many files changed in this diff