Commit bee586fa authored by 黄奎's avatar 黄奎

页面修改

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