Commit 84b4d596 authored by sujie@126.com's avatar sujie@126.com

dd

parent 30027889
......@@ -242,7 +242,7 @@
<view class="teacher-opencomment-itembox teacher-comment-header-box" wx:if="{{clock.likes && clock.likes.list.length > 0}}">
<image class="fingureupoicon" src="{{imageRoot}}2c/clockdetail/smallh.png?{{imageVersion}}"></image>
<text class="fingure-count" wx:for="{{clock.likes.list}}" wx:for-item="like" wx:key="customerId" data-like="{{like}}" wx:for-index="customerId" bindtap="goLikeGrowthRecord">{{like.remark || like.nickname}} {{clock.likes.list.length > customerId + 1 ? ',' : ''}}</text>
<image class="{{clock.likesExpand ? 'expandfingureup up' : 'expandfingureup'}}" wx:if="{{clock.likes.total > 50}}" src="{{imageRoot}}2c/common/arrowdowngrey.png" bindtap="expandLikes"></image>
<!-- <image class="{{clock.likesExpand ? 'expandfingureup up' : 'expandfingureup'}}" wx:if="{{clock.likes.total > 50}}" src="{{imageRoot}}2c/common/arrowdowngrey.png" bindtap="expandLikes"></image> -->
</view>
<view class="teacher-opencomment-itembox teacher-commnet-detail" wx:if="{{clock.review[1]}}">
......
......@@ -175,6 +175,7 @@ Page({
onReady: function () { // Do something when page ready
},
onShow: function () { // Do something when page show.
},
onHide: function () { // Do something when page hide.
......@@ -942,6 +943,11 @@ Page({
showFormbox:2,
"params.mobile":""
})
setTimeout(()=>{
this.setData({
scorefeedbackshow:false,
})
},2000)
}else{
wx.showToast({
title: '您已预约,我们将尽快联系您。',
......
......@@ -242,9 +242,9 @@
<view class="border-box" data-flag="{{1}}"></view>
<view class="border-box1" data-flag="{{1}}"></view>
</view>
<view class="score-get-feedback" wx:if="{{scorefeedbackshow}}">
<view class="score-get-feedback" wx:if="{{scorefeedbackshow}}">
<view class="score-get-mask" ></view>
<view class="score-get-type-a" >
<view class="score-get-type-a">
<!-- <image class="close" bindtap="closefeedback" src="{{imageRoot}}2c/scoregetaction/close.png?{{imageVersion}}" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror="" bindload=""></image> -->
<view class="title" >预约成功</view>
<image class="lightbg" src="{{imageRoot}}2c/scoregetaction/lightbg.png?{{imageVersion}}" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror="" bindload=""></image>
......
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