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": {