Commit bee586fa authored by 黄奎's avatar 黄奎

页面修改

parent e99124c5
...@@ -82,7 +82,6 @@ ...@@ -82,7 +82,6 @@
msg: {}, msg: {},
count: 5, count: 5,
dataObj: {} dataObj: {}
}) })
let methods = { let methods = {
async GetSurveyInfo() { async GetSurveyInfo() {
...@@ -104,6 +103,7 @@ ...@@ -104,6 +103,7 @@
saveQuestion(){ saveQuestion(){
var UserInfo = uni.getStorageSync('userInfo'); var UserInfo = uni.getStorageSync('userInfo');
this.dataObj.StudentId = UserInfo.Id; this.dataObj.StudentId = UserInfo.Id;
this.dataObj.UserType=2;
let res = saveGuestSurvey(this.dataObj).then(res => { let res = saveGuestSurvey(this.dataObj).then(res => {
if (res.Code == 1) { if (res.Code == 1) {
uni.showToast({ uni.showToast({
......
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