You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
413 B

Page({
data: {
8 years ago
address: 0
},
8 years ago
// onLoad: function (params) {
// debugger
// },
8 years ago
// onShow: function (params) {
// var address = wx.getStorageSync('address')
// this.setData({'address': address})
// },
8 years ago
// bindBilling: function () {
// var cartItems = wx.getStorageSync('cartItems')
// },
bindTapAddress () {
wx.navigateTo({
url: '../address/address'
})
}
})