no message

cyl/master-0804
jscyl_mac 4 months ago
parent 58e73273b1
commit 267399fd5c

@ -1,5 +1,5 @@
{
"name" : "fadanzhushou",
"name" : "报名助手",
"appid" : "__UNI__860FDF3",
"description" : "报名助手",
"versionName" : "1.0.0",

@ -413,6 +413,11 @@ export default {
userName: that.info.userName,
userId: that.info.userId,
orderId: that.info.id,
userApplyOrderFiles:(that.imgList && that.imgList.length > 0)
?
that.imgList.map(item => { return item.url }).join(',')
:
''
}
let url = 'order_submitFellowNew'
that.G.Post(that.api[url], submitInfo, (res) => {

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save