Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
wandouchengzhang_coach
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
石盼盼
wandouchengzhang_coach
Commits
c8ec38fa
Commit
c8ec38fa
authored
Dec 14, 2020
by
石盼盼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
联系客服样式调整
parent
b2e7b4c4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
app.js
app.js
+2
-2
personal.wxss
pages/tabbar/personal/personal.wxss
+2
-2
base.js
utils/base.js
+2
-2
No files found.
app.js
View file @
c8ec38fa
...
...
@@ -58,7 +58,7 @@ App({
codeChangeToken
(
code
,
cb
)
{
let
that
=
this
wx
.
request
({
url
:
'
https://wandoutiyu.xueyoubangedu.com/api/getsessionkey
'
,
url
:
'
https://wandoutiyu.
test.
xueyoubangedu.com/api/getsessionkey
'
,
data
:
{
code
:
code
},
...
...
@@ -87,7 +87,7 @@ App({
wx
.
checkSession
({
success
()
{
wx
.
request
({
url
:
'
https://wandoutiyu.xueyoubangedu.com/api/saveinfo
'
,
url
:
'
https://wandoutiyu.
test.
xueyoubangedu.com/api/saveinfo
'
,
data
:
{
encryptedData
:
encodeURIComponent
(
info
.
encryptedData
),
iv
:
encodeURIComponent
(
info
.
iv
),
...
...
pages/tabbar/personal/personal.wxss
View file @
c8ec38fa
...
...
@@ -158,10 +158,10 @@ page {
.kf-btn{
background:#FFFFFF;
width:
75
0rpx !important;
width:
69
0rpx !important;
height:109rpx !important;
font-weight: normal !important;
color: #B3B3B3;
font-size: 30rpx;
padding: 0
58rpx 0 0
!important;
padding: 0 !important;
}
utils/base.js
View file @
c8ec38fa
...
...
@@ -3,8 +3,8 @@ var app = getApp()
const
qiniuUploader
=
require
(
"
./qiniuUploader.js
"
);
class
Base
{
constructor
()
{
this
.
baseUrl
=
'
https://wandoutiyu.xueyoubangedu.com/api/
'
//线上接口
//
this.baseUrl = 'https://wandoutiyu.test.xueyoubangedu.com/api/' //测试接口
//
this.baseUrl = 'https://wandoutiyu.xueyoubangedu.com/api/' //线上接口
this
.
baseUrl
=
'
https://wandoutiyu.test.xueyoubangedu.com/api/
'
//测试接口
}
newRequest
(
params
,
flag
=
false
,
tips
=
true
)
{
let
that
=
this
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment