增加部分公共样式
修改部分公共组件代码 修改台桌,代课下单逻辑代码 增加支付页面 修改用户列表页面
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<view class="my-bg-main" :style="{'background-color':returnStutasColor(data.status)}">
|
||||
<view class="u-flex u-row-between">
|
||||
<view class="u-font-32 ">{{data.name}}</view>
|
||||
<view class="u-flex" @tap="more">
|
||||
<view class="u-flex" @tap.stop="more">
|
||||
<uni-icons type="more-filled" color="#fff" size="16"></uni-icons>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
@@ -21,7 +21,8 @@
|
||||
<view class="search-box">
|
||||
<view class="search-btn u-flex" @tap="showSearch" :style="{width:search.show?'694rpx':'164rpx'}">
|
||||
<image src="@/static/iconImg/icon-search.svg" class="input-icon" />
|
||||
<view class="u-flex-1 u-p-l-10"><input v-model="search.keyword" @confirm="searchConfirm" type="text"
|
||||
<view class="u-flex-1 u-p-l-10">
|
||||
<input v-model="search.keyword" @confirm="searchConfirm" type="text"
|
||||
placeholder-style="font-size:28rpx;" placeholder="搜索" /></view>
|
||||
<view @tap.stop="hideSearch" v-if="search.show">取消</view>
|
||||
</view>
|
||||
@@ -54,22 +55,6 @@
|
||||
<view class="u-m-t-10">0/12</view>
|
||||
</view>
|
||||
</view>
|
||||
<!-- <view class=" u-p-l-28 item" >
|
||||
<view>室内</view>
|
||||
<view class="u-m-t-10 ">0/12</view>
|
||||
</view>
|
||||
<view class="item u-p-l-28">
|
||||
<view>室外</view>
|
||||
<view class="u-m-t-10">0/12</view>
|
||||
</view>
|
||||
<view class="item u-p-l-28">
|
||||
<view>小桌</view>
|
||||
<view class="u-m-t-10">0/12</view>
|
||||
</view>
|
||||
<view class="item u-p-l-28">
|
||||
<view>测试桌</view>
|
||||
<view class="u-m-t-10">0/12</view>
|
||||
</view> -->
|
||||
</view>
|
||||
|
||||
<view class="u-m-t-30 u-flex u-flex-wrap u-row-between">
|
||||
@@ -341,6 +326,10 @@
|
||||
return v.status == status.list[status.active].key
|
||||
});
|
||||
})
|
||||
watch(() => times.active, (newval) => {
|
||||
setTimer()
|
||||
})
|
||||
|
||||
|
||||
function tableUpdate() {
|
||||
query.page = 0
|
||||
@@ -364,7 +353,7 @@
|
||||
setTimer()
|
||||
})
|
||||
onHide(()=>{
|
||||
|
||||
clearInterval(timer)
|
||||
})
|
||||
onShow(opt => {
|
||||
setTimer()
|
||||
|
||||
Reference in New Issue
Block a user