loading.,电话判断

dev
Tuzki 2 years ago
parent 9098cc5b8a
commit 64b45992c3
  1. 8
      pages/daolan/pointDetail.vue
  2. 8
      pages/daolan/zhdl.vue

@ -34,10 +34,10 @@
<span class="iconfont">&#xe680;</span>
{{ datas.opentime }}
</view>
<!-- <view @click="callPhone('tel')">
<view @click="callPhone(datas.tel)" v-if="datas.tel&&datas.tel!=''">
<uni-icons class="icn" type="phone" size="20" color="#989898"></uni-icons>
{{ datas.tel }}
</view> -->
</view>
</view>
</view>
</template>
@ -92,9 +92,9 @@ export default {
}
});
},
callPhone() {
callPhone(val) {
uni.makePhoneCall({
phoneNumber: '03193928888' //
phoneNumber: val //
});
}
}

@ -135,10 +135,10 @@ export default {
this.addThings();
this.getScreeningData();
this.getLineData();
// uni.showLoading({
// title: '...',
// mask: true
// });
uni.showLoading({
title: '手绘图加载中...',
mask: true
});
// setTimeout(function () {
// uni.hideLoading();
// }, 6000);

Loading…
Cancel
Save