Commit 85c335c2 authored by limeimei's avatar limeimei

1

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