更新
This commit is contained in:
@@ -57,14 +57,13 @@
|
||||
订单中心
|
||||
</text>
|
||||
</view>
|
||||
<view class="text-xxl" @tap="toManagement">
|
||||
<!-- <view class="text-xxl" @tap="toManagement">
|
||||
<view class="cuIcon-form">
|
||||
|
||||
</view>
|
||||
<text class="text-df">
|
||||
中交风控
|
||||
</text>
|
||||
</view>
|
||||
</view> -->
|
||||
|
||||
</view>
|
||||
</view>
|
||||
@@ -113,14 +112,14 @@
|
||||
订单中心
|
||||
</text>
|
||||
</view>
|
||||
<view class="text-xxl" @tap="toManagement">
|
||||
<!-- <view class="text-xxl" @tap="toManagement">
|
||||
<view class="cuIcon-form">
|
||||
|
||||
</view>
|
||||
<text class="text-df">
|
||||
中交风控
|
||||
</text>
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@@ -149,7 +148,7 @@
|
||||
</view>
|
||||
</view> -->
|
||||
<!-- 广告图片开始 -->
|
||||
<view class="my-bg padding">
|
||||
<!-- <view class="my-bg padding">
|
||||
<view class="">
|
||||
<swiper autoplay interval='5000' style="width: 100%;height: 204rpx;" class="swiper" circular>
|
||||
<swiper-item @click="swiperClick(item,index)" v-for="(item,index) in swiperArray">
|
||||
@@ -159,9 +158,9 @@
|
||||
<ad unit-id="adunit-fae65289bc72095d" ad-intervals="30"></ad>
|
||||
</swiper-item>
|
||||
</swiper>
|
||||
<!-- <image :src="starUrl+'banner.png'" style="width: 100%;" mode="widthFix"></image> -->
|
||||
<image :src="starUrl+'banner.png'" style="width: 100%;" mode="widthFix"></image>
|
||||
</view>
|
||||
</view>
|
||||
</view> -->
|
||||
<!-- 筛选开始 -->
|
||||
<view class="screentop bg-white padding-top " @tap="scrollScreen">
|
||||
<!-- <view class="">
|
||||
@@ -487,7 +486,7 @@
|
||||
goCall() {
|
||||
return
|
||||
uni.makePhoneCall({
|
||||
phoneNumber: '4008-56-5355'
|
||||
phoneNumber: '15653644882'
|
||||
})
|
||||
},
|
||||
reverseGeocoder(location) {
|
||||
|
||||
@@ -167,8 +167,8 @@
|
||||
<text class="text-grey padding-left-sm">专属客服</text>
|
||||
</view>
|
||||
<view class="action">
|
||||
<button class="cu-btn oil-main-btn-color" open-type="contact" @contact="onContact">
|
||||
<text class="text-grey text-sm">打开会话</text>
|
||||
<button class="cu-btn oil-main-btn-color" @click="makeCall">
|
||||
<text class="text-grey text-sm">拨打电话</text>
|
||||
</button>
|
||||
</view>
|
||||
</view>
|
||||
@@ -311,7 +311,7 @@
|
||||
// 拨打电话
|
||||
makeCall() {
|
||||
uni.makePhoneCall({
|
||||
phoneNumber: '4008-56-5355' //仅为示例
|
||||
phoneNumber: '15653644882'
|
||||
})
|
||||
},
|
||||
onContact(e) {
|
||||
|
||||
Reference in New Issue
Block a user