diff --git a/app.json b/app.json index 479762c..8ad1493 100644 --- a/app.json +++ b/app.json @@ -16,7 +16,6 @@ "pages/home/tab4/index", "pages/home/tab5/index", "pages/home/tab6/index", - "pages/home/city-test/index", "pages/home/attentionPaperList/index", "pages/home/businessLicense/index", "pages/shop/create/index", @@ -102,12 +101,6 @@ "desc": "你的位置信息将用获取最近的打包站" } }, - "plugins": { - "chooseLocation": { - "version": "1.0.6", - "provider": "wx76a9a06e5b4e693e" - } - }, "window": { "navigationBarBackgroundColor": "#FFFFFF", "navigationBarTitleText": "", diff --git a/assets/image/hbbj21524.jpg b/assets/image/hbbj21524.jpg deleted file mode 100644 index 8bdab39..0000000 Binary files a/assets/image/hbbj21524.jpg and /dev/null differ diff --git a/assets/image/ssxiyzc.png b/assets/image/ssxiyzc.png deleted file mode 100644 index da4634a..0000000 Binary files a/assets/image/ssxiyzc.png and /dev/null differ diff --git a/pages/home/city-test/index.js b/pages/home/city-test/index.js deleted file mode 100644 index e585f5d..0000000 --- a/pages/home/city-test/index.js +++ /dev/null @@ -1,71 +0,0 @@ -// pages/home/city-test/index.js -Page({ - - /** - * 页面的初始数据 - */ - data: { - - }, - cityTap(e){ - console.log('fasdfsdfsdfds'); - console.log(e); - const cityName=e.detail.cityname; - wx.navigateBack(); - }, - /** - * 生命周期函数--监听页面加载 - */ - onLoad: function (options) { - - }, - - /** - * 生命周期函数--监听页面初次渲染完成 - */ - onReady: function () { - - }, - - /** - * 生命周期函数--监听页面显示 - */ - onShow: function () { - - }, - - /** - * 生命周期函数--监听页面隐藏 - */ - onHide: function () { - - }, - - /** - * 生命周期函数--监听页面卸载 - */ - onUnload: function () { - - }, - - /** - * 页面相关事件处理函数--监听用户下拉动作 - */ - onPullDownRefresh: function () { - - }, - - /** - * 页面上拉触底事件的处理函数 - */ - onReachBottom: function () { - - }, - - /** - * 用户点击右上角分享 - */ - onShareAppMessage: function () { - - } -}) \ No newline at end of file diff --git a/pages/home/city-test/index.json b/pages/home/city-test/index.json deleted file mode 100644 index c7ac891..0000000 --- a/pages/home/city-test/index.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "usingComponents": { - "city-change":"/components/city-change/index" - } -} \ No newline at end of file diff --git a/pages/home/city-test/index.wxml b/pages/home/city-test/index.wxml deleted file mode 100644 index 8c1352f..0000000 --- a/pages/home/city-test/index.wxml +++ /dev/null @@ -1,5 +0,0 @@ - - - 城市选择 - - diff --git a/pages/home/city-test/index.wxss b/pages/home/city-test/index.wxss deleted file mode 100644 index 44f98a8..0000000 --- a/pages/home/city-test/index.wxss +++ /dev/null @@ -1 +0,0 @@ -/* pages/home/city-test/index.wxss */ \ No newline at end of file