diff --git a/apis/interfaces/mine.js b/apis/interfaces/mine.js index c9836ff..9ffb88c 100644 --- a/apis/interfaces/mine.js +++ b/apis/interfaces/mine.js @@ -34,7 +34,7 @@ const aboutUs = () => { // 获取用户信息 const getUserInfo = () => { return request({ - url: 'user/info' + url: 'user/app' }) } @@ -77,6 +77,12 @@ const resetUserInfo= (data) => { }) } +// 我的推广码 +const appcode = () => { + return request({ + url: 'user/appcode' + }) +} export { shopSubscribe, @@ -86,5 +92,6 @@ export { getUserSettingInfo, chaineb, browsers, - resetUserInfo + resetUserInfo, + appcode } diff --git a/pages.json b/pages.json index 98318e8..20e3586 100644 --- a/pages.json +++ b/pages.json @@ -451,13 +451,17 @@ "path": "pages/verification/index", "name": "Verification", "style": { - "navigationBarTitleText": "扫码验证" + "navigationBarTitleText": "扫码验证", + "navigationBarTextStyle": "white", + "navigationBarBackgroundColor": "#f40c50" } }, { "path": "pages/verification/details", "name": "VerificationDetails", "style": { - "navigationBarTitleText": "核销券详情" + "navigationBarTitleText": "核销券详情", + "navigationBarTextStyle": "white", + "navigationBarBackgroundColor": "#f40c50" } }, { "path": "pages/shop/lists", diff --git a/pages/property/index.vue b/pages/property/index.vue index 1395b75..a11e96c 100644 --- a/pages/property/index.vue +++ b/pages/property/index.vue @@ -1,17 +1,17 @@