Commit e89fc762 authored by Mac's avatar Mac

1

parent 324a6567
...@@ -146,7 +146,7 @@ ...@@ -146,7 +146,7 @@
<view class="item-top"> <view class="item-top">
<view class="item-top-o"> <view class="item-top-o">
<text v-if='item.IsFree==0'>{{item.StudyStartDate}}-{{item.StudyEndDate}} {{showteacher==0?'可预约':''}}</text> <text v-if='item.IsFree==0'>{{item.StudyStartDate}}-{{item.StudyEndDate}} {{showteacher==0?'可预约':''}}</text>
<text v-if='item.IsFree==1'>{{item.StudyStartDate}}{{showteacher==0?'预约':''}}</text> <text v-if='item.IsFree==1'>{{item.StudyStartDate}} {{showteacher==0?'预约':''}}</text>
<view class="item-top-o-r" :style="{'background':mainColor}"> <view class="item-top-o-r" :style="{'background':mainColor}">
{{item.ClassName}} {{item.ClassName}}
<view class="item-top-san"></view> <view class="item-top-san"></view>
......
...@@ -296,10 +296,10 @@ ...@@ -296,10 +296,10 @@
data: msg data: msg
}, },
res => { res => {
uni.showToast({ // uni.showToast({
title: '预约成功', // title: '预约成功',
icon:'none' // icon:'none'
}) // })
uni.redirectTo({//下单成功跳入订单列表 uni.redirectTo({//下单成功跳入订单列表
url: "/pages/appointment/order-success?RoomId="+RoomId url: "/pages/appointment/order-success?RoomId="+RoomId
}); });
......
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