上一页 1 2 3 4 5 6 7 ··· 9 下一页
摘要: var rJson = {} rJson.Status = this.roomStatus var list = this.changeStatusRoomNos.split(',') rJson.RoomList = [] list.forEach(element => { var obj = { 阅读全文
posted @ 2019-12-25 09:10 _0123456789 阅读(255) 评论(0) 推荐(0) 编辑
摘要: <template> <div class="container"> <div class="list"> <ul> <li class="coupon" v-for="item in VipInfo.CouponList" :key="item.Id"> <div class="coupon-le 阅读全文
posted @ 2019-12-17 10:57 _0123456789 阅读(544) 评论(0) 推荐(0) 编辑
摘要: <template> <section style="height: 100vh;" class="bg"> <div class="cardtype"><i class="pos fa fa-diamond fa-lg" :style="{color: '#FFFFFF'}"></i> {{Vip 阅读全文
posted @ 2019-12-03 09:46 _0123456789 阅读(533) 评论(0) 推荐(0) 编辑
摘要: <a :href="'tel:' + VipInfo.HotelPhone" style="text-decoration:none;color:black;opacity:.5;">{{VipInfo.HotelPhone}}</a> 阅读全文
posted @ 2019-12-03 09:39 _0123456789 阅读(460) 评论(0) 推荐(0) 编辑
摘要: 【1】修改路由文件 【2】修改配置文件 【3】修改本机nginx配置文件 【4】修改服务器nginx配置文件 【5】重启nginx文件,用二级域名访问 http://192.168.199.xxx:7777/jenneywxvip/ https://xxxx.xxxxxxx.com:7777/jen 阅读全文
posted @ 2019-11-21 16:10 _0123456789 阅读(2622) 评论(0) 推荐(0) 编辑
摘要: 【1】官网下载Redis(解压版) https://redis.io/download 【2】切换到目录下打开DOS,执行指令启动Redis redis-server.exe redis.windows.conf 【3】开机自启动命令 redis-server --service-install r 阅读全文
posted @ 2019-11-15 14:08 _0123456789 阅读(327) 评论(0) 推荐(0) 编辑
摘要: step1:官网下载postgres源码 URL:https://www.postgresql.org/ftp/source/ step2:解压源码文件 step3:移动解压后的文件到安装目录 step4:执行./configure命令 指定安装后的可执行文件资源目录 step5:执行make命令 阅读全文
posted @ 2019-10-28 16:34 _0123456789 阅读(825) 评论(0) 推荐(0) 编辑
摘要: input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* WebKit browsers */ color: #ccc; } input:-moz-placeholder, textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #c 阅读全文
posted @ 2019-10-24 13:29 _0123456789 阅读(235) 评论(0) 推荐(0) 编辑
摘要: GetQueryParm () { var name, value var str = window.location.href var num = str.indexOf('?') str = str.substr(num + 1) var arr = str.split('&') for (va 阅读全文
posted @ 2019-10-18 10:14 _0123456789 阅读(210) 评论(0) 推荐(0) 编辑
摘要: step1:修改全局样式 step2:有分页器被遮挡时,可以直接给分页器设置margin-top special:如果介意无数据时表格底部与分页器间隔过大,可针对有无数据两种情况,给分页器设置不同margin-top 阅读全文
posted @ 2019-10-12 09:36 _0123456789 阅读(4236) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 9 下一页