默认提交
Showing
1 changed file
with
0 additions
and
1 deletions
... | @@ -96,7 +96,6 @@ | ... | @@ -96,7 +96,6 @@ |
96 | <van-popup show="{{ auctionBidFailVisible }}"> | 96 | <van-popup show="{{ auctionBidFailVisible }}"> |
97 | <auction-bid-fail-comp inner-title="出价失败" bind:evtcomp="evtcomp"></auction-bid-fail-comp> | 97 | <auction-bid-fail-comp inner-title="出价失败" bind:evtcomp="evtcomp"></auction-bid-fail-comp> |
98 | </van-popup> | 98 | </van-popup> |
99 | |||
100 | <van-popup show="{{ commonTipsCompVisible }}"> | 99 | <van-popup show="{{ commonTipsCompVisible }}"> |
101 | <common-tips-comp bind:evtcomp="evtcomp" inner-title="{{innerTitle}}" inner-text="{{innerText}}"></common-tips-comp> | 100 | <common-tips-comp bind:evtcomp="evtcomp" inner-title="{{innerTitle}}" inner-text="{{innerText}}"></common-tips-comp> |
102 | </van-popup> | 101 | </van-popup> | ... | ... |
-
Please register or sign in to post a comment