Commit 019fba6c by zujiaozhang

'修改问卷题目标题'

parent 4dc6a6c3
......@@ -89,7 +89,7 @@ body {
.chat_list {
margin-top: 0.8rem;
padding: 0 0.32rem;
padding-bottom: 1rem;
padding-bottom: 1.6rem;
}
.chat_list .chat_item {
......
......@@ -16,6 +16,7 @@ define(['zepto', 'medtap'], function($, medtap) {
minId: 0,
maxId: 0,
init: function() {
console.log(main.orderSn)
main.getOrderDetail();
main.bindEve();
var getTalk = setInterval(function() {
......@@ -73,7 +74,6 @@ define(['zepto', 'medtap'], function($, medtap) {
main.rejectOrder();
});
$('.close_consult').unbind().bind('click', function() {
console.log('1')
$('.footer_tip').hide()
main.finishOrder()
});
......@@ -88,6 +88,7 @@ define(['zepto', 'medtap'], function($, medtap) {
orderSn: main.orderSn
},
success: function(res) {
if (res.success == true) {
var detail = res.content.order;
$('.user_age').html(detail.imageConsultOrder.age + '岁' + ' ' + detail.imageConsultOrder.diseaseDiagnosisDesc)
......@@ -402,8 +403,7 @@ define(['zepto', 'medtap'], function($, medtap) {
async: false,
headers: medtap.getHeaders(),
contentType: 'application/json',
data:
JSON.stringify({
data: JSON.stringify({
orderSn: main.orderSn
}),
success: function(res) {
......
......@@ -39,7 +39,7 @@ define(['zepto', 'medtap', 'mui', 'mui.picker'], function($, medtap, mui) { 
$('.content_body_title').text(text)
break;
case '7':
var text = generalPage.questionNo + '、请拍照上传胸透检查结果'
var text = generalPage.questionNo + '、请拍照上传胸'
$('.content_body_title').text(text)
break;
case '8':
......
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