18 lines
667 B
Plaintext
18 lines
667 B
Plaintext
<!--pages/gandansecretary/gandansecretary.wxml-->
|
|
<view class="page">
|
|
<view class="cellbox">
|
|
<view class="cell">
|
|
<view class="top">
|
|
<image src="https://img.applets.igandanyiyuan.com/applet/patient/static/kefu.png" class="icon"></image>
|
|
<view class="right">
|
|
<view class="name">肝胆小秘书</view>
|
|
<view class="date">2022-09-26 12:30:50</view>
|
|
</view>
|
|
</view>
|
|
<view class="bottom">您好,您咨询 XXX 医生的未接诊,您可以进入订单详情查看退款详情。</view>
|
|
<view class="btnbox">
|
|
<view class="btn">订单详情</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view> |