init
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -12,7 +12,7 @@ jQuery(function() { | ... | @@ -12,7 +12,7 @@ jQuery(function() { |
| 12 | auto: true, | 12 | auto: true, |
| 13 | 13 | ||
| 14 | // 文件接收服务端。 | 14 | // 文件接收服务端。 |
| 15 | server: 'http://151.28ms.com:8088/order/ordersource/baseUpload?type=' + $('#upload').val() + '&orderId=' + $('#orderId').val(), | 15 | server: 'http://151.28ms.com:8088/order/ordersource/baseUpload?sourceType=' + $('#upload').val() + '&orderId=' + $('#orderId').val(), |
| 16 | 16 | ||
| 17 | // 选择文件的按钮。可选。 | 17 | // 选择文件的按钮。可选。 |
| 18 | // 内部根据当前运行是创建,可能是input元素,也可能是flash. | 18 | // 内部根据当前运行是创建,可能是input元素,也可能是flash. | ... | ... |
-
Please register or sign in to post a comment