@@ -64,6 +64,7 @@ Component(
});
},
+ // 点击预约进行弹窗时间段选择
async onItemFollow({ target }) {
const { item } = target.dataset;
console.log("onItemFollow ===>", item);
@@ -71,9 +71,9 @@
</view>
<!-- 复诊挂号 -->
- <view class="registration">
+ <!-- <view class="registration">
<view class="registration-btn" onTap="registrationBtn">复诊挂号</view>
- </view>
+ </view> -->
</wrapper>