613

parent 3612f34f
...@@ -6,4 +6,4 @@ ...@@ -6,4 +6,4 @@
overflow: hidden; overflow: hidden;
position: fixed; position: fixed;
background: #f4f4f4; background: #f4f4f4;
}</style><link href=static/2019061315/css/app.3c0ad5f24e07150c06bc3b21fbd29d4b.css rel=stylesheet></head><body><div id=app></div><script src=https://res.wx.qq.com/open/js/jweixin-1.3.2.js></script><script></script><script type=text/javascript src=static/2019061315/js/manifest.1f9fa92e3921ee27fddd.js></script><script type=text/javascript src=static/2019061315/js/vendor.1396ea78033e4259211e.js></script><script type=text/javascript src=static/2019061315/js/app.b3a9e089769fd10f5a53.js></script></body></html> }</style><link href=static/2019061315/css/app.3c0ad5f24e07150c06bc3b21fbd29d4b.css rel=stylesheet></head><body><div id=app></div><script src=https://res.wx.qq.com/open/js/jweixin-1.3.2.js></script><script></script><script type=text/javascript src=static/2019061315/js/manifest.1f9fa92e3921ee27fddd.js></script><script type=text/javascript src=static/2019061315/js/vendor.1396ea78033e4259211e.js></script><script type=text/javascript src=static/2019061315/js/app.2f591ba7885a8e6ce999.js></script></body></html>
\ No newline at end of file \ No newline at end of file
This diff is collapsed.
This diff is collapsed.
...@@ -236,7 +236,7 @@ const getCourseInfoUrl =`/api/client/user/course/info`; ...@@ -236,7 +236,7 @@ const getCourseInfoUrl =`/api/client/user/course/info`;
export const getCourseInfoApi = function (periods_id) { export const getCourseInfoApi = function (periods_id) {
// periods_id=12 // periods_id=12
// debugger // debugger
return periods_id?Vue.prototype.$fetch(getCourseInfoUrl+'?periods_id='+periods_id): Vue.prototype.$fetch(getCourseInfoUrl) return periods_id?Vue.prototype.$fetch(getCourseInfoUrl+'/'+periods_id): Vue.prototype.$fetch(getCourseInfoUrl)
}; };
// 宝宝昵称设置 // 宝宝昵称设置
const putBabyInfoUrl =`/api/client/me/set`; const putBabyInfoUrl =`/api/client/me/set`;
......
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