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