Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wechat_lung
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hanpeng
wechat_lung
Commits
fd858830
Commit
fd858830
authored
Oct 21, 2019
by
zujiaozhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'添加被删除帖子访问后提示,修改图文咨询和私人医生的金额样式'
parent
34b8bc5f
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
4 deletions
+8
-4
cardDetail.js
medtap_bbs_lung/javaScript/cardDetail.js
+3
-0
myCardList.js
medtap_bbs_lung/javaScript/myCardList.js
+1
-0
newCard.js
medtap_bbs_lung/javaScript/newCard.js
+0
-1
freeChat.css
wechat_lung_chat/css/freeChat.css
+1
-0
freeChat.js
wechat_lung_chat/javaScript/freeChat.js
+2
-2
imgConsultChat.js
wechat_lung_chat/javaScript/imgConsultChat.js
+1
-1
No files found.
medtap_bbs_lung/javaScript/cardDetail.js
View file @
fd858830
...
...
@@ -188,6 +188,7 @@ define(['zepto', 'medtap'], function($, medtap) {
},
success
:
function
(
res
)
{
// console.log(res)
medtap
.
loading
(
0
);
if
(
res
.
success
==
true
)
{
var
detailInfo
=
res
.
content
.
publish
;
...
...
@@ -223,6 +224,8 @@ define(['zepto', 'medtap'], function($, medtap) {
}
else
if
(
detailInfo
.
collectStatus
==
1
)
{
$
(
'.collect'
).
children
(
'img'
).
attr
(
'src'
,
'../images/post_like red_buttn@2x.png'
);
}
}
else
{
medtap
.
winPop
(
'该贴已被删除'
)
}
}
})
...
...
medtap_bbs_lung/javaScript/myCardList.js
View file @
fd858830
...
...
@@ -780,6 +780,7 @@ define(['zepto', 'medtap'], function($, medtap) {
id
:
id
},
success
:
function
(
res
)
{
// console.log('删除后',res)
medtap
.
loading
(
0
);
if
(
res
.
success
==
true
)
{
setTimeout
(
function
()
{
...
...
medtap_bbs_lung/javaScript/newCard.js
View file @
fd858830
...
...
@@ -139,7 +139,6 @@ define(['zepto', 'medtap'], function($, medtap) {
var
urls
=
[],
picUrl
=
""
;
[].
forEach
.
call
(
$
(
'#ImgUp .image_files_img'
),
function
(
item
)
{
alert
(
$
(
item
).
attr
(
'imgkey'
))
urls
.
push
(
$
(
item
).
attr
(
'imgkey'
));
});
var
picUrl
=
urls
.
join
(
','
);
...
...
wechat_lung_chat/css/freeChat.css
View file @
fd858830
...
...
@@ -203,6 +203,7 @@ body {
margin-top
:
0.04rem
;
font-size
:
0.2rem
;
color
:
#fff
;
text-decoration
:
line-through
;
}
.sevice_img_consult
{
...
...
wechat_lung_chat/javaScript/freeChat.js
View file @
fd858830
...
...
@@ -369,7 +369,7 @@ define([ 'zepto', 'medtap' ], function($, medtap) {
'<img src="../images/consult_order_twzx_png@2x.png" >'
+
'<p class="service_title">图文咨询</p>'
+
'<p class="service_price">'
+
content
.
payFee
+
content
.
payFee
+
'元'
+
'</p>'
+
'</div>'
+
'<div class="service_right_box service_message_detail">'
+
...
...
@@ -392,7 +392,7 @@ define([ 'zepto', 'medtap' ], function($, medtap) {
'<img src="../images/consult_order_twzx_png@2x.png" >'
+
'<p class="service_title">私人医生</p>'
+
'<p class="service_price">'
+
content
.
payFee
+
content
.
payFee
+
'元'
+
'</p>'
+
'</div>'
+
'<div class="service_right_box service_message_detail">'
+
...
...
wechat_lung_chat/javaScript/imgConsultChat.js
View file @
fd858830
...
...
@@ -430,7 +430,7 @@ define([ 'zepto', 'medtap' ], function($, medtap) {
'<img src="../images/consult_order_twzx_png@2x.png" >'
+
'<p class="service_title">图文咨询</p>'
+
'<p class="service_price">'
+
content
.
payFee
+
content
.
payFee
+
'元'
+
'</p>'
+
'</div>'
+
'<div class="service_right_box service_message_detail">'
+
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment