|
@@ -100,15 +100,11 @@
|
|
<rich-text :nodes="pupData.content"></rich-text>
|
|
<rich-text :nodes="pupData.content"></rich-text>
|
|
</view>
|
|
</view>
|
|
<view class="flex bot" v-if="pupData.type == 'contact'">
|
|
<view class="flex bot" v-if="pupData.type == 'contact'">
|
|
- <view @click="pupData.show = false" style="color: #a9afb8"
|
|
|
|
- >取消</view
|
|
|
|
- >
|
|
|
|
|
|
+ <view @click="pupData.show = false" style="color: #a9afb8">取消</view>
|
|
<view @click="handleCallPhone(pupData.mobile)">拨号</view>
|
|
<view @click="handleCallPhone(pupData.mobile)">拨号</view>
|
|
</view>
|
|
</view>
|
|
<view class="flex bot" v-else-if="pupData.type == 'apply'">
|
|
<view class="flex bot" v-else-if="pupData.type == 'apply'">
|
|
- <view @click="pupData.show = false" style="color: #a9afb8"
|
|
|
|
- >取消</view
|
|
|
|
- >
|
|
|
|
|
|
+ <view @click="pupData.show = false" style="color: #a9afb8">取消</view>
|
|
<view @click="handleApply">立即申请</view>
|
|
<view @click="handleApply">立即申请</view>
|
|
</view>
|
|
</view>
|
|
<view class="flex bot" v-else>
|
|
<view class="flex bot" v-else>
|
|
@@ -186,12 +182,6 @@ export default {
|
|
color: "yellow",
|
|
color: "yellow",
|
|
type: "tel",
|
|
type: "tel",
|
|
},
|
|
},
|
|
- {
|
|
|
|
- label: "新加坡拨入",
|
|
|
|
- text: res.data.singaporeTel,
|
|
|
|
- color: "yellow",
|
|
|
|
- type: "tel",
|
|
|
|
- },
|
|
|
|
{
|
|
{
|
|
label: "香港拨入",
|
|
label: "香港拨入",
|
|
text: res.data.hongKongTel,
|
|
text: res.data.hongKongTel,
|
|
@@ -204,6 +194,12 @@ export default {
|
|
color: "yellow",
|
|
color: "yellow",
|
|
type: "tel",
|
|
type: "tel",
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ label: "新加坡拨入",
|
|
|
|
+ text: res.data.singaporeTel,
|
|
|
|
+ color: "yellow",
|
|
|
|
+ type: "tel",
|
|
|
|
+ },
|
|
{
|
|
{
|
|
label: "美国拨入",
|
|
label: "美国拨入",
|
|
text: res.data.americaTel,
|
|
text: res.data.americaTel,
|