Browse Source

no message

featrue/v4.5
xpz2018 4 years ago
parent
commit
02da2077f6
7 changed files with 0 additions and 89 deletions
  1. 7
      app.json
  2. BIN
      assets/image/hbbj21524.jpg
  3. BIN
      assets/image/ssxiyzc.png
  4. 71
      pages/home/city-test/index.js
  5. 5
      pages/home/city-test/index.json
  6. 5
      pages/home/city-test/index.wxml
  7. 1
      pages/home/city-test/index.wxss

7
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": "",

BIN
assets/image/hbbj21524.jpg

Before After
Width: 1125  |  Height: 2436  |  Size: 344 KiB

BIN
assets/image/ssxiyzc.png

Before After
Width: 670  |  Height: 174  |  Size: 27 KiB

71
pages/home/city-test/index.js

@ -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 () {
}
})

5
pages/home/city-test/index.json

@ -1,5 +0,0 @@
{
"usingComponents": {
"city-change":"/components/city-change/index"
}
}

5
pages/home/city-test/index.wxml

@ -1,5 +0,0 @@
<!--pages/home/city-test/index.wxml-->
<cu-custom bgColor="bg-white" isBack="{{true}}">
<view slot="content" class="text-black text-xl">城市选择</view>
</cu-custom>
<city-change styles='max-height:100%;' bindcitytap='cityTap'></city-change>

1
pages/home/city-test/index.wxss

@ -1 +0,0 @@
/* pages/home/city-test/index.wxss */
Loading…
Cancel
Save