Commit ca6135e2 by 高淑倩

console

parent 5a41e79c
...@@ -38,7 +38,6 @@ wxService.page({ ...@@ -38,7 +38,6 @@ wxService.page({
* 生命周期函数--监听页面显示 * 生命周期函数--监听页面显示
*/ */
onShow: function () { onShow: function () {
console.log('cart', this.data.currentHasUserInfo)
if (typeof this.getTabBar === 'function' && if (typeof this.getTabBar === 'function' &&
this.getTabBar()) { this.getTabBar()) {
this.getTabBar().setData({ this.getTabBar().setData({
...@@ -195,7 +194,6 @@ wxService.page({ ...@@ -195,7 +194,6 @@ wxService.page({
setTotalFee(skipRedemption) { setTotalFee(skipRedemption) {
var cartList = this.data.cartList var cartList = this.data.cartList
var checkProsId = [] // 选中的商品id var checkProsId = [] // 选中的商品id
console.log(cartList)
var totalFee = 0 var totalFee = 0
// 购物车总金额 // 购物车总金额
......
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