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; -}