wxd
/
MShopWeApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
cd50722ce8202d2d393084dc2a6f2a517290b320
Authored by
泉州测试
2022-03-19 15:13:33 +0800
1 parent
cc28ed88
fix修改服务卡购物车初始化
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
pages/cart/cart/cart.js
pages/cart/cart/cart.js
View file @
cd50722
...
...
@@ -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);
...
...