完善预约场馆页面
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
<template>
|
||||
<view>
|
||||
<view class="uni-mask" v-show="show" :style="{top:offsetTop + 'px'}" @click="hide"></view>
|
||||
<view :class="['uni-popup','uni-popup-'+type]" v-show="show" :style="'width:'+width+'rpx; heigth:'+heigth+'rpx;padding:'+padding+'rpx;background-color:'+backgroundColor+';box-shadow:'+boxShadow+';'">
|
||||
<view :class="['uni-popup','uni-popup-'+type]" v-show="show"
|
||||
:style="'width:'+width+'rpx; heigth:'+heigth+'rpx;padding:'+padding+'rpx;background-color:'+backgroundColor+';box-shadow:'+boxShadow+';border-radius:'+radius+'rpx;'">
|
||||
<view class="popup-head" v-if="msg!=''">
|
||||
{{msg}}
|
||||
</view>
|
||||
@ -45,6 +46,10 @@
|
||||
msg: {
|
||||
type: String,
|
||||
default: ""
|
||||
},
|
||||
radius: {
|
||||
type: String,
|
||||
default: '0'
|
||||
}
|
||||
},
|
||||
data() {
|
||||
|
||||
Reference in New Issue
Block a user