From 11326aafd9bbb8bdc397306900956b06c99a1e8b Mon Sep 17 00:00:00 2001 From: meo <18801474720@163.com> Date: Fri, 22 Feb 2019 12:56:16 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=81=9C=E8=BD=A6][=E4=BF=AE=E6=94=B9]:[?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=81=9C=E8=BD=A6=E6=95=AC=E8=AF=B7=E6=9C=9F?= =?UTF-8?q?=E5=BE=85=E7=9A=84=E6=96=87=E4=BB=B6]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.json | 1 - ext.json | 1 - pages/cartest/cartest.js | 61 -------------------------------------- pages/cartest/cartest.json | 3 -- pages/cartest/cartest.wxml | 5 ---- pages/cartest/cartest.wxss | 27 ----------------- 6 files changed, 98 deletions(-) delete mode 100644 pages/cartest/cartest.js delete mode 100644 pages/cartest/cartest.json delete mode 100644 pages/cartest/cartest.wxml delete mode 100644 pages/cartest/cartest.wxss diff --git a/app.json b/app.json index 3b78ac8..3a5244d 100644 --- a/app.json +++ b/app.json @@ -8,7 +8,6 @@ "pages/cardorder/index/index", "pages/scanPay/scanPay", "pages/edit/edit", - "pages/cartest/cartest", "pages/actdetail/actdetail", "pages/bannerdetail/index", "pages/getuserinfo/index", diff --git a/ext.json b/ext.json index d567a51..f7d7ae8 100644 --- a/ext.json +++ b/ext.json @@ -9,7 +9,6 @@ "etcppversion":"release", "configUrl":"https://ciformall.youlane.cn/C/api", "passCarAppId":"wx192b7d2e8dcbefd0", - "passCarPath":"pages/passCar/passCar", "passCarreturnUrl":"https://ciformall.youlane.cn/api/carCallback/etcpPaidCallback" } }, diff --git a/pages/cartest/cartest.js b/pages/cartest/cartest.js deleted file mode 100644 index 8473827..0000000 --- a/pages/cartest/cartest.js +++ /dev/null @@ -1,61 +0,0 @@ -// pages/cartest/cartest.js -const imgurl = require("../../utils/imgurl"); -Page({ - - /** - * 页面的初始数据 - */ - data: { - qidaiUrl: imgurl.qidai.url, - }, - - /** - * 生命周期函数--监听页面加载 - */ - onLoad: function (options) { - - }, - - /** - * 生命周期函数--监听页面初次渲染完成 - */ - onReady: function () { - - }, - - /** - * 生命周期函数--监听页面显示 - */ - onShow: function () { - - }, - - /** - * 生命周期函数--监听页面隐藏 - */ - onHide: function () { - - }, - - /** - * 生命周期函数--监听页面卸载 - */ - onUnload: function () { - - }, - - /** - * 页面相关事件处理函数--监听用户下拉动作 - */ - onPullDownRefresh: function () { - - }, - - /** - * 页面上拉触底事件的处理函数 - */ - onReachBottom: function () { - - }, - -}) \ No newline at end of file diff --git a/pages/cartest/cartest.json b/pages/cartest/cartest.json deleted file mode 100644 index 9ec9737..0000000 --- a/pages/cartest/cartest.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "navigationBarTitleText": "停车" - } \ No newline at end of file diff --git a/pages/cartest/cartest.wxml b/pages/cartest/cartest.wxml deleted file mode 100644 index 0fa3972..0000000 --- a/pages/cartest/cartest.wxml +++ /dev/null @@ -1,5 +0,0 @@ - - - 智慧停车即将上线 - 敬请期待 - \ No newline at end of file diff --git a/pages/cartest/cartest.wxss b/pages/cartest/cartest.wxss deleted file mode 100644 index 56b54d7..0000000 --- a/pages/cartest/cartest.wxss +++ /dev/null @@ -1,27 +0,0 @@ -page { - height: 100%; - overflow:hidden; -} -.img { - display: block; - width: 211rpx; - margin: 168rpx auto 40rpx; -} - -.txt1 { - display: block; - font-size: 34rpx; - color: #333; - letter-spacing: 0; - text-align: center; -} - -.txt2 { - display: block; - font-size: 28rpx; - color: #999; - letter-spacing: 0; - text-align: center; - line-height: 40rpx; - margin-top: 10rpx; -}