|
@@ -435,7 +435,9 @@ Page({
|
|
|
phone: this.data.phone,
|
|
|
repairType: this.data.repairTypeValue,
|
|
|
description: this.data.description,
|
|
|
- images: this.data.imageList
|
|
|
+ images: this.data.imageList,
|
|
|
+ userName: app.globalData.currentAccountInfo.username,
|
|
|
+ userNum: app.globalData.currentAccountInfo.usernumber
|
|
|
};
|
|
|
// 设置正在提交中 防止重复点击提交按钮
|
|
|
this.setData({
|