|
|
@@ -7,7 +7,7 @@
|
|
|
</div>
|
|
|
<div class="status-text app-size-36 app-bold">支付成功</div>
|
|
|
<div class="call-btn-com call-two-btn">
|
|
|
- <button class="button-com red" @click="goBack()" >返回</button>
|
|
|
+ <button class="button-com red" @click="goBack()">返回</button>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -22,7 +22,11 @@
|
|
|
return {
|
|
|
};
|
|
|
},
|
|
|
- computed: {
|
|
|
+ onLoad(){
|
|
|
+ //返回上一页时刷新
|
|
|
+ let pages = getCurrentPages();
|
|
|
+ let prevPage = pages[ pages.length - 2 ];
|
|
|
+ prevPage.$vm.pageAction = {refresh:1}
|
|
|
},
|
|
|
methods: {
|
|
|
init() {
|