Commit ee92b34b4963aeba2fb9c4695cd1640e357067d5

Authored by zhiyangdu
1 parent 560cf15a

优化

src/pages/myGiftBox/myGiftBox.vue
... ... @@ -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 },
... ...