Commit 75404ea4 by 高淑倩

modify: console

parent 2cc01e84
...@@ -20,7 +20,6 @@ Component({ ...@@ -20,7 +20,6 @@ Component({
token:{ token:{
type: String, type: String,
observer(newVal){ observer(newVal){
console.log('888', newVal)
this.setData({ this.setData({
_token : newVal _token : newVal
}) })
......
{ {
"component": true, "component": true,
"onReachBottomDistance": 0,
"usingComponents": { "usingComponents": {
"authorization-modal": "./../../component/authorization-modal/authorization-modal" "authorization-modal": "./../../component/authorization-modal/authorization-modal"
} }
......
...@@ -32,7 +32,7 @@ wxService.page({ ...@@ -32,7 +32,7 @@ wxService.page({
} }
}, },
canvasIdErrorCallback (e) { canvasIdErrorCallback (e) {
console.error(e.detail.errMsg) console.log('code', e.detail.errMsg)
}, },
// 查询单个优惠券 // 查询单个优惠券
getCouponDetail(cardno){ getCouponDetail(cardno){
......
...@@ -54,7 +54,6 @@ wxService.page({ ...@@ -54,7 +54,6 @@ wxService.page({
* 生命周期函数--监听页面显示 * 生命周期函数--监听页面显示
*/ */
onShow: function () { onShow: function () {
console.log('5555',wx.getStorageSync('_baseUserInfo'))
this.setData({ this.setData({
token: wx.getStorageSync('token') 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