Browse Source

Merge branch 'dev' of http://git.ycjcjy.com/SpaceOfCheng/wechat into dev

yuantianjiao 6 years ago
parent
commit
782aa4f25f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/pages/user/receiveChannel/index.vue

+ 1
- 1
src/pages/user/receiveChannel/index.vue View File

2
   <div class="mainPage" v-if="show">
2
   <div class="mainPage" v-if="show">
3
     <div class="residue">
3
     <div class="residue">
4
       <i class="iconfont icon-gantanhao"></i>
4
       <i class="iconfont icon-gantanhao"></i>
5
-      <span>仅剩{{data.TotalCount - data.UsedCount}}张券可以领取!</span>
5
+      <span>仅剩{{data.TotalCount - data.SentCount}}张券可以领取!</span>
6
     </div>
6
     </div>
7
     <div class="logo">
7
     <div class="logo">
8
       <img :src="logo" alt="">
8
       <img :src="logo" alt="">