Commit cd50722ce8202d2d393084dc2a6f2a517290b320

Authored by 泉州测试
1 parent cc28ed88

fix修改服务卡购物车初始化

Showing 1 changed file with 0 additions and 1 deletions
pages/cart/cart/cart.js
... ... @@ -69,7 +69,6 @@ Page({
69 69 //每次显示都清空
70 70 this.data.in_zhact_gdmap = {};
71 71  
72   - this.data.service_data = {};
73 72  
74 73 if (typeof this.getTabBar === 'function' && this.getTabBar()) {
75 74 var index = getApp().getPageIndex(this);
... ...