Commit c8ec38fa authored by 石盼盼's avatar 石盼盼

联系客服样式调整

parent b2e7b4c4
...@@ -58,7 +58,7 @@ App({ ...@@ -58,7 +58,7 @@ App({
codeChangeToken(code, cb) { codeChangeToken(code, cb) {
let that = this let that = this
wx.request({ wx.request({
url: 'https://wandoutiyu.xueyoubangedu.com/api/getsessionkey', url: 'https://wandoutiyu.test.xueyoubangedu.com/api/getsessionkey',
data: { data: {
code: code code: code
}, },
...@@ -87,7 +87,7 @@ App({ ...@@ -87,7 +87,7 @@ App({
wx.checkSession({ wx.checkSession({
success() { success() {
wx.request({ wx.request({
url: 'https://wandoutiyu.xueyoubangedu.com/api/saveinfo', url: 'https://wandoutiyu.test.xueyoubangedu.com/api/saveinfo',
data: { data: {
encryptedData: encodeURIComponent(info.encryptedData), encryptedData: encodeURIComponent(info.encryptedData),
iv: encodeURIComponent(info.iv), iv: encodeURIComponent(info.iv),
......
...@@ -158,10 +158,10 @@ page { ...@@ -158,10 +158,10 @@ page {
.kf-btn{ .kf-btn{
background:#FFFFFF; background:#FFFFFF;
width:750rpx !important; width:690rpx !important;
height:109rpx !important; height:109rpx !important;
font-weight: normal !important; font-weight: normal !important;
color: #B3B3B3; color: #B3B3B3;
font-size: 30rpx; font-size: 30rpx;
padding: 0 58rpx 0 0 !important; padding: 0 !important;
} }
...@@ -3,8 +3,8 @@ var app = getApp() ...@@ -3,8 +3,8 @@ var app = getApp()
const qiniuUploader = require("./qiniuUploader.js"); const qiniuUploader = require("./qiniuUploader.js");
class Base { class Base {
constructor() { constructor() {
this.baseUrl = 'https://wandoutiyu.xueyoubangedu.com/api/' //线上接口 // this.baseUrl = 'https://wandoutiyu.xueyoubangedu.com/api/' //线上接口
// this.baseUrl = 'https://wandoutiyu.test.xueyoubangedu.com/api/' //测试接口 this.baseUrl = 'https://wandoutiyu.test.xueyoubangedu.com/api/' //测试接口
} }
newRequest(params, flag = false, tips = true) { newRequest(params, flag = false, tips = true) {
let that = this let that = this
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment