Commit 85c335c2 authored by limeimei's avatar limeimei

1

parent 5b893edd
...@@ -77,6 +77,7 @@ ...@@ -77,6 +77,7 @@
// 返回主页 // 返回主页
gohome() { gohome() {
// AppInterface.closeCamera();
clearInterval(this.timer); clearInterval(this.timer);
this.$router.replace({ this.$router.replace({
name: "visitor", name: "visitor",
......
...@@ -114,6 +114,7 @@ ...@@ -114,6 +114,7 @@
// 返回主页 // 返回主页
gohome() { gohome() {
// AppInterface.closeCamera();
clearInterval(this.timer); clearInterval(this.timer);
this.$router.replace({ this.$router.replace({
name: "sim", name: "sim",
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<div class="price">¥<span>95</span></div> <div class="price">¥<span>95</span></div>
<div class="price_type"> <div class="price_type">
<div class="price_wechat"> <div class="price_wechat">
<img class="price_img" /> <img class="price_img" src="" />
<div class="price_tips">使用<span>微信</span>扫一扫进行支付</div> <div class="price_tips">使用<span>微信</span>扫一扫进行支付</div>
</div> </div>
<div class="price_alipay"> <div class="price_alipay">
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<div class="price_tips">使用<span>支付宝</span>扫一扫进行支付</div> <div class="price_tips">使用<span>支付宝</span>扫一扫进行支付</div>
</div> </div>
</div> </div>
<button @click="comfim">下一步</button> <el-button @click="comfim" type="primary" style="margin-top: 20px;">下一步</el-button>
</div> </div>
</div> </div>
</template> </template>
...@@ -67,6 +67,7 @@ ...@@ -67,6 +67,7 @@
box-sizing: border-box; box-sizing: border-box;
background: white; background: white;
border-radius: 14px; border-radius: 14px;
text-align: center;
} }
.order_top { .order_top {
...@@ -99,7 +100,7 @@ ...@@ -99,7 +100,7 @@
.collection { .collection {
width: 100%; width: 100%;
background: white; background: white;
padding-top: 70px; padding-top: 40px;
box-sizing: border-box; box-sizing: border-box;
} }
...@@ -114,7 +115,7 @@ ...@@ -114,7 +115,7 @@
color: #333333; color: #333333;
font-size: 22px; font-size: 22px;
margin-top: 27px; margin-top: 17px;
text-align: center; text-align: center;
} }
......
...@@ -58,6 +58,9 @@ ...@@ -58,6 +58,9 @@
}); });
} }
else {
this.$message.error("核验失败");
}
} }
......
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