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
aae54ecfe79d05172fd68dfdbf8abfc4282fb2d0
Authored by
yvan.ni
2023-06-26 16:17:01 +0800
1 parent
97f7902b
优惠促销 多促销 点击跳转
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
components/promate_pop/promate_pop.js
components/promate_pop/promate_pop.js
View file @
aae54ec
...
...
@@ -38,6 +38,9 @@ Component({
38
38
var item=this.data.cx_prom_group[index];
39
39
40
40
var prom_id = item.prom_id;
41
+ if(!prom_id) prom_id=item.id;
42
+
43
+
41
44
var prom_type = item.prom_type;
42
45
var url='';
43
46
switch (parseInt(prom_type)){
...
...