Commit bd0af7ae authored by wangwei's avatar wangwei

投放 去除客服

parent 31bd8272
......@@ -9,7 +9,9 @@
<title>唱唱启蒙英语</title>
<link rel="stylesheet" href="https://at.alicdn.com/t/font_822651_g9r2j7kybxu.css">
<style>
.mint-toast{
z-index: 10001 !important;
}
</style>
</head>
<body>
......
......@@ -12,6 +12,9 @@
*{
-webkit-overflow-scrolling:touch;
}
.mint-toast{
z-index: 10001 !important;
}
</style>
</head>
<body>
......
......@@ -48,7 +48,7 @@
<div class="sub-block">
合计金额:
<span>{{priceTotal}}</span>
<div class="pay-btn" @click="payOrder(orderFlag)">提交订单</div>
<div class="pay-btn" @click="payOrder(orderFlag)">确认支付</div>
</div>
</footer>
<transition name="slide-fade">
......@@ -249,10 +249,6 @@
this.addressPop = true
},
initPage(){
if(!JSON.parse(localStorage.getItem('userDesc')).mobile|| JSON.parse(localStorage.getItem('userDesc')).mobile === ''){
this.$router.push({name:'bindMobile',query:{retUrl:this.$route.fullPath}})
}else
{
getwechatParam({api_list:'chooseWXPay'}).then(res=>{
wx.config({
debug: false,
......@@ -308,7 +304,6 @@
}
}
}
}
</script>
<style scoped lang="less">
......
This diff is collapsed.
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 to comment