瀏覽代碼

Merge branch 'master' of http://192.168.1.220:10080/raolu/PC-application

yingzhou 6 年之前
父節點
當前提交
d3b813f32f

+ 2 - 1
app/consulting/css/consulting.css

@ -357,7 +357,8 @@ p{
    font-size: 14px;
    -webkit-user-select: auto;
    user-modify: read-write-plaintext-only;
    -webkit-user-modify: read-write-plaintext-only
    -webkit-user-modify: read-write-plaintext-only;
    outline: none;
}
.info-panel{
    height: 26px;

+ 0 - 1
app/consulting/html/consulting.html

@ -9,7 +9,6 @@
    <meta name="keywords" content="">
    <meta name="description" content="">
    <link rel="shortcut icon" href="favicon.ico">
    <link rel="stylesheet" type="text/css" href="../../../css/style.min.css"/>
    <link href="../../../css/bootstrap.min.css?v=3.3.6" rel="stylesheet">
    <link href="../../../css/font-awesome.min93e3.css?v=4.4.0" rel="stylesheet">
    <link href="../../../css/animate.min.css" rel="stylesheet">

+ 1 - 1
app/recover/html/personal-manage.html

@ -28,7 +28,7 @@
		    					</p>
		    					<p class="m0 p0 mb10">
		    						<span class="c-999">健康情况:</span>{{recoverPatInfo.patientInfo.healthyCondition}}
		    						<span class="c-999 ml10">联系电话:</span><span class="c-12b7f5 cur-pit" v-if="isMobile" @click="changeStatu()">点击查看</span><span v-else>recoverPatInfo.patientInfo.mobile</span>
		    						<span class="c-999 ml10">联系电话:</span><span class="c-12b7f5 cur-pit" v-if="isMobile" @click="changeStatu()">点击查看</span><span v-else>{{recoverPatInfo.patientInfo.mobile}}</span>
		    					</p>
		    				</div>
		    				<div class="fr set-photo">

+ 7 - 9
component/guidance/person-panel.js

@ -1,7 +1,7 @@
Vue.component('person-panel', {
    template: '<div class="ml20 mr20"">\
					<div class="search-warp">\
						<input class="inp-search" placeholder="查找模板" v-model="filter" @input="throttledTempList()"/>\
						<input class="inp-search" placeholder="查找模板" v-model="filter" @input="debounceTempList"/>\
					</div>\
					<div ref="innerPanel" style="overflow-y: auto;">\
						<div class="list-arrow-r temp-item" v-for="(o, i) in items">\
@ -50,14 +50,12 @@ Vue.component('person-panel', {
		vm.guidanceTempList()
    },
    methods: {
    	throttledTempList: function() {
    		return _.throttle(function() {
    			var vm = this
	    		vm.pageNo = 1
	    		vm.items = []
	    		this.guidanceTempList()
    		}, 300).call(this)
    	},
    	debounceTempList: _.debounce(function() {
			var vm = this
    		vm.pageNo = 1
    		vm.items = []
    		this.guidanceTempList()
		}, 500, false),
        guidanceTempList: function() {
        	var vm = this
        	guidanceAPI.guidanceTempList( {