|
@@ -518,7 +518,7 @@
|
|
</van-popup>
|
|
</van-popup>
|
|
<van-popup v-model="showPopup" round>
|
|
<van-popup v-model="showPopup" round>
|
|
<div id="H5showPopup">
|
|
<div id="H5showPopup">
|
|
- <div>确定拨打<span style="color: #FF5B00;font-weight: bold;">153-3889-7365 </span>吗?</div>
|
|
|
|
|
|
+ <div>确定拨打<span style="color: #FF5B00;-webkit-text-fill-color: #FF5B00 !important;font-weight: bold;">153-3889-7365 </span>吗?</div>
|
|
<div style="display: flex;justify-content: space-between;">
|
|
<div style="display: flex;justify-content: space-between;">
|
|
<el-button class="btn_popup" @click="cancel">取消</el-button>
|
|
<el-button class="btn_popup" @click="cancel">取消</el-button>
|
|
<el-button class="btn_popup" type="primary" @click="confirm">确定</el-button>
|
|
<el-button class="btn_popup" type="primary" @click="confirm">确定</el-button>
|