Commit 53969273 by cocomilk2012

update

parent 08489480
Showing with 2 additions and 2 deletions
......@@ -168,7 +168,7 @@
</template>
<script>
import { Icon, Loading } from "vant";
import { Icon, Loading,Toast } from "vant";
import { TabHeader } from "@/components";
import * as utils from "../../utils/common";
import { mapGetters, mapActions } from "vuex";
......@@ -310,7 +310,7 @@ export default {
location.reload();
};
console.log('window.onpageshow ');
Toast.loading({message:'正在跳转到支付页面,请等待...'})
window.location.href = payUrl;
console.log('页面跳转走了');
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment