Commit 8d0bd6c7 by zujiaozhang

'修改上传图片bug,添加bizType'

parent f452d296
......@@ -254,6 +254,7 @@ define(['zepto', 'medtap', 'mui', 'mui.picker'], function($, medtap, mui) { 
type: 'POST',
async: false,
data: {
bizType: '3',
folder: 'questionnaire',
mediaId: serverId,
ext: 'jpg'
......
......@@ -269,6 +269,7 @@ define(['zepto', 'medtap', 'mui', 'mui.picker'], function($, medtap, mui) { 
type: 'POST',
async: false,
data: {
bizType: '3',
folder: 'questionnaire',
mediaId: serverId,
ext: 'jpg'
......
......@@ -190,6 +190,7 @@ define(['zepto', 'medtap', 'mui', 'mui.picker'], function($, medtap, mui) { 
type: 'POST',
async: false,
data: {
bizType: '3',
folder: 'questionnaire',
mediaId: serverId,
ext: 'jpg'
......
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