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
ab3add0bbc749b027fa191f8b5801a1a86b40143
Authored by
abson
2021-12-30 15:21:05 +0800
1 parent
15867d13
go——url
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletions
pages/activity/seckill_list/seckill_list.js
pages/activity/seckill_list/seckill_list.js
View file @
ab3add0
...
...
@@ -243,6 +243,12 @@ Page({
243
243
if (hei< viewHeight) {
244
244
this.setData({ max_sw_height: viewHeight });
245
245
}
246
- }
246
+ },
247
+ go_url(e){
248
+ let url=e.currentTarget.dataset.url;
249
+ if(url){
250
+ getApp().goto(url);
251
+ }
252
+ },
247
253
248
254
});
...
...