Commit cf273f90 authored by Facius's avatar Facius

详情页面的详情部分单独做成组件

parent 6d672f5d
This diff is collapsed.
......@@ -7,7 +7,7 @@
</view>
<view class="content">
<view class="card base-item">
<Detail :order="order"></Detail>
<Detail :order="order" :readMore.sync="readMore"></Detail>
</view>
<!-- 从我的页面进来显示计算信息 -->
<view v-if="isFromMine" class="settlement-view">
......@@ -32,7 +32,7 @@
<appoint-time :dateList="dateList" :timeList="timeList" @dateChange="dateChange" @timeChange="timeChange" @weekChange="weekChange"></appoint-time>
</view>
<view class="card record-item">
<Record :orderRecords="orderRecords" :readMore.sync="readMore"></Record>
<Record :orderRecords="orderRecords"></Record>
</view>
</view>
</view>
......@@ -207,23 +207,6 @@
this.closeLocationChange()
},
computed: {
phoneIcon() {
//self-support/icon/dianhua-0@2x.png
if(this.isAllowDianhuaAndDaohang){
return process.uniEnv.qn_base_url + 'dianhua.png'
}else{
return process.uniEnv.qn_base_url + 'dianhua-d.png'
}
},
navigationIcon() {
//self-support/icon/daohang-0@2x.png
if(this.isAllowDianhuaAndDaohang){
return process.uniEnv.qn_base_url + 'daohang.png'
}else{
return process.uniEnv.qn_base_url + 'daohang-d.png'
}
},
centerButtonClass() {
let btnClass = "appoint-btn"
return btnClass
......
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