|
@@ -216,7 +216,7 @@
|
|
let item = currentPage.options; //如果要获取url中所带的参数可以查看options
|
|
let item = currentPage.options; //如果要获取url中所带的参数可以查看options
|
|
let shareObj = {}
|
|
let shareObj = {}
|
|
shareObj = {
|
|
shareObj = {
|
|
- title: '母婴界', // 默认是小程序的名称(可以写slogan等)
|
|
|
|
|
|
+ title: this.cardInfo.name + '分享您一份名片', // 默认是小程序的名称(可以写slogan等)
|
|
path: url + '?uid=' + this.userInfo.uid + '&mtype=' + this.mtype, // 默认是当前页面,必须是以‘/’开头的完整路径
|
|
path: url + '?uid=' + this.userInfo.uid + '&mtype=' + this.mtype, // 默认是当前页面,必须是以‘/’开头的完整路径
|
|
imageUrl: '',
|
|
imageUrl: '',
|
|
success: function(res) {
|
|
success: function(res) {
|
|
@@ -816,7 +816,7 @@
|
|
|
|
|
|
view {
|
|
view {
|
|
background: #f65486;
|
|
background: #f65486;
|
|
- border-radius: 5rpx;
|
|
|
|
|
|
+ // border-radius: 5rpx;
|
|
font-size: 30rpx;
|
|
font-size: 30rpx;
|
|
font-weight: 500;
|
|
font-weight: 500;
|
|
color: #FFFFFF;
|
|
color: #FFFFFF;
|
|
@@ -829,7 +829,7 @@
|
|
position: fixed;
|
|
position: fixed;
|
|
width: 750rpx;
|
|
width: 750rpx;
|
|
bottom: 0;
|
|
bottom: 0;
|
|
- border-radius: 5rpx;
|
|
|
|
|
|
+ // border-radius: 5rpx;
|
|
font-size: 32rpx;
|
|
font-size: 32rpx;
|
|
font-weight: 500;
|
|
font-weight: 500;
|
|
text-align: center;
|
|
text-align: center;
|