From 984a4daf333abe397b15ef4c903470380e92511c Mon Sep 17 00:00:00 2001
From: sxq <853623962@qq.com>
Date: Sat, 17 Feb 2024 16:23:09 +0800
Subject: [PATCH] =?UTF-8?q?'=E9=A6=96=E9=A1=B5=E6=94=B9=E7=89=88'?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
api/newFun.js | 10 +++
pages.json | 5 ++
pages/activity/newGoods.vue | 2 +-
pages/invite/index.vue | 45 +++++++----
pages/invite/list.vue | 151 +++++++++++++++++++-----------------
pages/login/index.vue | 5 +-
pages/news/user/invite.vue | 29 +++++--
pages/news3/updatePrice.vue | 3 +-
project.config.json | 2 +-
9 files changed, 155 insertions(+), 97 deletions(-)
diff --git a/api/newFun.js b/api/newFun.js
index c7a7e2c..da18d97 100644
--- a/api/newFun.js
+++ b/api/newFun.js
@@ -1,5 +1,15 @@
import request from '@/utils/request'
+// 邀请有礼 记录
+export const inviteGetList = (param) => {
+ return request.post('invite/getList', param)
+}
+
+// 邀请有礼
+export const inviteInit = (param) => {
+ return request.post('invite/index', param)
+}
+
// 足迹列表 删除
export const goodsBrowseDel = (param) => {
return request.get('goods/browseDel', param)
diff --git a/pages.json b/pages.json
index 8621520..c783f9d 100644
--- a/pages.json
+++ b/pages.json
@@ -94,6 +94,11 @@
"navigationBarBackgroundColor": "#FF5554",
"navigationBarTextStyle": "white"
}
+ },{
+ "path": "pages/invite/list",
+ "style": {
+ "navigationBarTitleText": "邀请记录"
+ }
},
{
"path": "pages/custom/index",
diff --git a/pages/activity/newGoods.vue b/pages/activity/newGoods.vue
index 0b2f861..624ac82 100644
--- a/pages/activity/newGoods.vue
+++ b/pages/activity/newGoods.vue
@@ -45,7 +45,7 @@
\ No newline at end of file
+}
+
diff --git a/pages/login/index.vue b/pages/login/index.vue
index 897f9c6..3969b3f 100644
--- a/pages/login/index.vue
+++ b/pages/login/index.vue
@@ -27,7 +27,6 @@
@@ -35,7 +52,7 @@
padding: 0 0 130rpx;
overflow: hidden;
&-bd{
- padding: 0 0 0 60rpx;;
+ padding: 0 20rpx 0 60rpx;;
background-color: #FFFFFF;
overflow: hidden;
margin-top: 20rpx;
diff --git a/pages/news3/updatePrice.vue b/pages/news3/updatePrice.vue
index 4305714..5aa5aca 100644
--- a/pages/news3/updatePrice.vue
+++ b/pages/news3/updatePrice.vue
@@ -117,8 +117,9 @@ export default{
}
}
let {status, message, data} = await newFunApi.updatePrice({
- uni.navigateBack({delta:1})
+
});
+ uni.navigateBack({delta:1})
}
},
onLoad(option){
diff --git a/project.config.json b/project.config.json
index 8a72c2a..0f6f023 100644
--- a/project.config.json
+++ b/project.config.json
@@ -1,5 +1,5 @@
{
- "appid": "wxdcf7d5820d7530cd",
+ "appid": "wx68d198de972a9e9d",
"compileType": "miniprogram",
"libVersion": "3.3.3",
"packOptions": {