|
@@ -486,7 +486,7 @@
|
|
|
v-model="immediatelyValue"
|
|
v-model="immediatelyValue"
|
|
|
active-color="#ee7000">
|
|
active-color="#ee7000">
|
|
|
</el-switch>
|
|
</el-switch>
|
|
|
- <span style="font-weight:normal;font-size: 13px;">即使投保</span>
|
|
|
|
|
|
|
+ <span style="font-weight:normal;font-size: 13px;">即时投保</span>
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -1828,7 +1828,7 @@
|
|
|
<div style="font-size: 18px;color: #ee7000;font-weight:700;padding: 10px 30px;" v-if="orderstatus == '2'">
|
|
<div style="font-size: 18px;color: #ee7000;font-weight:700;padding: 10px 30px;" v-if="orderstatus == '2'">
|
|
|
订单状态:已核保待缴费</div>
|
|
订单状态:已核保待缴费</div>
|
|
|
</div>
|
|
</div>
|
|
|
- <span slot="footer" class="dialog-footer">
|
|
|
|
|
|
|
+ <span slot="footer" class="dialog-footer" v-if="orderstatus == '2'">
|
|
|
<el-button style="width: 100px;" type="primary" size="small" @click="Payment(companyId)">缴费二维码</el-button>
|
|
<el-button style="width: 100px;" type="primary" size="small" @click="Payment(companyId)">缴费二维码</el-button>
|
|
|
</span>
|
|
</span>
|
|
|
</el-dialog>
|
|
</el-dialog>
|
|
@@ -4771,6 +4771,7 @@ export default {
|
|
|
Object.keys(res.data).forEach((keys) => {
|
|
Object.keys(res.data).forEach((keys) => {
|
|
|
if (res.data[keys].url) {
|
|
if (res.data[keys].url) {
|
|
|
res.data[keys].url = process.env.BASE_URL + res.data[keys].url;
|
|
res.data[keys].url = process.env.BASE_URL + res.data[keys].url;
|
|
|
|
|
+ console.log( process.env.BASE_URL ,res.data[keys].url,111111111111)
|
|
|
switch (keys) {
|
|
switch (keys) {
|
|
|
case 'C01':
|
|
case 'C01':
|
|
|
this.imageList1.push({
|
|
this.imageList1.push({
|