Commit 2eb0d5ef3cbd9712a0ae1eb4e5446f0d3dab7005

Authored by zhiyangdu
1 parent b605e8f7

文字提示

src/pages/goodDetails/goodDetails.vue
... ... @@ -175,6 +175,8 @@ export default {
175 175 * 后退
176 176 */
177 177 back () {
  178 + // 返回先隐藏弹框
  179 +
178 180 // 判断是否有处理函数
179 181 if (typeof this.$parent.back === 'function') {
180 182  
... ...
src/pages/pointsExchangeRecords/pointsExchangeRecords.vue
... ... @@ -40,7 +40,7 @@
40 40 <!-- 暂无记录展示 -->
41 41 <div v-show="list.length == 0 && isCall" class="no_gift_tip">
42 42 <img src="static/img/no_gift_tip.png" alt=""/>
43   - <div class="text">暂无奖励记录</div>
  43 + <div class="text">暂无兑换记录</div>
44 44 </div>
45 45 <div v-show="list.length>0 && isMore ==0" class="is_more">
46 46 没有更多了
... ...