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

Merge branch 'release-zlhot' into 'release'

Release zlhot

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