Commit 2eb0d5ef3cbd9712a0ae1eb4e5446f0d3dab7005

Authored by zhiyangdu
1 parent b605e8f7

文字提示

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