展示功能小程序(后期更新后台接口调用)

下拉列表:

展开前

展开后

展示功能小程序(后期更新后台接口调用)_第1张图片

 

//.wxml文件

展开全部信息

电话:

微信:11

公司:广

地址:广东省广州市

//.wxss

 

.page_bd{

padding: 10px;

background-color: snow;

}

 

.body_head{

border: 1px solid;

border-color: beige;

padding: 10px;

display: flex;

justify-content: center;

font-size: 10px;

}

.display_show{

display: block;

border: 1px solid;

border-color: beige;

padding: 10px;

font-size: 15px;

}

.display_none{

display: none;

}

 

.img-plus-style {

height: 70rpx;

width: 70rpx;

position: fixed;

bottom: 220rpx;

right: 30rpx;

opacity: 0.7

}

.img-plus-style1 {

height: 50rpx;

width: 50rpx;

position: fixed;

bottom: 130rpx;

right: 30rpx;

opacity: 0.7

}

.zindex100{z-index: 100}

.yc{opacity: 0}

 

复制功能:

//.js

Page({

data: {

// text:"这是一个页面"

open: false,

contents: '18588712461',

ff: '广东省',

},

copyText: function (e) {

console.log(e)

wx.setClipboardData({

data: e.currentTarget.dataset.text,

success: function (res) {

wx.getClipboardData({

success: function (res) {

wx.showToast({

title: '复制成功'

})

}

})

}

})

},

 

///////////////////////////////

地图标注:

展示功能小程序(后期更新后台接口调用)_第2张图片

//.wxml

id="myMap"

style="width: 100%; height: 300px;"

latitude="555"

longitude="45"

markers="{{markers}}"

covers="{{covers}}"

show-location

>

 

//.js

data: {

markers: [{

id: 1,

latitude: 554,

longitude: 44,

name: '恒503'

}],

 

需要源码请QQ联系:1174787689

 

 

 

 

你可能感兴趣的:(小程序)