Commit 75404ea4 by 高淑倩

modify: console

parent 2cc01e84
......@@ -20,7 +20,6 @@ Component({
token:{
type: String,
observer(newVal){
console.log('888', newVal)
this.setData({
_token : newVal
})
......
{
"component": true,
"onReachBottomDistance": 0,
"usingComponents": {
"authorization-modal": "./../../component/authorization-modal/authorization-modal"
}
......
......@@ -32,7 +32,7 @@ wxService.page({
}
},
canvasIdErrorCallback (e) {
console.error(e.detail.errMsg)
console.log('code', e.detail.errMsg)
},
// 查询单个优惠券
getCouponDetail(cardno){
......
......@@ -54,7 +54,6 @@ wxService.page({
* 生命周期函数--监听页面显示
*/
onShow: function () {
console.log('5555',wx.getStorageSync('_baseUserInfo'))
this.setData({
token: wx.getStorageSync('token')
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment