提交 3d2331dc 编写于 作者: 张磊's avatar 张磊

Merge branch 'release-zlhot' into 'release'

Release zlhot

See merge request !197
......@@ -170,7 +170,7 @@
客服电话:<a
style="font-weight:600"
href="tel:400-006-5252"
>400-006-5252</a>
>400-021-8282</a>
<div class="serve-time">
周一至周五8:00-18:00 <span /> 双休日9:00-18:00
</div>
......@@ -490,13 +490,16 @@ export default {
};
appointment(data).then(res => {
if (res.code === '000000') {
this.$router.push({
path: '/appoint-details',
query: {
yunOrderNo: this.yunOrderNo,
projectEquityNo:this.projectEquityNo
}
});
const l = window.location.origin;
const hr = l + `/pica-insurance/appoint-details?yunOrderNo=${this.yunOrderNo}&projectEquityNo=${this.projectEquityNo}`;
window.location.href = hr;
// this.$router.push({
// path: '/appoint-details',
// query: {
// yunOrderNo: this.yunOrderNo,
// projectEquityNo:this.projectEquityNo
// }
// });
} else {
res.message && this.$toast(res.message);
}
......
......@@ -168,7 +168,7 @@
客服电话:<a
style="font-weight:600"
href="tel:400-006-5252"
>400-006-5252</a>
>400-021-8282</a>
<div class="serve-time">
周一至周五8:00-18:00 <span /> 双休日9:00-18:00
</div>
......
......@@ -106,7 +106,7 @@
<div class="submit-button-top">
<div
class="submit-button"
:class="barCode.length > 0 ? 'submit-button-active' : ''"
:class="barCode && barCode.length > 0 ? 'submit-button-active' : ''"
@click="toggleBindingInfo"
>
提交
......@@ -116,7 +116,7 @@
客服电话:<a
style="font-weight:600"
href="tel:400-006-5252"
>400-006-5252</a>
>400-021-8282</a>
<div class="serve-time">
周一至周五8:00-18:00 <span /> 双休日9:00-18:00
</div>
......@@ -281,6 +281,7 @@ export default {
console.log('---res', res);
}
};
console.log('--this.$rocNative', this.$rocNative, this.$rocNative.scanQRCode);
this.$rocNative && this.$rocNative.scanQRCode(p, (res) => {
if(res.resultStr) {
const s = String(res.resultStr).split(',');
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册