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
ee92b34b4963aeba2fb9c4695cd1640e357067d5
Authored by
zhiyangdu
2020-04-30 17:23:49 +0800
1 parent
560cf15a
优化
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/pages/myGiftBox/myGiftBox.vue
src/pages/myGiftBox/myGiftBox.vue
View file @
ee92b34
...
...
@@ -183,7 +183,7 @@ export default {
183
183
}else{
184
184
// 送礼订单列表
185
185
this.giveGifStatue = name;
186
- this.
receivingGifts.giftGiving
= null
186
+ this.
giftGiving.tipText
= null
187
187
this.getorderGiveGiftList(1);
188
188
}
189
189
},
...
...