Sign in
w-front-end
/
select_good
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
fd3e1f438f766d5c91a170bb5f21a0a7f61e5d45
Authored by
zhiyangdu
2020-12-09 19:10:39 +0800
1 parent
e1c45ee2
代码整理
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/pages/goodDetails/goodDetails.vue
src/pages/goodDetails/goodDetails.vue
View file @
fd3e1f4
...
...
@@ -288,9 +288,9 @@ export default {
288
288
}
289
289
},
290
290
/**
291
- * 跳转赚取积分页面
292
- * @param {Object} item [数据对象]
293
- */
291
+ * 跳转赚取积分页面
292
+ * @param {Object} item [数据对象]
293
+ */
294
294
jumpClientIntegralList () {
295
295
// 判断APP内
296
296
if (this.isCNLive.value) {
...
...