Commit 5ef2f509 authored by youjie's avatar youjie

Merge branch 'master' of http://gitlab.oytour.com/youjie/thinkapp

parents becadbdc 8bc49d23
...@@ -120,8 +120,10 @@ ...@@ -120,8 +120,10 @@
data.userData=uni.getStorageSync("userInfo") data.userData=uni.getStorageSync("userInfo")
let methods = { let methods = {
goSet(){ goSet(){
let url='/pages/setComments/setComments?CourseId='+data.currentCourseId;
console.log("url",url);
uni.navigateTo({ uni.navigateTo({
url:'/pages/setComments/setComments' url:url
}) })
}, },
back(){ back(){
......
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